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 | ['a,b'] is bounded & f is_right_improper_integrable_on b,c & f is_integrable_on ['a,b'] holds
for d being Real st a <= d & d < c holds
( f is_integrable_on ['a,d'] & f | ['a,d'] is bounded )

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

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

hereby :: thesis: verum end;