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 A1: ( f /" g is convergent & lim (f /" g) = 0 ) ; :: thesis: ( f in Big_Oh g & not f in Big_Theta g )
now :: thesis: not f in Big_Theta gend;
hence ( f in Big_Oh g & not f in Big_Theta g ) by A1, Th16; :: thesis: verum