I was reading the thesis http://www.renyi.hu/~keszegh/papers/szakdolgozat.pdf, and they cite Theorem 2.6 without proof (because apparently it is a well-known fact from extremal graph theory).
The extremal function $\text{ex}(n, P)$ is defined in the paper as the maximum possible number of 1's in an $n\times n$ binary matrix that avoids a pattern $P$.
Prove that $\text{ex}\left(n, \begin{pmatrix} 1 & 1\\ 1 & 1\end{pmatrix}\right) = \Theta(n^{3/2})$.
Can someone post a proof here or redirect me to one? Thanks!