let f be PartFunc of REAL,REAL; :: thesis: for b, c being Real st b >= c & right_closed_halfline c c= dom f & f | ['c,b'] is bounded & f is_+infty_improper_integrable_on b & f is_integrable_on ['c,b'] holds
for d being Real st d >= c holds
( f is_integrable_on ['c,d'] & f | ['c,d'] is bounded )

let b, c be Real; :: thesis: ( b >= c & right_closed_halfline c c= dom f & f | ['c,b'] is bounded & f is_+infty_improper_integrable_on b & f is_integrable_on ['c,b'] implies for d being Real st d >= c holds
( f is_integrable_on ['c,d'] & f | ['c,d'] is bounded ) )

assume that
A1: b >= c and
A2: right_closed_halfline c c= dom f and
A3: f | ['c,b'] is bounded and
A4: f is_+infty_improper_integrable_on b and
A5: f is_integrable_on ['c,b'] ; :: thesis: for d being Real st d >= c holds
( f is_integrable_on ['c,d'] & f | ['c,d'] is bounded )

hereby :: thesis: verum end;