let f be PartFunc of REAL,REAL; :: thesis: ( f is divergent_in-infty_to+infty implies ex r being Real st f | (left_open_halfline r) is bounded_below )
assume A1: f is divergent_in-infty_to+infty ; :: thesis: ex r being Real st f | (left_open_halfline r) is bounded_below
consider r being Real such that
A2: for r1 being Real st r1 < r & r1 in dom f holds
1 < f . r1 by A1, LIMFUNC1:48;
for r1 being object st r1 in dom (f | (left_open_halfline r)) holds
1 < (f | (left_open_halfline r)) . r1
proof
let r1 be object ; :: thesis: ( r1 in dom (f | (left_open_halfline r)) implies 1 < (f | (left_open_halfline r)) . r1 )
assume A3: r1 in dom (f | (left_open_halfline r)) ; :: thesis: 1 < (f | (left_open_halfline r)) . r1
then reconsider r1 = r1 as Real ;
r1 in (dom f) /\ (left_open_halfline r) by A3, RELAT_1:61;
then A4: ( r1 in dom f & r1 in left_open_halfline r ) by XBOOLE_0:def 4;
then r1 < r by XXREAL_1:4;
then 1 < f . r1 by A2, A4;
hence 1 < (f | (left_open_halfline r)) . r1 by A4, FUNCT_1:49; :: thesis: verum
end;
then f | (left_open_halfline r) is bounded_below by SEQ_2:def 2;
hence ex r being Real st f | (left_open_halfline r) is bounded_below ; :: thesis: verum