theorem Th38:
for
f being
PartFunc of
REAL,
REAL for
a,
b,
c being
Real st
a < b &
b <= c &
].a,c.] c= dom f &
f | ['b,c'] is
bounded &
f is_left_improper_integrable_on a,
b &
f is_integrable_on ['b,c'] holds
(
f is_left_improper_integrable_on a,
c & (
left_improper_integral (
f,
a,
b)
= ext_left_integral (
f,
a,
b) implies
left_improper_integral (
f,
a,
c)
= (left_improper_integral (f,a,b)) + (integral (f,b,c)) ) & (
left_improper_integral (
f,
a,
b)
= +infty implies
left_improper_integral (
f,
a,
c)
= +infty ) & (
left_improper_integral (
f,
a,
b)
= -infty implies
left_improper_integral (
f,
a,
c)
= -infty ) )