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

theorem Th75: :: SQUARE_1'62
  |.a.|^2 = a^2
proof
  |.a.| = a or |.a.| = -a by Th71;
  hence thesis;
end;
