reserve a, b, c, d, x, y, z for Complex;

theorem
  x.|.x = 0 implies x = 0
proof
  assume x.|.x = 0;
  then (Re x)^2+(Im x)^2 = 0 by Th28;
  hence thesis by COMPLEX1:5;
end;
