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 (All (a,PA,G)) 'or' (All (b,PA,G)) '<' All ((a 'or' 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 (All (a,PA,G)) 'or' (All (b,PA,G)) '<' All ((a 'or' b),PA,G)
let a, b be Function of Y,BOOLEAN; for PA being a_partition of Y holds (All (a,PA,G)) 'or' (All (b,PA,G)) '<' All ((a 'or' b),PA,G)
let PA be a_partition of Y; (All (a,PA,G)) 'or' (All (b,PA,G)) '<' All ((a 'or' b),PA,G)
let z be Element of Y; BVFUNC_1:def 12 ( not ((All (a,PA,G)) 'or' (All (b,PA,G))) . z = TRUE or (All ((a 'or' b),PA,G)) . z = TRUE )
assume
((All (a,PA,G)) 'or' (All (b,PA,G))) . z = TRUE
; (All ((a 'or' b),PA,G)) . z = TRUE
then A1:
((All (a,PA,G)) . z) 'or' ((All (b,PA,G)) . z) = TRUE
by BVFUNC_1:def 4;
A2:
( (All (b,PA,G)) . z = TRUE or (All (b,PA,G)) . z = FALSE )
by XBOOLEAN:def 3;
hence
(All ((a 'or' b),PA,G)) . z = TRUE
; verum