let X be ComplexUnitarySpace; for x, w being Point of X
for r being Real holds
( w in Ball (x,r) iff dist (x,w) < r )
let x, w be Point of X; for r being Real holds
( w in Ball (x,r) iff dist (x,w) < r )
let r be Real; ( w in Ball (x,r) iff dist (x,w) < r )
thus
( w in Ball (x,r) implies dist (x,w) < r )
( dist (x,w) < r implies w in Ball (x,r) )
assume
dist (x,w) < r
; w in Ball (x,r)
then
||.(x - w).|| < r
by CSSPACE:def 16;
hence
w in Ball (x,r)
; verum