let a, b be Real; ( a < b implies ex E being SetSequence of L-Field st
( ( for n being Nat holds
( E . n = [.a,(b - ((b - a) / (n + 1))).] & E . n c= [.a,b.[ & E . n is non empty closed_interval Subset of REAL ) ) & E is non-descending & E is convergent & Union E = [.a,b.[ ) )
assume A1:
a < b
; ex E being SetSequence of L-Field st
( ( for n being Nat holds
( E . n = [.a,(b - ((b - a) / (n + 1))).] & E . n c= [.a,b.[ & E . n is non empty closed_interval Subset of REAL ) ) & E is non-descending & E is convergent & Union E = [.a,b.[ )
deffunc H1( Element of NAT ) -> Element of bool REAL = [.a,(b - ((b - a) / ($1 + 1))).];
consider E being Function of NAT,(bool REAL) such that
A2:
for n being Element of NAT holds E . n = H1(n)
from FUNCT_2:sch 4();
then
rng E c= L-Field
;
then reconsider E = E as SetSequence of L-Field by RELAT_1:def 19;
take
E
; ( ( for n being Nat holds
( E . n = [.a,(b - ((b - a) / (n + 1))).] & E . n c= [.a,b.[ & E . n is non empty closed_interval Subset of REAL ) ) & E is non-descending & E is convergent & Union E = [.a,b.[ )
A4:
for n being Nat holds E . n = [.a,(b - ((b - a) / (n + 1))).]
thus
for n being Nat holds
( E . n = [.a,(b - ((b - a) / (n + 1))).] & E . n c= [.a,b.[ & E . n is non empty closed_interval Subset of REAL )
( E is non-descending & E is convergent & Union E = [.a,b.[ )proof
let n be
Nat;
( E . n = [.a,(b - ((b - a) / (n + 1))).] & E . n c= [.a,b.[ & E . n is non empty closed_interval Subset of REAL )
thus
E . n = [.a,(b - ((b - a) / (n + 1))).]
by A4;
( E . n c= [.a,b.[ & E . n is non empty closed_interval Subset of REAL )
A5:
E . n = [.a,(b - ((b - a) / (n + 1))).]
by A4;
A6:
b - ((b - a) / (n + 1)) < b
by A1, Th22;
a <= b - ((b - a) / (n + 1))
by A1, Th22;
hence
(
E . n c= [.a,b.[ &
E . n is non
empty closed_interval Subset of
REAL )
by A5, A6, MEASURE5:def 3, XXREAL_1:30, XXREAL_1:43;
verum
end;
thus
( E is non-descending & E is convergent & Union E = [.a,b.[ )
by A1, A4, Lm3; verum