reserve z,z1,z2,z3,z4 for Element of F_Complex;

theorem
  |.-z.| = |.z.|
proof
  reconsider z1=z as Element of COMPLEX by Def1;
  -z1 = -z by Th2;
  hence thesis by COMPLEX1:52;
end;
