let x, a be Real; :: thesis: ( |.x.| <= a implies x ^2 <= a ^2 )
assume A1: |.x.| <= a ; :: thesis: x ^2 <= a ^2
per cases ( x >= 0 or x < 0 ) ;
end;