let A be non empty 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) and
A2: len D3 = card (rng (D1 ^ D2)) and
A3: D3 is increasing by SEQ_4:140;
reconsider D3 = D3 as non empty increasing FinSequence of REAL by A1, A3;
A4: rng D2 c= A by Def1;
rng D1 c= A by Def1;
then (rng D1) \/ (rng D2) c= A by A4, XBOOLE_1:8;
then A5: rng D3 c= A by A1, FINSEQ_1:31;
D3 . (len D3) = upper_bound A
proof end;
then reconsider D3 = D3 as Division of A by A5, Def1;
len D2 = card (rng D2) by FINSEQ_4:62;
then A14: len D2 <= len D3 by A2, FINSEQ_1:30, NAT_1:43;
take D3 ; :: thesis: ( D1 <= D3 & D2 <= D3 )
A15: rng D1 c= rng (D1 ^ D2) by FINSEQ_1:29;
A16: rng D2 c= rng (D1 ^ D2) by FINSEQ_1:30;
len D1 = card (rng D1) by FINSEQ_4:62;
then len D1 <= len D3 by A2, FINSEQ_1:29, NAT_1:43;
hence ( D1 <= D3 & D2 <= D3 ) by A1, A15, A16, A14; :: thesis: verum