given r being Real, x being Element of X such that A9:
0 < r
and
A10:
V c= Ball x,r
; :: thesis: V is bounded
take
2 * r
; :: according to TBSP_1:def 9 :: thesis: ( 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 A9, XREAL_1:131; :: thesis: 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; :: thesis: ( not z in V or not y in V or dist z,y <= 2 * r )
assume
z in V
; :: thesis: ( not y in V or dist z,y <= 2 * r )
then A11:
dist x,z < r
by A10, METRIC_1:12;
assume
y in V
; :: thesis: dist z,y <= 2 * r
then
dist x,y < r
by A10, METRIC_1:12;
then A12:
(dist z,x) + (dist x,y) <= r + r
by A11, XREAL_1:9;
dist z,y <= (dist z,x) + (dist x,y)
by METRIC_1:4;
hence
dist z,y <= 2 * r
by A12, XXREAL_0:2; :: thesis: verum