reserve x for Real;

theorem Th34:
  for z be Complex holds 0 <= Arg z & Arg z < 2*PI
proof
  let z be Complex;
  0 <= Arg z & Arg z < 2*PI or z = 0 by Def1;
  hence thesis by Def1,Lm6,Lm7;
end;
