let X be RealUnitarySpace; for z, x being Point of X
for r being Real holds
( z in Sphere x,r iff dist x,z = r )
let z, x be Point of X; for r being Real holds
( z in Sphere x,r iff dist x,z = r )
let r be Real; ( z in Sphere x,r iff dist x,z = r )
thus
( z in Sphere x,r implies dist x,z = r )
( dist x,z = r implies z in Sphere x,r )
assume
dist x,z = r
; z in Sphere x,r
then
||.(x - z).|| = r
by BHSP_1:def 5;
hence
z in Sphere x,r
; verum