let D be non empty set ; for H being Functional_Sequence of D,REAL
for X being set holds
( H is_unif_conv_on X iff ( X common_on_dom H & H is_point_conv_on X & ( for r being Real st 0 < r holds
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r ) ) )
let H be Functional_Sequence of D,REAL ; for X being set holds
( H is_unif_conv_on X iff ( X common_on_dom H & H is_point_conv_on X & ( for r being Real st 0 < r holds
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r ) ) )
let X be set ; ( H is_unif_conv_on X iff ( X common_on_dom H & H is_point_conv_on X & ( for r being Real st 0 < r holds
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r ) ) )
thus
( H is_unif_conv_on X implies ( X common_on_dom H & H is_point_conv_on X & ( for r being Real st 0 < r holds
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r ) ) )
( X common_on_dom H & H is_point_conv_on X & ( for r being Real st 0 < r holds
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r ) implies H is_unif_conv_on X )proof
assume A1:
H is_unif_conv_on X
;
( X common_on_dom H & H is_point_conv_on X & ( for r being Real st 0 < r holds
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r ) )
then consider f being
PartFunc of
D,
REAL such that A2:
X = dom f
and A3:
for
p being
Real st
p > 0 holds
ex
k being
Element of
NAT st
for
n being
Element of
NAT for
x being
Element of
D st
n >= k &
x in X holds
abs (((H . n) . x) - (f . x)) < p
by Def13;
thus
X common_on_dom H
by A1, Def13;
( H is_point_conv_on X & ( for r being Real st 0 < r holds
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r ) )
thus
H is_point_conv_on X
by A1, Th23;
for r being Real st 0 < r holds
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r
then A7:
f = lim H,
X
by A2, A4, Th22;
let r be
Real;
( 0 < r implies ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r )
assume
r > 0
;
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r
then consider k being
Element of
NAT such that A8:
for
n being
Element of
NAT for
x being
Element of
D st
n >= k &
x in X holds
abs (((H . n) . x) - (f . x)) < r
by A3;
take
k
;
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r
let n be
Element of
NAT ;
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < rlet x be
Element of
D;
( n >= k & x in X implies abs (((H . n) . x) - ((lim H,X) . x)) < r )
assume
(
n >= k &
x in X )
;
abs (((H . n) . x) - ((lim H,X) . x)) < r
hence
abs (((H . n) . x) - ((lim H,X) . x)) < r
by A7, A8;
verum
end;
assume that
A9:
X common_on_dom H
and
A10:
H is_point_conv_on X
and
A11:
for r being Real st 0 < r holds
ex k being Element of NAT st
for n being Element of NAT
for x being Element of D st n >= k & x in X holds
abs (((H . n) . x) - ((lim H,X) . x)) < r
; H is_unif_conv_on X
dom (lim H,X) = X
by A10, Def14;
hence
H is_unif_conv_on X
by A9, A11, Def13; verum