:: deftheorem defines is_continuous_in NFCONT_1:def 6 :
for S being RealNormSpace
for f being PartFunc of the carrier of S,REAL
for x0 being Point of S holds
( f is_continuous_in x0 iff ( x0 in dom f & ( for s1 being sequence of S st rng s1 c= dom f & s1 is convergent & lim s1 = x0 holds
( f /* s1 is convergent & f /. x0 = lim (f /* s1) ) ) ) );