let n be Nat; :: thesis: clique# (CompleteRelStr n) = n
set R = CompleteRelStr n;
Aa: card (card n) = card n ;
[#] (CompleteRelStr n) = n by LNRS;
then A: ex C being finite Clique of (CompleteRelStr n) st card C = n by Aa, CARD_1:71;
for T being finite Clique of (CompleteRelStr n) holds card T <= n
proof end;
hence clique# (CompleteRelStr n) = n by A, DILWORTH:def 4; :: thesis: verum