let A be closed-interval Subset of REAL ; :: thesis: for D1, D2 being Division of A ex D being Division of A st
( D1 <= D & D2 <= D & rng D = (rng D1) \/ (rng D2) )
let D1, D2 be Division of A; :: thesis: ex D being Division of A st
( D1 <= D & D2 <= D & rng D = (rng D1) \/ (rng D2) )
consider D being FinSequence of REAL such that
A1:
( rng D = rng (D1 ^ D2) & len D = card (rng (D1 ^ D2)) & D is increasing )
by GOBOARD2:21;
reconsider D = D as increasing FinSequence of REAL by A1;
reconsider D = D as non empty increasing FinSequence of REAL by A1;
A2:
rng (D1 ^ D2) = (rng D1) \/ (rng D2)
by FINSEQ_1:44;
( rng D1 c= A & rng D2 c= A )
by INTEGRA1:def 2;
then A3:
rng D c= A
by A1, A2, XBOOLE_1:8;
A4:
rng D1 c= rng (D1 ^ D2)
by A2, XBOOLE_1:7;
A5:
rng D2 c= rng (D1 ^ D2)
by A2, XBOOLE_1:7;
D . (len D) = upper_bound A
then reconsider D = D as Division of A by A3, INTEGRA1:def 2;
take
D
; :: thesis: ( D1 <= D & D2 <= D & rng D = (rng D1) \/ (rng D2) )
A11:
card (rng D1) <= len D
by A1, A2, NAT_1:44, XBOOLE_1:7;
D1 is one-to-one
by JORDAN7:17;
then
len D1 <= len D
by A11, FINSEQ_4:77;
hence
D1 <= D
by A1, A4, INTEGRA1:def 20; :: thesis: ( D2 <= D & rng D = (rng D1) \/ (rng D2) )
A12:
card (rng D2) <= len D
by A1, A2, NAT_1:44, XBOOLE_1:7;
D2 is one-to-one
by JORDAN7:17;
then
len D2 <= len D
by A12, FINSEQ_4:77;
hence
D2 <= D
by A1, A5, INTEGRA1:def 20; :: thesis: rng D = (rng D1) \/ (rng D2)
thus
rng D = (rng D1) \/ (rng D2)
by A1, FINSEQ_1:44; :: thesis: verum