let t be Element of RAT+ ; :: thesis: ( t <> {} implies ex r being Element of RAT+ st
( r < t & not r in omega ) )

assume A1: t <> {} ; :: thesis: ex r being Element of RAT+ st
( r < t & not r in omega )

A2: 1 +^ 1 = succ 1 by ORDINAL2:31;
per cases ( one <=' t or t < one ) ;
suppose A3: one <=' t ; :: thesis: ex r being Element of RAT+ st
( r < t & not r in omega )

end;
suppose A8: t < one ; :: thesis: ex r being Element of RAT+ st
( r < t & not r in omega )

consider r being Element of RAT+ such that
A9: t = r + r by Th66;
A10: {} <=' r by Th71;
r <> {} by A1, A9, Th56;
then A11: {} < r by A10, Th73;
take r ; :: thesis: ( r < t & not r in omega )
A12: 1 = {} + one by Th56;
A13: r <=' t by A9, Def13;
now
assume r = t ; :: thesis: contradiction
then t + {} = t + t by A9, Th56;
hence contradiction by A1, Th69; :: thesis: verum
end;
hence r < t by A13, Th73; :: thesis: not r in omega
r < one by A8, A13, Th74;
hence not r in omega by A11, A12, Th79; :: thesis: verum
end;
end;