let n be non zero Nat; :: thesis: cliquecover# (CompleteRelStr n) = 1
set R = CompleteRelStr n;
set cR = the carrier of (CompleteRelStr n);
reconsider C = { the carrier of (CompleteRelStr n)} as a_partition of the carrier of (CompleteRelStr n) by EQREL_1:39;
A1: now :: thesis: for x being set st x in C holds
x is Clique of (CompleteRelStr n)
let x be set ; :: thesis: ( x in C implies x is Clique of (CompleteRelStr n) )
assume x in C ; :: thesis: x is Clique of (CompleteRelStr n)
then x = [#] (CompleteRelStr n) by TARSKI:def 1;
hence x is Clique of (CompleteRelStr n) ; :: thesis: verum
end;
A2: now :: thesis: ex C being a_partition of the carrier of (CompleteRelStr n) st
( C is finite & C is Clique-partition of (CompleteRelStr n) & card C = 1 )
end;
now :: thesis: for C being finite Clique-partition of (CompleteRelStr n) holds 1 <= card Cend;
hence cliquecover# (CompleteRelStr n) = 1 by A2, Def5; :: thesis: verum