let X be set ; :: thesis: for S being RealNormSpace
for f being PartFunc of the carrier of S,REAL st X c= dom f & ( for x0 being Point of S st x0 in X holds
f /. x0 = ||.x0.|| ) holds
f is_continuous_on X

let S be RealNormSpace; :: thesis: for f being PartFunc of the carrier of S,REAL st X c= dom f & ( for x0 being Point of S st x0 in X holds
f /. x0 = ||.x0.|| ) holds
f is_continuous_on X

let f be PartFunc of the carrier of S,REAL; :: thesis: ( X c= dom f & ( for x0 being Point of S st x0 in X holds
f /. x0 = ||.x0.|| ) implies f is_continuous_on X )

assume that
A1: X c= dom f and
A2: for x0 being Point of S st x0 in X holds
f /. x0 = ||.x0.|| ; :: thesis: f is_continuous_on X
X = (dom f) /\ X by A1, XBOOLE_1:28;
then A3: X = dom (f | X) by RELAT_1:61;
now :: thesis: for x0 being Point of S st x0 in dom (f | X) holds
(f | X) /. x0 = ||.x0.||
let x0 be Point of S; :: thesis: ( x0 in dom (f | X) implies (f | X) /. x0 = ||.x0.|| )
assume A4: x0 in dom (f | X) ; :: thesis: (f | X) /. x0 = ||.x0.||
hence (f | X) /. x0 = f /. x0 by PARTFUN2:15
.= ||.x0.|| by A2, A3, A4 ;
:: thesis: verum
end;
then f | X is_continuous_on X by A3, Th53;
hence f is_continuous_on X by Th22; :: thesis: verum