theorem
  A <> {} implies |.z1 - x.| + dist(x,A) >= dist(z1,A)
proof
  x + (z1 - x) = z1 by Th79;
  hence thesis by Th114;
end;
