let M be non empty MetrSpace; :: thesis: for P being non empty Subset of (TopSpaceMetr M)
for x, y being Point of M st y in P & P is compact holds
(dist_max P) . x >= dist x,y

let P be non empty Subset of (TopSpaceMetr M); :: thesis: for x, y being Point of M st y in P & P is compact holds
(dist_max P) . x >= dist x,y

let x, y be Point of M; :: thesis: ( y in P & P is compact implies (dist_max P) . x >= dist x,y )
assume that
A1: y in P and
A2: P is compact ; :: thesis: (dist_max P) . x >= dist x,y
consider X being non empty Subset of REAL such that
A3: X = (dist x) .: P and
A4: upper_bound ((dist x) .: P) = sup X by Th13;
A5: (dist_max P) . x = sup X by A4, WEIERSTR:def 7;
( dom (dist x) = the carrier of (TopSpaceMetr M) & dist x,y = (dist x) . y ) by FUNCT_2:def 1, WEIERSTR:def 6;
then A6: dist x,y in X by A1, A3, FUNCT_1:def 12;
X is bounded_above by A2, A3, Lm1;
hence (dist_max P) . x >= dist x,y by A5, A6, SEQ_4:def 4; :: thesis: verum