let f be Real_Sequence; :: thesis: for g being eventually-nonzero Real_Sequence st f /" g is divergent_to+infty holds
( g /" f is convergent & lim (g /" f) = 0 )
let g be eventually-nonzero Real_Sequence; :: thesis: ( f /" g is divergent_to+infty implies ( g /" f is convergent & lim (g /" f) = 0 ) )
assume A1:
f /" g is divergent_to+infty
; :: thesis: ( g /" f is convergent & lim (g /" f) = 0 )
consider N1 being Element of NAT such that
A2:
for n being Element of NAT st n >= N1 holds
g . n <> 0
by Def7;
A3:
now let p be
real number ;
:: thesis: ( p > 0 implies ex a being Element of NAT st
for n being Element of NAT st n >= a holds
abs (((g /" f) . b5) - 0 ) < b3 )assume A4:
p > 0
;
:: thesis: ex a being Element of NAT st
for n being Element of NAT st n >= a holds
abs (((g /" f) . b5) - 0 ) < b3reconsider w = 1
/ p as
Real ;
consider N being
Element of
NAT such that A5:
for
n being
Element of
NAT st
n >= N holds
w < (f /" g) . n
by A1, LIMFUNC1:def 4;
set a =
max N,
N1;
A6:
(
max N,
N1 >= N &
max N,
N1 >= N1 )
by XXREAL_0:25;
take a =
max N,
N1;
:: thesis: for n being Element of NAT st n >= a holds
abs (((g /" f) . b4) - 0 ) < b2let n be
Element of
NAT ;
:: thesis: ( n >= a implies abs (((g /" f) . b3) - 0 ) < b1 )assume A7:
n >= a
;
:: thesis: abs (((g /" f) . b3) - 0 ) < b1then
(
n >= N &
n >= N1 )
by A6, XXREAL_0:2;
then A8:
1
/ p < (f /" g) . n
by A5;
A9:
g . n <> 0
by A2, A6, A7, XXREAL_0:2;
(1 / p) * p < p * ((f /" g) . n)
by A4, A8, XREAL_1:70;
then
1
< p * ((f /" g) . n)
by A4, XCMPLX_1:107;
then A10:
1
< p * ((f . n) / (g . n))
by Lm1;
then A11:
1
< p * ((f . n) * ((g . n) " ))
by XCMPLX_0:def 9;
A12:
f . n <> 0
by A10;
end;
hence
g /" f is convergent
by SEQ_2:def 6; :: thesis: lim (g /" f) = 0
hence
lim (g /" f) = 0
by A3, SEQ_2:def 7; :: thesis: verum