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 that
A2: Re z < 0 and
A3: Im z = 0 ; :: thesis: Arg z = PI
z = (Re z) + (0 * <i>) by A3, COMPLEX1:13;
hence Arg z = PI by A2, COMPTRIG:36; :: thesis: verum