let n be Nat; for r being Real
for A being non empty Subset of (TOP-REAL n)
for p being Point of (TOP-REAL n) st ( for q being Point of (TOP-REAL n) st q in A holds
dist (p,q) >= r ) holds
dist (p,A) >= r
let r be Real; for A being non empty Subset of (TOP-REAL n)
for p being Point of (TOP-REAL n) st ( for q being Point of (TOP-REAL n) st q in A holds
dist (p,q) >= r ) holds
dist (p,A) >= r
let A be non empty Subset of (TOP-REAL n); for p being Point of (TOP-REAL n) st ( for q being Point of (TOP-REAL n) st q in A holds
dist (p,q) >= r ) holds
dist (p,A) >= r
let p9 be Point of (TOP-REAL n); ( ( for q being Point of (TOP-REAL n) st q in A holds
dist (p9,q) >= r ) implies dist (p9,A) >= r )
assume A1:
for q being Point of (TOP-REAL n) st q in A holds
dist (p9,q) >= r
; dist (p9,A) >= r
for p, q being Point of (TOP-REAL n) st p in {p9} & q in A holds
dist (p,q) >= r
hence
dist (p9,A) >= r
by Th40; verum