let f be PartFunc of REAL,REAL; for b being Real holds
( not f is_-infty_improper_integrable_on b or ( f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = infty_ext_left_integral (f,b) ) or ( not f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = +infty ) or ( not f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = -infty ) )
let b be Real; ( not f is_-infty_improper_integrable_on b or ( f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = infty_ext_left_integral (f,b) ) or ( not f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = +infty ) or ( not f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = -infty ) )
assume A1:
f is_-infty_improper_integrable_on b
; ( ( f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = infty_ext_left_integral (f,b) ) or ( not f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = +infty ) or ( not f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = -infty ) )
then consider Intf being PartFunc of REAL,REAL such that
A2:
dom Intf = left_closed_halfline b
and
A3:
for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b)
and
A4:
( Intf is convergent_in-infty or Intf is divergent_in-infty_to+infty or Intf is divergent_in-infty_to-infty )
;
per cases
( Intf is convergent_in-infty or Intf is divergent_in-infty_to+infty or Intf is divergent_in-infty_to-infty )
by A4;
suppose A5:
Intf is
convergent_in-infty
;
( ( f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = infty_ext_left_integral (f,b) ) or ( not f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = +infty ) or ( not f is_-infty_ext_Riemann_integrable_on b & improper_integral_-infty (f,b) = -infty ) )then A6:
f is_-infty_ext_Riemann_integrable_on b
by A1, A2, A3, INTEGR10:def 6;
improper_integral_-infty (
f,
b) =
lim_in-infty Intf
by A1, A2, A3, A5, Def3
.=
infty_ext_left_integral (
f,
b)
by A6, A2, A3, A5, INTEGR10:def 8
;
hence
( (
f is_-infty_ext_Riemann_integrable_on b &
improper_integral_-infty (
f,
b)
= infty_ext_left_integral (
f,
b) ) or ( not
f is_-infty_ext_Riemann_integrable_on b &
improper_integral_-infty (
f,
b)
= +infty ) or ( not
f is_-infty_ext_Riemann_integrable_on b &
improper_integral_-infty (
f,
b)
= -infty ) )
by A5, A1, A2, A3, INTEGR10:def 6;
verum end; end;