let CNS1, CNS2 be ComplexNormSpace; :: thesis: for f being PartFunc of CNS1,CNS2
for x0 being Point of CNS1 st x0 in dom f & ex N being Neighbourhood of x0 st (dom f) /\ N = {x0} holds
f is_continuous_in x0

let f be PartFunc of CNS1,CNS2; :: thesis: for x0 being Point of CNS1 st x0 in dom f & ex N being Neighbourhood of x0 st (dom f) /\ N = {x0} holds
f is_continuous_in x0

let x0 be Point of CNS1; :: thesis: ( x0 in dom f & ex N being Neighbourhood of x0 st (dom f) /\ N = {x0} implies f is_continuous_in x0 )
assume A1: x0 in dom f ; :: thesis: ( for N being Neighbourhood of x0 holds not (dom f) /\ N = {x0} or f is_continuous_in x0 )
given N being Neighbourhood of x0 such that A2: (dom f) /\ N = {x0} ; :: thesis: f is_continuous_in x0
now
let N1 be Neighbourhood of f /. x0; :: thesis: ex N being Neighbourhood of x0 st f .: N c= N1
take N = N; :: thesis: f .: N c= N1
A3: f .: N = Im f,x0 by A2, RELAT_1:145
.= {(f . x0)} by A1, FUNCT_1:117
.= {(f /. x0)} by A1, PARTFUN1:def 8 ;
f /. x0 in N1 by Th4;
hence f .: N c= N1 by A3, ZFMISC_1:37; :: thesis: verum
end;
hence f is_continuous_in x0 by A1, Th38; :: thesis: verum