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

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

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

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

assume A3: b >= c ; :: thesis: for d being Real st d >= b holds
( f is_integrable_on ['b,d'] & f | ['b,d'] is bounded )

thus for d being Real st d >= b holds
( f is_integrable_on ['b,d'] & f | ['b,d'] is bounded ) :: thesis: verum
proof end;