let x be real number ; :: thesis: ( 0 <= x & x <= 1 implies x ^2 <= x )
assume A1: ( 0 <= x & x <= 1 ) ; :: thesis: x ^2 <= x
per cases ( 0 = x or 0 < x ) by A1;
end;