let n be Element of NAT ; for x being Point of (TOP-REAL n)
for r being non zero real number holds Fr (Ball (x,r)) = Sphere (x,r)
let x be Point of (TOP-REAL n); for r being non zero real number holds Fr (Ball (x,r)) = Sphere (x,r)
let r be non zero real number ; Fr (Ball (x,r)) = Sphere (x,r)
set P = Ball (x,r);
thus Fr (Ball (x,r)) =
(Cl (Ball (x,r))) \ (Ball (x,r))
by TOPS_1:42
.=
(cl_Ball (x,r)) \ (Ball (x,r))
by Th23
.=
Sphere (x,r)
by Th19
; verum