let a, b be Real; for E being sequence of (bool REAL) st a < b & ( for n being Nat holds E . n = [.(a + ((b - a) / (n + 1))),b.] ) holds
( E is non-descending & E is convergent & Union E = ].a,b.] )
let E be sequence of (bool REAL); ( a < b & ( for n being Nat holds E . n = [.(a + ((b - a) / (n + 1))),b.] ) implies ( E is non-descending & E is convergent & Union E = ].a,b.] ) )
assume that
A1:
a < b
and
A2:
for n being Nat holds E . n = [.(a + ((b - a) / (n + 1))),b.]
; ( E is non-descending & E is convergent & Union E = ].a,b.] )
A3:
b - a > 0
by A1, XREAL_1:50;
for n, m being Nat st n <= m holds
E . n c= E . m
hence
E is non-descending
by PROB_1:def 5; ( E is convergent & Union E = ].a,b.] )
hence
E is convergent
by SETLIM_1:63; Union E = ].a,b.]
now for x being Real st x in Union E holds
x in ].a,b.]let x be
Real;
( x in Union E implies x in ].a,b.] )assume
x in Union E
;
x in ].a,b.]then
x in union (rng E)
by CARD_3:def 4;
then consider A being
set such that A4:
(
x in A &
A in rng E )
by TARSKI:def 4;
consider n being
Element of
NAT such that A5:
A = E . n
by A4, FUNCT_2:113;
x in [.(a + ((b - a) / (n + 1))),b.]
by A2, A4, A5;
then A6:
(
a + ((b - a) / (n + 1)) <= x &
x <= b )
by XXREAL_1:1;
a + ((b - a) / (n + 1)) > a
by A3, XREAL_1:29;
then
x > a
by A6, XXREAL_0:2;
hence
x in ].a,b.]
by A6, XXREAL_1:2;
verum end;
then A7:
Union E c= ].a,b.]
;
then
].a,b.] c= Union E
;
hence
Union E = ].a,b.]
by A7, XBOOLE_0:def 10; verum