We have these assumptions:
- $X$ is a finite set.
- $\sim$ is an irreflexive symmetric relation on $X$.
- for any subset $Y\subseteq X$ we define $$\mathcal{Cl}(Y)=\{A\subseteq Y\mid(\forall a,b\in A:a\ne b)(a\sim b) \}$$ $$s(Y)=\max\{|A|: A \in \mathcal{Cl}(Y)\}$$
- $s(X)$ is even.
Prove there exists a 2-element partition $\{Y,Z\}$ for $X$ such that $$s(Y)=s(Z)$$
In fact the relation is equivalent to a graph. A maximal clique with largest size has an even number of vertices. Now we want to divide the graph into two subgraphs which have largest maximal cliques with the same size.
This problem is really hard.

