let f be PartFunc of REAL,REAL; :: thesis: for a, b, c being Real st a < b & b <= c & ].a,c.] c= dom f & f | ['b,c'] is bounded & f is_left_improper_integrable_on a,b & f is_integrable_on ['b,c'] holds
for d being Real st a < d & d <= c holds
( f is_integrable_on ['d,c'] & f | ['d,c'] is bounded )

let a, b, c be Real; :: thesis: ( a < b & b <= c & ].a,c.] c= dom f & f | ['b,c'] is bounded & f is_left_improper_integrable_on a,b & f is_integrable_on ['b,c'] implies for d being Real st a < d & d <= c holds
( f is_integrable_on ['d,c'] & f | ['d,c'] is bounded ) )

assume that
A1: ( a < b & b <= c ) and
A2: ].a,c.] c= dom f and
A3: f | ['b,c'] is bounded and
A4: f is_left_improper_integrable_on a,b and
A5: f is_integrable_on ['b,c'] ; :: thesis: for d being Real st a < d & d <= c holds
( f is_integrable_on ['d,c'] & f | ['d,c'] is bounded )

hereby :: thesis: verum end;