let a be Real; :: thesis: sqrt (a ^2) = |.a.|
per cases ( 0 <= a or not 0 <= a ) ;
end;