let f be PartFunc of REAL,REAL; :: thesis: for a, b, c being Real st a < b & b <= c & ].a,c.] c= dom f & f is_left_improper_integrable_on a,c holds
( f is_left_improper_integrable_on a,b & ( left_improper_integral (f,a,c) = ext_left_integral (f,a,c) implies left_improper_integral (f,a,b) = ext_left_integral (f,a,b) ) & ( left_improper_integral (f,a,c) = +infty implies left_improper_integral (f,a,b) = +infty ) & ( left_improper_integral (f,a,c) = -infty implies left_improper_integral (f,a,b) = -infty ) )

let a, b, c be Real; :: thesis: ( a < b & b <= c & ].a,c.] c= dom f & f is_left_improper_integrable_on a,c implies ( f is_left_improper_integrable_on a,b & ( left_improper_integral (f,a,c) = ext_left_integral (f,a,c) implies left_improper_integral (f,a,b) = ext_left_integral (f,a,b) ) & ( left_improper_integral (f,a,c) = +infty implies left_improper_integral (f,a,b) = +infty ) & ( left_improper_integral (f,a,c) = -infty implies left_improper_integral (f,a,b) = -infty ) ) )
assume that
A1: ( a < b & b <= c ) and
A2: ].a,c.] c= dom f and
A3: f is_left_improper_integrable_on a,c ; :: thesis: ( f is_left_improper_integrable_on a,b & ( left_improper_integral (f,a,c) = ext_left_integral (f,a,c) implies left_improper_integral (f,a,b) = ext_left_integral (f,a,b) ) & ( left_improper_integral (f,a,c) = +infty implies left_improper_integral (f,a,b) = +infty ) & ( left_improper_integral (f,a,c) = -infty implies left_improper_integral (f,a,b) = -infty ) )
per cases ( f is_left_ext_Riemann_integrable_on a,c or not f is_left_ext_Riemann_integrable_on a,c ) ;
suppose f is_left_ext_Riemann_integrable_on a,c ; :: thesis: ( f is_left_improper_integrable_on a,b & ( left_improper_integral (f,a,c) = ext_left_integral (f,a,c) implies left_improper_integral (f,a,b) = ext_left_integral (f,a,b) ) & ( left_improper_integral (f,a,c) = +infty implies left_improper_integral (f,a,b) = +infty ) & ( left_improper_integral (f,a,c) = -infty implies left_improper_integral (f,a,b) = -infty ) )
end;
suppose not f is_left_ext_Riemann_integrable_on a,c ; :: thesis: ( f is_left_improper_integrable_on a,b & ( left_improper_integral (f,a,c) = ext_left_integral (f,a,c) implies left_improper_integral (f,a,b) = ext_left_integral (f,a,b) ) & ( left_improper_integral (f,a,c) = +infty implies left_improper_integral (f,a,b) = +infty ) & ( left_improper_integral (f,a,c) = -infty implies left_improper_integral (f,a,b) = -infty ) )
per cases then ( left_improper_integral (f,a,c) = +infty or left_improper_integral (f,a,c) = -infty ) by A3, Th34;
suppose left_improper_integral (f,a,c) = +infty ; :: thesis: ( f is_left_improper_integrable_on a,b & ( left_improper_integral (f,a,c) = ext_left_integral (f,a,c) implies left_improper_integral (f,a,b) = ext_left_integral (f,a,b) ) & ( left_improper_integral (f,a,c) = +infty implies left_improper_integral (f,a,b) = +infty ) & ( left_improper_integral (f,a,c) = -infty implies left_improper_integral (f,a,b) = -infty ) )
end;
suppose left_improper_integral (f,a,c) = -infty ; :: thesis: ( f is_left_improper_integrable_on a,b & ( left_improper_integral (f,a,c) = ext_left_integral (f,a,c) implies left_improper_integral (f,a,b) = ext_left_integral (f,a,b) ) & ( left_improper_integral (f,a,c) = +infty implies left_improper_integral (f,a,b) = +infty ) & ( left_improper_integral (f,a,c) = -infty implies left_improper_integral (f,a,b) = -infty ) )
end;
end;
end;
end;