let X be RealUnitarySpace; :: thesis: for x, z being Point of X
for r being Real holds
( z in cl_Ball (x,r) iff ||.(x - z).|| <= r )

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

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