theorem
for
a,
b being
Real for
H being
Functional_Sequence of
REAL,
REAL for
rseq being
Real_Sequence st
a < b & ( for
n being
Element of
NAT holds
(
H . n is_integrable_on ['a,b'] &
(H . n) | ['a,b'] is
bounded &
rseq . n = integral (
(H . n),
a,
b) ) ) &
H is_unif_conv_on ['a,b'] holds
(
(lim (H,['a,b'])) | ['a,b'] is
bounded &
lim (
H,
['a,b'])
is_integrable_on ['a,b'] &
rseq is
convergent &
lim rseq = integral (
(lim (H,['a,b'])),
a,
b) )