let T be non empty TopSpace; :: thesis: for f being Function of T,R^1
for x being Point of T holds
( f is_continuous_at x iff for e being real number st e > 0 holds
ex H being Subset of T st
( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) ) )
let f be Function of T,R^1 ; :: thesis: for x being Point of T holds
( f is_continuous_at x iff for e being real number st e > 0 holds
ex H being Subset of T st
( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) ) )
let x be Point of T; :: thesis: ( f is_continuous_at x iff for e being real number st e > 0 holds
ex H being Subset of T st
( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) ) )
thus
( f is_continuous_at x implies for e being real number st e > 0 holds
ex H being Subset of T st
( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) ) )
:: thesis: ( ( for e being real number st e > 0 holds
ex H being Subset of T st
( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) ) ) implies f is_continuous_at x )proof
assume A1:
f is_continuous_at x
;
:: thesis: for e being real number st e > 0 holds
ex H being Subset of T st
( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) )
let e be
real number ;
:: thesis: ( e > 0 implies ex H being Subset of T st
( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) ) )
assume A2:
e > 0
;
:: thesis: ex H being Subset of T st
( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) )
reconsider fx =
f . x as
Point of
RealSpace by TOPMETR:16, TOPMETR:def 7;
reconsider G =
Ball fx,
e as
Subset of
R^1 by TOPMETR:16, TOPMETR:def 7;
A3:
G is
open
by TOPMETR:21, TOPMETR:def 7;
fx in G
by A2, GOBOARD6:4;
then consider H being
Subset of
T such that A4:
(
H is
open &
x in H &
f .: H c= G )
by A1, A3, TMAP_1:48;
take
H
;
:: thesis: ( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) )
thus
(
H is
open &
x in H )
by A4;
:: thesis: for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e
let y be
Point of
T;
:: thesis: ( y in H implies abs ((f . y) - (f . x)) < e )
assume A5:
y in H
;
:: thesis: abs ((f . y) - (f . x)) < e
dom f = the
carrier of
T
by FUNCT_2:def 1;
then A6:
f . y in f .: H
by A5, FUNCT_1:def 12;
then
f . y in G
by A4;
then reconsider fy =
f . y as
Point of
RealSpace ;
dist fy,
fx < e
by A4, A6, METRIC_1:12;
hence
abs ((f . y) - (f . x)) < e
by TOPMETR:15;
:: thesis: verum
end;
assume A7:
for e being real number st e > 0 holds
ex H being Subset of T st
( H is open & x in H & ( for y being Point of T st y in H holds
abs ((f . y) - (f . x)) < e ) )
; :: thesis: f is_continuous_at x
hence
f is_continuous_at x
by TMAP_1:48; :: thesis: verum