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

theorem Th71:
  |.a.| = a or |.a.| = -a
proof
  a >= 0 or a < 0;
  hence thesis by Lm27,Th43;
end;
