let x be R_eal; :: thesis: for a being Real st x = a holds
|.x.| = abs a

let a be Real; :: thesis: ( x = a implies |.x.| = abs a )
assume A1: x = a ; :: thesis: |.x.| = abs a
per cases ( 0 <= x or not 0 <= x ) ;
end;