The Ramsey's theorem states that
Given $s, t\in \mathbb{N}$, there is $n\in \mathbb{N}$ such that for every graph with $n$ vertices, it contains a $s$-clique or its complement contains a $t$-clique.
The smallest $n$ satisfying the statement is denoted by $R(s, t)$.
I found in the article "The Probabilistic Method in Combinatorics, Lectures by Niranjan Balachandran" the following statement:
A constructive lower bound on R(s, s), discovered by Nagy, is the following: $$R(s, s)\ge \binom{s}{3}$$ (Explicitly, his construction goes as follows: take any set $S$, and turn the collection of all $3$-element subsets of $S$ into a graph by connecting subsets iff their intersection is odd.)
I was not able to prove that this graph and its complement does not contain $s$-cliques. Any help in this matter would be greatly appreciated.
Let's take $S = \{1, 2, \dots, s\}$. What we can actually show is that Nagy's graph has
This does not show that $R(s,s) \ge \binom s3$ for all $s$, but it does show that $R(s,s) > \binom s3$, and even that $R(\frac{s}{2}, s) > \binom s3$, for infinitely many values of $s$.
First, let's find the largest clique. There are two cases:
Next, let's find the largest independent set. Here, note that if two vertices in the independent set share $2$ elements, and third vertex in the independent set shares $2$ elements with one of them, it must share at least one element (and therefore $2$ elements) with the other. So the independent set must consist of clusters, where any two vertices in a cluster share $2$ elements, and any two vertices outside the cluster share $0$.
Once again, clusters can have two different shapes:
We see that a cluster using up $k$ elements of $S$ can contain at most $k$ vertices, so altogether the clusters can contain at most $S$ vertices. But this is only possible when all clusters are of the second type, and cover all elements of $S$, which requires $s \equiv 0 \pmod 4$.