theorem Th108:
  ||.x - y.|| = ||.y - x.||
proof
  x - y = - (y - x) by RLVECT_1:33;
  hence thesis by Th103;
end;
