let CNS be ComplexNormSpace; :: thesis: for RNS being RealNormSpace
for f being PartFunc of CNS,RNS
for x0 being Point of CNS st f is_continuous_in x0 holds
( ||.f.|| is_continuous_in x0 & - f is_continuous_in x0 )

let RNS be RealNormSpace; :: thesis: for f being PartFunc of CNS,RNS
for x0 being Point of CNS st f is_continuous_in x0 holds
( ||.f.|| is_continuous_in x0 & - f is_continuous_in x0 )

let f be PartFunc of CNS,RNS; :: thesis: for x0 being Point of CNS st f is_continuous_in x0 holds
( ||.f.|| is_continuous_in x0 & - f is_continuous_in x0 )

let x0 be Point of CNS; :: thesis: ( f is_continuous_in x0 implies ( ||.f.|| is_continuous_in x0 & - f is_continuous_in x0 ) )
assume A1: f is_continuous_in x0 ; :: thesis: ( ||.f.|| is_continuous_in x0 & - f is_continuous_in x0 )
then A2: ( x0 in dom f & ( for s1 being sequence of CNS st rng s1 c= dom f & s1 is convergent & lim s1 = x0 holds
( f /* s1 is convergent & f /. x0 = lim (f /* s1) ) ) ) by Def16;
now
thus A3: x0 in dom ||.f.|| by A2, Def3; :: thesis: for s1 being sequence of CNS st rng s1 c= dom ||.f.|| & s1 is convergent & lim s1 = x0 holds
( ||.f.|| /* s1 is convergent & ||.f.|| /. x0 = lim (||.f.|| /* s1) )

let s1 be sequence of CNS; :: thesis: ( rng s1 c= dom ||.f.|| & s1 is convergent & lim s1 = x0 implies ( ||.f.|| /* s1 is convergent & ||.f.|| /. x0 = lim (||.f.|| /* s1) ) )
assume A4: ( rng s1 c= dom ||.f.|| & s1 is convergent & lim s1 = x0 ) ; :: thesis: ( ||.f.|| /* s1 is convergent & ||.f.|| /. x0 = lim (||.f.|| /* s1) )
then A5: rng s1 c= dom f by Def3;
then A6: ( f /* s1 is convergent & f /. x0 = lim (f /* s1) ) by A1, A4, Def16;
then ||.(f /* s1).|| is convergent by NORMSP_1:39;
hence ||.f.|| /* s1 is convergent by A5, Th51; :: thesis: ||.f.|| /. x0 = lim (||.f.|| /* s1)
thus ||.f.|| /. x0 = ||.f.|| . x0 by A3, PARTFUN1:def 8
.= ||.(f /. x0).|| by A3, Def3
.= lim ||.(f /* s1).|| by A6, LOPBAN_1:47
.= lim (||.f.|| /* s1) by A5, Th51 ; :: thesis: verum
end;
hence ||.f.|| is_continuous_in x0 by Def19; :: thesis: - f is_continuous_in x0
- f = (- 1) (#) f by VFUNCT_1:29;
hence - f is_continuous_in x0 by A1, Th57; :: thesis: verum