let r be real number ; for M being MetrStruct
for p, x being Element of M holds
( x in Ball p,r iff ( not M is empty & dist p,x < r ) )
let M be MetrStruct ; for p, x being Element of M holds
( x in Ball p,r iff ( not M is empty & dist p,x < r ) )
let p, x be Element of M; ( x in Ball p,r iff ( not M is empty & dist p,x < r ) )
assume
not M is empty
; ( not dist p,x < r or x in Ball p,r )
then reconsider M9 = M as non empty MetrStruct ;
reconsider p9 = p as Element of M9 ;
assume
dist p,x < r
; x in Ball p,r
then
x in { q where q is Element of M9 : dist p9,q < r }
;
hence
x in Ball p,r
by Lm5; verum