let x0 be Real; for r being real number
for f being PartFunc of REAL ,REAL st f is_continuous_in x0 & f . x0 <> r & ex N being Neighbourhood of x0 st N c= dom f holds
ex N being Neighbourhood of x0 st
( N c= dom f & ( for g being Real st g in N holds
f . g <> r ) )
let r be real number ; for f being PartFunc of REAL ,REAL st f is_continuous_in x0 & f . x0 <> r & ex N being Neighbourhood of x0 st N c= dom f holds
ex N being Neighbourhood of x0 st
( N c= dom f & ( for g being Real st g in N holds
f . g <> r ) )
let f be PartFunc of REAL ,REAL ; ( f is_continuous_in x0 & f . x0 <> r & ex N being Neighbourhood of x0 st N c= dom f implies ex N being Neighbourhood of x0 st
( N c= dom f & ( for g being Real st g in N holds
f . g <> r ) ) )
assume that
A1:
f is_continuous_in x0
and
A2:
f . x0 <> r
; ( for N being Neighbourhood of x0 holds not N c= dom f or ex N being Neighbourhood of x0 st
( N c= dom f & ( for g being Real st g in N holds
f . g <> r ) ) )
given N being Neighbourhood of x0 such that A3:
N c= dom f
; ex N being Neighbourhood of x0 st
( N c= dom f & ( for g being Real st g in N holds
f . g <> r ) )
consider p being real number such that
A4:
0 < p
and
A5:
N = ].(x0 - p),(x0 + p).[
by RCOMP_1:def 7;
defpred S1[ Element of NAT , real number ] means ( x0 - (p / ($1 + 1)) < $2 & $2 < x0 + (p / ($1 + 1)) & f . $2 = r & $2 in dom f );
assume A6:
for N being Neighbourhood of x0 holds
( not N c= dom f or ex g being Real st
( g in N & f . g = r ) )
; contradiction
A7:
for n being Element of NAT ex g being Real st S1[n,g]
consider d being Real_Sequence such that
A17:
for n being Element of NAT holds S1[n,d . n]
from FUNCT_2:sch 3(A7);
A18:
rng d c= dom f
deffunc H1( Element of NAT ) -> Element of REAL = x0 - (p / ($1 + 1));
consider a being Real_Sequence such that
A21:
for n being Element of NAT holds a . n = H1(n)
from SEQ_1:sch 1();
deffunc H2( Element of NAT ) -> Element of REAL = x0 + (p / ($1 + 1));
consider b being Real_Sequence such that
A22:
for n being Element of NAT holds b . n = H2(n)
from SEQ_1:sch 1();
A24:
p is Real
by XREAL_0:def 1;
then A25:
( b is convergent & lim b = x0 )
by A22, Th14;
( a is convergent & lim a = x0 )
by A24, A21, Th13;
then
( d is convergent & lim d = x0 )
by A25, A23, SEQ_2:33, SEQ_2:34;
then
( f /* d is convergent & f . x0 = lim (f /* d) )
by A1, A18, FCONT_1:def 1;
hence
contradiction
by A2, A19, SEQ_2:def 7; verum