let CNS be ComplexNormSpace; :: thesis: for x, y being Point of CNS holds ||.(x - y).|| = ||.(y - x).||
let x, y be Point of CNS; :: thesis: ||.(x - y).|| = ||.(y - x).||
x - y = - (y - x) by RLVECT_1:33;
hence ||.(x - y).|| = ||.(y - x).|| by Th103; :: thesis: verum