let NTX, NTY be NTopSpace; :: thesis: for x being Point of NTX
for y being Point of NTY
for f being Function of NTX,NTY st y = f . x & ( for V being Element of U_FMT y ex W being Element of U_FMT x st f .: W c= V ) holds
f is_continuous_at x

let x be Point of NTX; :: thesis: for y being Point of NTY
for f being Function of NTX,NTY st y = f . x & ( for V being Element of U_FMT y ex W being Element of U_FMT x st f .: W c= V ) holds
f is_continuous_at x

let y be Point of NTY; :: thesis: for f being Function of NTX,NTY st y = f . x & ( for V being Element of U_FMT y ex W being Element of U_FMT x st f .: W c= V ) holds
f is_continuous_at x

let f be Function of NTX,NTY; :: thesis: ( y = f . x & ( for V being Element of U_FMT y ex W being Element of U_FMT x st f .: W c= V ) implies f is_continuous_at x )
assume that
A1: y = f . x and
A2: for V being Element of U_FMT y ex W being Element of U_FMT x st f .: W c= V ; :: thesis: f is_continuous_at x
now :: thesis: for F being Filter of the carrier of NTX st x in lim_filter F holds
y in lim_filter (f,F)
let F be Filter of the carrier of NTX; :: thesis: ( x in lim_filter F implies y in lim_filter (f,F) )
assume x in lim_filter F ; :: thesis: y in lim_filter (f,F)
then consider x9 being Point of NTX such that
A3: x = x9 and
A4: F is_filter-finer_than U_FMT x9 ;
A5: U_FMT x c= F by A3, A4, CARDFIL2:def 6;
now :: thesis: for o being object st o in U_FMT y holds
o in filter_image (f,F)
let o be object ; :: thesis: ( o in U_FMT y implies o in filter_image (f,F) )
assume o in U_FMT y ; :: thesis: o in filter_image (f,F)
then reconsider V = o as Element of U_FMT y ;
consider W being Element of U_FMT x such that
A6: f .: W c= V by A2;
A7: W in F by A5;
reconsider M = f .: W as Subset of NTY ;
A8: W c= f " M by FUNCT_2:42;
f " M c= f " V by A6, RELAT_1:143;
then W c= f " V by A8;
then f " V in F by A7, CARD_FIL:def 1;
then V in { M where M is Subset of NTY : f " M in F } ;
hence o in filter_image (f,F) by CARDFIL2:def 13; :: thesis: verum
end;
then U_FMT y c= filter_image (f,F) ;
then filter_image (f,F) is_filter-finer_than U_FMT y by CARDFIL2:def 6;
hence y in lim_filter (f,F) ; :: thesis: verum
end;
hence f is_continuous_at x by A1; :: thesis: verum