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_right_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_right_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_right_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 = right_closed_halfline b
and
A3:
for x being Real st x in dom Intf holds
Intf . x = integral (f,b,x)
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_right_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 5;
improper_integral_+infty (
f,
b) =
lim_in+infty Intf
by A1, A2, A3, A5, Def4
.=
infty_ext_right_integral (
f,
b)
by A6, A2, A3, A5, INTEGR10:def 7
;
hence
( (
f is_+infty_ext_Riemann_integrable_on b &
improper_integral_+infty (
f,
b)
= infty_ext_right_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 5;
verum end; end;