let n be Element of NAT ; :: thesis: for r being Real
for A, B being non empty Subset of (TOP-REAL n) st ( for p, q being Point of (TOP-REAL n) st p in A & q in B holds
dist p,q >= r ) holds
dist_min A,B >= r
let r be Real; :: thesis: for A, B being non empty Subset of (TOP-REAL n) st ( for p, q being Point of (TOP-REAL n) st p in A & q in B holds
dist p,q >= r ) holds
dist_min A,B >= r
let A, B be non empty Subset of (TOP-REAL n); :: thesis: ( ( for p, q being Point of (TOP-REAL n) st p in A & q in B holds
dist p,q >= r ) implies dist_min A,B >= r )
assume A1:
for p, q being Point of (TOP-REAL n) st p in A & q in B holds
dist p,q >= r
; :: thesis: dist_min A,B >= r
A2:
for p, q being Point of (Euclid n) st p in A & q in B holds
dist p,q >= r
ex A', B' being Subset of (TopSpaceMetr (Euclid n)) st
( A = A' & B = B' & dist_min A,B = min_dist_min A',B' )
by Def1;
hence
dist_min A,B >= r
by A2, Th13; :: thesis: verum