let p be Rational; :: thesis: ( p <= 1 iff numerator p <= denominator p )
A1: now :: thesis: ( p <= 1 implies numerator p <= denominator p )end;
now :: thesis: ( numerator p <= denominator p implies p <= 1 )end;
hence ( p <= 1 iff numerator p <= denominator p ) by A1; :: thesis: verum