let Y be non empty set ; for G being Subset of (PARTITIONS Y)
for A, B being a_partition of Y st G is independent & G = {A,B} & A <> B holds
for a, b being set st a in A & b in B holds
a meets b
let G be Subset of (PARTITIONS Y); for A, B being a_partition of Y st G is independent & G = {A,B} & A <> B holds
for a, b being set st a in A & b in B holds
a meets b
let A, B be a_partition of Y; ( G is independent & G = {A,B} & A <> B implies for a, b being set st a in A & b in B holds
a meets b )
assume that
A1:
G is independent
and
A2:
G = {A,B}
and
A3:
A <> B
; for a, b being set st a in A & b in B holds
a meets b
let a, b be set ; ( a in A & b in B implies a meets b )
assume that
A4:
a in A
and
A5:
b in B
; a meets b
set h2 = (A,B) --> (a,b);
A6:
for d being set st d in G holds
((A,B) --> (a,b)) . d in d
proof
let d be
set ;
( d in G implies ((A,B) --> (a,b)) . d in d )
assume
d in G
;
((A,B) --> (a,b)) . d in d
then
(
d = A or
d = B )
by A2, TARSKI:def 2;
hence
((A,B) --> (a,b)) . d in d
by A3, A4, A5, FUNCT_4:63;
verum
end;
{a,b} c= bool Y
then reconsider SS = {a,b} as Subset-Family of Y ;
A7:
dom ((A,B) --> (a,b)) = {A,B}
by FUNCT_4:62;
rng ((A,B) --> (a,b)) = SS
by A3, FUNCT_4:64;
then
Intersect SS <> {}
by A1, A2, A7, A6, BVFUNC_2:def 5;
hence
a /\ b <> {}
by A4, A5, MSSUBFAM:10; XBOOLE_0:def 7 verum