theorem Th8: :: NFCONT_1:8
for S being RealNormSpace
for x0 being Point of S
for f being PartFunc of the carrier of S,REAL holds
( f is_continuous_in x0 iff ( x0 in dom f & ( for r being Real st 0 < r holds
ex s being Real st
( 0 < s & ( for x1 being Point of S st x1 in dom f & ||.(x1 - x0).|| < s holds
|.((f /. x1) - (f /. x0)).| < r ) ) ) ) )