theorem Th103:
  ||.-x.|| = ||.x.||
proof
A1: |.-1r.| = 1 by COMPLEX1:48,52;
  ||.-x.|| = ||.(-1r) * x.|| by Th3
    .= |.-1r.| * ||.x.|| by Def13;
  hence thesis by A1;
end;
