let f, g be eventually-positive Real_Sequence; :: thesis: ( f /" g is convergent & lim (f /" g) > 0 implies Big_Omega f = Big_Omega g )
assume A1: ( f /" g is convergent & lim (f /" g) > 0 ) ; :: thesis: Big_Omega f = Big_Omega g
now
let x be set ; :: thesis: ( ( x in Big_Omega f implies x in Big_Omega g ) & ( x in Big_Omega g implies x in Big_Omega f ) )
hereby :: thesis: ( x in Big_Omega g implies x in Big_Omega f )
g in Big_Oh g by Th10;
then g in Big_Oh f by A1, Th15;
then A2: f in Big_Omega g by Th19;
assume x in Big_Omega f ; :: thesis: x in Big_Omega g
then consider t being Element of Funcs (NAT,REAL) such that
A3: x = t and
A4: ex d being Real ex N being Element of NAT st
( d > 0 & ( for n being Element of NAT st n >= N holds
( d * (f . n) <= t . n & t . n >= 0 ) ) ) ;
consider d being Real, N being Element of NAT such that
d > 0 and
A5: for n being Element of NAT st n >= N holds
( d * (f . n) <= t . n & t . n >= 0 ) by A4;
now
take N = N; :: thesis: for n being Element of NAT st n >= N holds
t . n >= 0

let n be Element of NAT ; :: thesis: ( n >= N implies t . n >= 0 )
assume n >= N ; :: thesis: t . n >= 0
hence t . n >= 0 by A5; :: thesis: verum
end;
then A6: t is eventually-nonnegative by Def4;
t in Big_Omega f by A4;
hence x in Big_Omega g by A3, A6, A2, Th21; :: thesis: verum
end;
assume x in Big_Omega g ; :: thesis: x in Big_Omega f
then consider t being Element of Funcs (NAT,REAL) such that
A7: x = t and
A8: ex d being Real ex N being Element of NAT st
( d > 0 & ( for n being Element of NAT st n >= N holds
( d * (g . n) <= t . n & t . n >= 0 ) ) ) ;
consider d being Real, N being Element of NAT such that
d > 0 and
A9: for n being Element of NAT st n >= N holds
( d * (g . n) <= t . n & t . n >= 0 ) by A8;
now
take N = N; :: thesis: for n being Element of NAT st n >= N holds
t . n >= 0

let n be Element of NAT ; :: thesis: ( n >= N implies t . n >= 0 )
assume n >= N ; :: thesis: t . n >= 0
hence t . n >= 0 by A9; :: thesis: verum
end;
then A10: t is eventually-nonnegative by Def4;
f in Big_Oh f by Th10;
then f in Big_Oh g by A1, Th15;
then A11: g in Big_Omega f by Th19;
t in Big_Omega g by A8;
hence x in Big_Omega f by A7, A10, A11, Th21; :: thesis: verum
end;
hence Big_Omega f = Big_Omega g by TARSKI:1; :: thesis: verum