let x0, r be Real; 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 such that
A4:
0 < p
and
A5:
N = ].(x0 - p),(x0 + p).[
by RCOMP_1:def 6;
defpred S1[ Nat, Real] 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 Element of 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( Nat) -> set = x0 - (p / ($1 + 1));
consider a being Real_Sequence such that
A22:
for n being Nat holds a . n = H1(n)
from SEQ_1:sch 1();
deffunc H2( Nat) -> set = x0 + (p / ($1 + 1));
consider b being Real_Sequence such that
A23:
for n being Nat holds b . n = H2(n)
from SEQ_1:sch 1();
A24:
now for n being Nat holds
( a . n <= d . n & d . n <= b . n )end;
A25:
( b is convergent & lim b = x0 )
by A23, Th6;
( a is convergent & lim a = x0 )
by A22, Th5;
then
( d is convergent & lim d = x0 )
by A25, A24, SEQ_2:19, SEQ_2:20;
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