let Y be non empty set ; for G being Subset of (PARTITIONS Y)
for u, a being Element of Funcs (Y,BOOLEAN)
for PA being a_partition of Y st u is_independent_of PA,G holds
All ((a 'or' u),PA,G) '<' (Ex (a,PA,G)) 'or' u
let G be Subset of (PARTITIONS Y); for u, a being Element of Funcs (Y,BOOLEAN)
for PA being a_partition of Y st u is_independent_of PA,G holds
All ((a 'or' u),PA,G) '<' (Ex (a,PA,G)) 'or' u
let u, a be Element of Funcs (Y,BOOLEAN); for PA being a_partition of Y st u is_independent_of PA,G holds
All ((a 'or' u),PA,G) '<' (Ex (a,PA,G)) 'or' u
let PA be a_partition of Y; ( u is_independent_of PA,G implies All ((a 'or' u),PA,G) '<' (Ex (a,PA,G)) 'or' u )
assume
u is_independent_of PA,G
; All ((a 'or' u),PA,G) '<' (Ex (a,PA,G)) 'or' u
then A1:
u is_dependent_of CompF (PA,G)
by Def8;
let z be Element of Y; BVFUNC_1:def 12 ( not (All ((a 'or' u),PA,G)) . z = TRUE or ((Ex (a,PA,G)) 'or' u) . z = TRUE )
A2:
z in EqClass (z,(CompF (PA,G)))
by EQREL_1:def 6;
assume A3:
(All ((a 'or' u),PA,G)) . z = TRUE
; ((Ex (a,PA,G)) 'or' u) . z = TRUE
A4:
for x being Element of Y holds
( not x in EqClass (z,(CompF (PA,G))) or a . x = TRUE or u . x = TRUE )
A6:
((Ex (a,PA,G)) 'or' u) . z = ((Ex (a,PA,G)) . z) 'or' (u . z)
by BVFUNC_1:def 4;
per cases
( for x being Element of Y st x in EqClass (z,(CompF (PA,G))) holds
u . x = TRUE or ( ex x being Element of Y st
( x in EqClass (z,(CompF (PA,G))) & not u . x = TRUE ) & ex x being Element of Y st
( x in EqClass (z,(CompF (PA,G))) & a . x = TRUE ) ) or ( ex x being Element of Y st
( x in EqClass (z,(CompF (PA,G))) & not u . x = TRUE ) & ( for x being Element of Y holds
( not x in EqClass (z,(CompF (PA,G))) or not a . x = TRUE ) ) ) )
;
suppose A7:
( ex
x being
Element of
Y st
(
x in EqClass (
z,
(CompF (PA,G))) & not
u . x = TRUE ) & ( for
x being
Element of
Y holds
( not
x in EqClass (
z,
(CompF (PA,G))) or not
a . x = TRUE ) ) )
;
((Ex (a,PA,G)) 'or' u) . z = TRUE A8:
z in EqClass (
z,
(CompF (PA,G)))
by EQREL_1:def 6;
then A9:
a . z <> TRUE
by A7;
consider x1 being
Element of
Y such that A10:
x1 in EqClass (
z,
(CompF (PA,G)))
and A11:
u . x1 <> TRUE
by A7;
u . x1 = u . z
by A1, A8, A10, BVFUNC_1:def 15;
hence
((Ex (a,PA,G)) 'or' u) . z = TRUE
by A4, A8, A9, A11;
verum end; end;