let a, b be Real; for E being sequence of (bool REAL) st a < b & ( for n being Nat holds E . n = [.a,(b - ((b - a) / (n + 1))).] ) 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 - ((b - a) / (n + 1))).] ) 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 - ((b - a) / (n + 1))).]
; ( 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 - ((b - a) / (n + 1))).]
by A2, A4, A5;
then A6:
(
a <= x &
x <= b - ((b - a) / (n + 1)) )
by XXREAL_1:1;
b - ((b - a) / (n + 1)) < b
by A3, XREAL_1:44;
then
x < b
by A6, XXREAL_0:2;
hence
x in [.a,b.[
by A6, XXREAL_1:3;
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