reserve a,b,c,d for Real;
reserve z,z1,z2 for Complex;

theorem
  a <= 0 implies |.a.| = -a by Lm27;
