given r being Real, x being Element of X such that A8:
0 < r
and
A9:
V c= Ball (x,r)
; V is bounded
take
2 * r
; TBSP_1:def 7 ( not 2 * r <= 0 & ( for b1, b2 being Element of the carrier of X holds
( not b1 in V or not b2 in V or dist (b1,b2) <= 2 * r ) ) )
thus
2 * r > 0
by A8, XREAL_1:129; for b1, b2 being Element of the carrier of X holds
( not b1 in V or not b2 in V or dist (b1,b2) <= 2 * r )
let z, y be Element of X; ( not z in V or not y in V or dist (z,y) <= 2 * r )
assume A10:
z in V
; ( not y in V or dist (z,y) <= 2 * r )
assume
y in V
; dist (z,y) <= 2 * r
then A11:
dist (x,y) < r
by A9, METRIC_1:11;
dist (x,z) < r
by A9, A10, METRIC_1:11;
then A12:
(dist (z,x)) + (dist (x,y)) <= r + r
by A11, XREAL_1:7;
dist (z,y) <= (dist (z,x)) + (dist (x,y))
by METRIC_1:4;
hence
dist (z,y) <= 2 * r
by A12, XXREAL_0:2; verum