let z be complex number ; :: thesis: ( Arg z = PI iff ( Re z < 0 & Im z = 0 ) )
hereby :: thesis: ( Re z < 0 & Im z = 0 implies Arg z = PI )
assume A1: Arg z = PI ; :: thesis: ( Re z < 0 & Im z = 0 )
per cases ( z <> 0 or z = 0 ) ;
end;
end;
assume A4: ( Re z < 0 & Im z = 0 ) ; :: thesis: Arg z = PI
then z = (Re z) + (0 * <i> ) by COMPLEX1:29;
hence Arg z = PI by A4, COMPTRIG:54; :: thesis: verum