
theorem
  for M being PseudoMetricSpace, x,y being Element of M holds
  x in y-neighbour implies y in x-neighbour
proof
  let M be PseudoMetricSpace, x,y be Element of M;
  assume x in y-neighbour;
  then x tolerates y by Th2;
  hence thesis;
end;
