let X be RealUnitarySpace; for x, y being Point of X
for r being Real st y in Ball (x,r) holds
y - x in Ball ((0. X),r)
let x, y be Point of X; for r being Real st y in Ball (x,r) holds
y - x in Ball ((0. X),r)
let r be Real; ( y in Ball (x,r) implies y - x in Ball ((0. X),r) )
assume
y in Ball (x,r)
; y - x in Ball ((0. X),r)
then
||.(x - y).|| < r
by Th40;
then
||.((- y) + x).|| < r
by RLVECT_1:def 11;
then
||.(- (y - x)).|| < r
by RLVECT_1:33;
then
||.(H1(X) - (y - x)).|| < r
by RLVECT_1:14;
hence
y - x in Ball ((0. X),r)
; verum