let n be Element of NAT ; :: thesis: for x0 being real number
for f being PartFunc of REAL,(REAL n) st x0 in dom f & f is_continuous_in x0 holds
|.f.| is_continuous_in x0

let x0 be real number ; :: thesis: for f being PartFunc of REAL,(REAL n) st x0 in dom f & f is_continuous_in x0 holds
|.f.| is_continuous_in x0

let f be PartFunc of REAL,(REAL n); :: thesis: ( x0 in dom f & f is_continuous_in x0 implies |.f.| is_continuous_in x0 )
assume AS: ( x0 in dom f & f is_continuous_in x0 ) ; :: thesis: |.f.| is_continuous_in x0
reconsider g = f as PartFunc of REAL, the carrier of (REAL-NS n) by REAL_NS1:def 4;
g is_continuous_in x0 by AS, Def1Th;
then ||.g.|| is_continuous_in x0 by AS, NFCONT_3:14;
hence |.f.| is_continuous_in x0 by LM003F; :: thesis: verum