let f, g be eventually-positive Real_Sequence; :: thesis: ( f /" g is convergent & lim (f /" g) = 0 implies ( f in Big_Oh g & not f in Big_Theta g ) )
assume that
A1: f /" g is convergent and
A2: lim (f /" g) = 0 ; :: thesis: ( f in Big_Oh g & not f in Big_Theta g )
now end;
hence ( f in Big_Oh g & not f in Big_Theta g ) by A1, A2, Th16; :: thesis: verum