Lm1:
for M being non empty Reflexive MetrStruct
for x being Element of M holds x tolerates x
;
Lm2:
for M being PseudoMetricSpace
for V being equivalence_class of M holds V is non empty set
definition
let M be
PseudoMetricSpace;
existence
ex b1 being Function of [:(M -neighbour),(M -neighbour):],REAL st
for V, Q being Element of M -neighbour
for p, q being Element of M st p in V & q in Q holds
b1 . (V,Q) = dist (p,q)
uniqueness
for b1, b2 being Function of [:(M -neighbour),(M -neighbour):],REAL st ( for V, Q being Element of M -neighbour
for p, q being Element of M st p in V & q in Q holds
b1 . (V,Q) = dist (p,q) ) & ( for V, Q being Element of M -neighbour
for p, q being Element of M st p in V & q in Q holds
b2 . (V,Q) = dist (p,q) ) holds
b1 = b2
end;