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:48;
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;
take r ; :: thesis: ( r < t & not r in omega )
A10: 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 A10, Th73; :: thesis: not r in omega
A11: r < one by A8, A10, Th74;
( r <> {} & {} <=' r ) by A1, A9, Th56, Th71;
then ( {} < r & 1 = {} + one ) by Th56, Th73;
hence not r in omega by A11, Th79; :: thesis: verum
end;
end;