let X be non empty Reflexive symmetric triangle MetrStruct ; for V being bounded Subset of X
for x being Element of X ex r being Real st
( 0 < r & V c= Ball (x,r) )
let V be bounded Subset of X; for x being Element of X ex r being Real st
( 0 < r & V c= Ball (x,r) )
let y be Element of X; ex r being Real st
( 0 < r & V c= Ball (y,r) )
consider r being Real, x being Element of X such that
A1:
0 < r
and
A2:
V c= Ball (x,r)
by Def3;
take s = r + (dist (x,y)); ( 0 < s & V c= Ball (y,s) )
dist (x,y) >= 0
by METRIC_1:5;
then
s >= r + 0
by XREAL_1:7;
hence
0 < s
by A1; V c= Ball (y,s)
let e be object ; TARSKI:def 3 ( not e in V or e in Ball (y,s) )
assume A3:
e in V
; e in Ball (y,s)
then reconsider e = e as Element of X ;
e in Ball (x,r)
by A3, A2;
then
dist (e,x) < r
by METRIC_1:11;
then A4:
(dist (e,x)) + (dist (x,y)) < r + (dist (x,y))
by XREAL_1:8;
dist (e,y) <= (dist (e,x)) + (dist (x,y))
by METRIC_1:4;
then
dist (e,y) < r + (dist (x,y))
by A4, XXREAL_0:2;
then
e in Ball (y,s)
by METRIC_1:11;
hence
e in Ball (y,s)
; verum