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

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

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

hereby :: thesis: verum end;