let X be ComplexUnitarySpace; :: thesis: for x, w being Point of X
for r being Real holds
( w in Ball (x,r) iff ||.(x - w).|| < r )

let x, w be Point of X; :: thesis: for r being Real holds
( w in Ball (x,r) iff ||.(x - w).|| < r )

let r be Real; :: thesis: ( w in Ball (x,r) iff ||.(x - w).|| < r )
thus ( w in Ball (x,r) implies ||.(x - w).|| < r ) :: thesis: ( ||.(x - w).|| < r implies w in Ball (x,r) )
proof
assume w in Ball (x,r) ; :: thesis: ||.(x - w).|| < r
then ex y being Point of X st
( w = y & ||.(x - y).|| < r ) ;
hence ||.(x - w).|| < r ; :: thesis: verum
end;
thus ( ||.(x - w).|| < r implies w in Ball (x,r) ) ; :: thesis: verum