let R be with_finite_stability# with_finite_cliquecover# RelStr ; :: thesis: stability# R <= cliquecover# R
assume A: stability# R > cliquecover# R ; :: thesis: contradiction
consider A being StableSet of R such that
B: card A = stability# R by DILWORTH:def 6;
consider C being finite Clique-partition of R such that
Aa: card C = cliquecover# R by Lclico;
( card (card C) = card C & card (card A) = card A ) ;
then C: card C in card A by Aa, A, B, NAT_1:42;
set cR = the carrier of R;
per cases ( R is empty or not R is empty ) ;
suppose R is empty ; :: thesis: contradiction
end;
suppose S1: not R is empty ; :: thesis: contradiction
defpred S1[ set , set ] means ( $1 in A & $2 in C & $1 in $2 );
R: for x being set st x in A holds
ex y being set st
( y in C & S1[x,y] )
proof
let x be set ; :: thesis: ( x in A implies ex y being set st
( y in C & S1[x,y] ) )

assume A1: x in A ; :: thesis: ex y being set st
( y in C & S1[x,y] )

reconsider xp1 = x as Element of R by A1;
not the carrier of R is empty by S1;
then xp1 in the carrier of R ;
then x in union C by EQREL_1:def 6;
then consider y being set such that
B1: x in y and
C1: y in C by TARSKI:def 4;
take y ; :: thesis: ( y in C & S1[x,y] )
thus ( y in C & S1[x,y] ) by A1, B1, C1; :: thesis: verum
end;
consider f being Function of A,C such that
Q: for x being set st x in A holds
S1[x,f . x] from FUNCT_2:sch 1(R);
consider x, y being set such that
A1: x in A and
B1: y in A and
C1: x <> y and
D1: f . x = f . y by S1, C, FINSEQ_4:80;
f . x in C by A1, FUNCT_2:7;
then E1: f . x is Clique of R by DILWORTH:def 11;
( x in f . x & y in f . x ) by D1, A1, B1, Q;
hence contradiction by E1, A1, B1, C1, DILWORTH:15; :: thesis: verum
end;
end;