let f be PartFunc of REAL,REAL; :: thesis: for c being Real st left_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 ['d,b'] & f | ['d,b'] is bounded )

let c be Real; :: thesis: ( left_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 ['d,b'] & f | ['d,b'] is bounded ) )

assume that
A1: left_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 ['d,b'] & f | ['d,b'] is bounded )

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

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

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