let x be Real; :: thesis: ( 0 <= x & x <= 1 implies x ^2 <= x )
assume that
A1: 0 <= x and
A2: x <= 1 ; :: thesis: x ^2 <= x
per cases ( 0 = x or 0 < x ) by A1;
end;