let a be real positive number ; :: thesis: for x being real number st abs x >= a holds
x ^2 >= a ^2

let x be real number ; :: thesis: ( abs x >= a implies x ^2 >= a ^2 )
assume A1: abs x >= a ; :: thesis: x ^2 >= a ^2
per cases ( x >= 0 or x < 0 ) ;
end;