let Y be non empty set ; for G being Subset of (PARTITIONS Y)
for a, b being Function of Y,BOOLEAN
for PA being a_partition of Y holds a 'or' b '<' (Ex (a,PA,G)) 'or' (Ex (b,PA,G))
let G be Subset of (PARTITIONS Y); for a, b being Function of Y,BOOLEAN
for PA being a_partition of Y holds a 'or' b '<' (Ex (a,PA,G)) 'or' (Ex (b,PA,G))
let a, b be Function of Y,BOOLEAN; for PA being a_partition of Y holds a 'or' b '<' (Ex (a,PA,G)) 'or' (Ex (b,PA,G))
let PA be a_partition of Y; a 'or' b '<' (Ex (a,PA,G)) 'or' (Ex (b,PA,G))
A1:
Ex (a,PA,G) = B_SUP (a,(CompF (PA,G)))
by BVFUNC_2:def 10;
let z be Element of Y; BVFUNC_1:def 12 ( not (a 'or' b) . z = TRUE or ((Ex (a,PA,G)) 'or' (Ex (b,PA,G))) . z = TRUE )
A2:
Ex (b,PA,G) = B_SUP (b,(CompF (PA,G)))
by BVFUNC_2:def 10;
A3:
z in EqClass (z,(CompF (PA,G)))
by EQREL_1:def 6;
assume
(a 'or' b) . z = TRUE
; ((Ex (a,PA,G)) 'or' (Ex (b,PA,G))) . z = TRUE
then A4:
(a . z) 'or' (b . z) = TRUE
by BVFUNC_1:def 4;
A5:
( b . z = TRUE or b . z = FALSE )
by XBOOLEAN:def 3;
per cases
( a . z = TRUE or b . z = TRUE )
by A4, A5, BINARITH:3;
suppose A6:
a . z = TRUE
;
((Ex (a,PA,G)) 'or' (Ex (b,PA,G))) . z = TRUE thus ((Ex (a,PA,G)) 'or' (Ex (b,PA,G))) . z =
((Ex (a,PA,G)) . z) 'or' ((Ex (b,PA,G)) . z)
by BVFUNC_1:def 4
.=
TRUE 'or' ((Ex (b,PA,G)) . z)
by A1, A3, A6, BVFUNC_1:def 17
.=
TRUE
by BINARITH:10
;
verum end; suppose A7:
b . z = TRUE
;
((Ex (a,PA,G)) 'or' (Ex (b,PA,G))) . z = TRUE thus ((Ex (a,PA,G)) 'or' (Ex (b,PA,G))) . z =
((Ex (a,PA,G)) . z) 'or' ((Ex (b,PA,G)) . z)
by BVFUNC_1:def 4
.=
((Ex (a,PA,G)) . z) 'or' TRUE
by A2, A3, A7, BVFUNC_1:def 17
.=
TRUE
by BINARITH:10
;
verum end; end;