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
A2: for p being Element of M st p in x -neighbour holds
p in y -neighbour
proof end;
for p being Element of M st p in y -neighbour holds
p in x -neighbour
proof end;
then ( x -neighbour c= y -neighbour & y -neighbour c= x -neighbour ) by A2, SUBSET_1:7;
hence x -neighbour = y -neighbour by XBOOLE_0:def 10; :: thesis: verum