let f be PartFunc of REAL,REAL; for a, b being Real st f is_left_improper_integrable_on a,b & left_improper_integral (f,a,b) = -infty holds
for Intf being PartFunc of REAL,REAL st dom Intf = ].a,b.] & ( for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b) ) holds
Intf is_right_divergent_to-infty_in a
let a, b be Real; ( f is_left_improper_integrable_on a,b & left_improper_integral (f,a,b) = -infty implies for Intf being PartFunc of REAL,REAL st dom Intf = ].a,b.] & ( for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b) ) holds
Intf is_right_divergent_to-infty_in a )
assume that
A1:
f is_left_improper_integrable_on a,b
and
A2:
left_improper_integral (f,a,b) = -infty
; for Intf being PartFunc of REAL,REAL st dom Intf = ].a,b.] & ( for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b) ) holds
Intf is_right_divergent_to-infty_in a
let Intf be PartFunc of REAL,REAL; ( dom Intf = ].a,b.] & ( for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b) ) implies Intf is_right_divergent_to-infty_in a )
assume that
A3:
dom Intf = ].a,b.]
and
A4:
for x being Real st x in dom Intf holds
Intf . x = integral (f,x,b)
; Intf is_right_divergent_to-infty_in a
consider I being PartFunc of REAL,REAL such that
A5:
( dom I = ].a,b.] & ( for x being Real st x in dom I holds
I . x = integral (f,x,b) ) & ( ( I is_right_convergent_in a & left_improper_integral (f,a,b) = lim_right (I,a) ) or ( I is_right_divergent_to+infty_in a & left_improper_integral (f,a,b) = +infty ) or ( I is_right_divergent_to-infty_in a & left_improper_integral (f,a,b) = -infty ) ) )
by A1, Def3;
for x being Element of REAL st x in dom I holds
I . x = Intf . x
hence
Intf is_right_divergent_to-infty_in a
by A2, A3, A5, PARTFUN1:5; verum