let R be RelStr ; :: thesis: for C being StableSet of R holds C is Clique of (ComplRelStr R)
let C be StableSet of R; :: thesis: C is Clique of (ComplRelStr R)
set CR = ComplRelStr R;
A: C is Subset of (ComplRelStr R) by NECKLACE:def 9;
now
let a, b be Element of (ComplRelStr R); :: thesis: ( a in C & b in C & a <> b & not a <= b implies b <= a )
assume that
A: a in C and
B: b in C and
C: a <> b ; :: thesis: ( a <= b or b <= a )
reconsider ap1 = a, bp1 = b as Element of R by NECKLACE:def 9;
( not ap1 <= bp1 & not bp1 <= ap1 ) by A, B, C, DILWORTH:def 2;
hence ( a <= b or b <= a ) by A, C, DCompl1; :: thesis: verum
end;
hence C is Clique of (ComplRelStr R) by A, DILWORTH:6; :: thesis: verum