let D be non empty set ; for H being Functional_Sequence of D,REAL
for Y, X being set st Y c= X & Y <> {} & H is_unif_conv_on X holds
H is_unif_conv_on Y
let H be Functional_Sequence of D,REAL ; for Y, X being set st Y c= X & Y <> {} & H is_unif_conv_on X holds
H is_unif_conv_on Y
let Y, X be set ; ( Y c= X & Y <> {} & H is_unif_conv_on X implies H is_unif_conv_on Y )
assume that
A1:
Y c= X
and
A2:
Y <> {}
and
A3:
H is_unif_conv_on X
; H is_unif_conv_on Y
consider f being PartFunc of D,REAL such that
A4:
dom f = X
and
A5:
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 A3, Def13;
X common_on_dom H
by A3, Def13;
then
Y common_on_dom H
by A1, A2, Th24;
hence
H is_unif_conv_on Y
by A6, Def13; verum