reserve a, b for Real;
reserve RNS for RealNormSpace;
reserve x, y, z, g, g1, g2 for Point of RNS;

theorem
  x <> y implies ||.x - y.|| <> 0 by Th6;
