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 )
let D1, D2 be Division of A; :: thesis: ex D being Division of A st
( D1 <= D & D2 <= D )
consider D3 being FinSequence of REAL such that
A1:
( rng D3 = rng (D1 ^ D2) & len D3 = card (rng (D1 ^ D2)) & D3 is increasing )
by GOBOARD2:21;
reconsider D3 = D3 as non empty increasing FinSequence of REAL by A1;
A2:
rng D1 c= A
by Def2;
rng D2 c= A
by Def2;
then
(rng D1) \/ (rng D2) c= A
by A2, XBOOLE_1:8;
then A3:
rng D3 c= A
by A1, FINSEQ_1:44;
D3 . (len D3) = upper_bound A
then reconsider D3 = D3 as Division of A by A3, Def2;
D1 is one-to-one
by JORDAN7:17;
then A12:
len D1 = card (rng D1)
by FINSEQ_4:77;
D2 is one-to-one
by JORDAN7:17;
then A13:
len D2 = card (rng D2)
by FINSEQ_4:77;
A14:
rng D1 c= rng (D1 ^ D2)
by FINSEQ_1:42;
A15:
len D1 <= len D3
by A1, A12, FINSEQ_1:42, NAT_1:44;
A16:
rng D2 c= rng (D1 ^ D2)
by FINSEQ_1:43;
A17:
len D2 <= len D3
by A1, A13, FINSEQ_1:43, NAT_1:44;
take
D3
; :: thesis: ( D1 <= D3 & D2 <= D3 )
thus
( D1 <= D3 & D2 <= D3 )
by A1, A14, A15, A16, A17, Def20; :: thesis: verum