let M be PseudoMetricSpace; :: thesis: for x, y being Element of M st y in x -neighbour holds
x -neighbour = y -neighbour

let x, y be Element of M; :: thesis: ( y in x -neighbour implies x -neighbour = y -neighbour )
assume A1: y in x -neighbour ; :: thesis: x -neighbour = y -neighbour
for p being Element of M st p in y -neighbour holds
p in x -neighbour
proof end;
then A3: y -neighbour c= x -neighbour by SUBSET_1:2;
for p being Element of M st p in x -neighbour holds
p in y -neighbour
proof end;
then x -neighbour c= y -neighbour by SUBSET_1:2;
hence x -neighbour = y -neighbour by A3, XBOOLE_0:def 10; :: thesis: verum