let f be PartFunc of REAL,REAL; :: thesis: for a, b being Real st ].a,b.] c= dom f & f is_left_ext_Riemann_integrable_on a,b holds
for c, d being Real st a < c & c < d & d <= b holds
( f is_right_ext_Riemann_integrable_on c,d & ext_right_integral (f,c,d) = integral (f,c,d) )

let a, b be Real; :: thesis: ( ].a,b.] c= dom f & f is_left_ext_Riemann_integrable_on a,b implies for c, d being Real st a < c & c < d & d <= b holds
( f is_right_ext_Riemann_integrable_on c,d & ext_right_integral (f,c,d) = integral (f,c,d) ) )

assume that
A1: ].a,b.] c= dom f and
A2: f is_left_ext_Riemann_integrable_on a,b ; :: thesis: for c, d being Real st a < c & c < d & d <= b holds
( f is_right_ext_Riemann_integrable_on c,d & ext_right_integral (f,c,d) = integral (f,c,d) )

hereby :: thesis: verum end;