:: deftheorem defines is_continuous_in NCFCONT1:def 9 :
for CNS being ComplexNormSpace
for f being PartFunc of the carrier of CNS,REAL
for x0 being Point of CNS holds
( f is_continuous_in x0 iff ( x0 in dom f & ( for seq being sequence of CNS st rng seq c= dom f & seq is convergent & lim seq = x0 holds
( f /* seq is convergent & f /. x0 = lim (f /* seq) ) ) ) );