let X, Y, Z be non empty TopSpace; :: thesis: ( the carrier of X = the carrier of Y & the topology of Y c= the topology of X implies for f being Function of X,Z
for g being Function of Y,Z st f = g holds
for x being Point of X
for y being Point of Y st x = y & g is_continuous_at y holds
f is_continuous_at x )

assume A1: ( the carrier of X = the carrier of Y & the topology of Y c= the topology of X ) ; :: thesis: for f being Function of X,Z
for g being Function of Y,Z st f = g holds
for x being Point of X
for y being Point of Y st x = y & g is_continuous_at y holds
f is_continuous_at x

let f be Function of X,Z; :: thesis: for g being Function of Y,Z st f = g holds
for x being Point of X
for y being Point of Y st x = y & g is_continuous_at y holds
f is_continuous_at x

let g be Function of Y,Z; :: thesis: ( f = g implies for x being Point of X
for y being Point of Y st x = y & g is_continuous_at y holds
f is_continuous_at x )

assume A2: f = g ; :: thesis: for x being Point of X
for y being Point of Y st x = y & g is_continuous_at y holds
f is_continuous_at x

let x be Point of X; :: thesis: for y being Point of Y st x = y & g is_continuous_at y holds
f is_continuous_at x

let y be Point of Y; :: thesis: ( x = y & g is_continuous_at y implies f is_continuous_at x )
assume A3: x = y ; :: thesis: ( not g is_continuous_at y or f is_continuous_at x )
assume A4: g is_continuous_at y ; :: thesis: f is_continuous_at x
for G being Subset of Z st G is open & f . x in G holds
ex H being Subset of X st
( H is open & x in H & f .: H c= G )
proof
let G be Subset of Z; :: thesis: ( G is open & f . x in G implies ex H being Subset of X st
( H is open & x in H & f .: H c= G ) )

assume ( G is open & f . x in G ) ; :: thesis: ex H being Subset of X st
( H is open & x in H & f .: H c= G )

then consider H being Subset of Y such that
A5: ( H is open & y in H & g .: H c= G ) by A2, A3, A4, Th48;
reconsider F = H as Subset of X by A1;
A6: H in the topology of Y by A5, PRE_TOPC:def 5;
take F ; :: thesis: ( F is open & x in F & f .: F c= G )
thus ( F is open & x in F & f .: F c= G ) by A1, A2, A3, A5, A6, PRE_TOPC:def 5; :: thesis: verum
end;
hence f is_continuous_at x by Th48; :: thesis: verum