Consider the following construction due to Paley: Let $q$ be a prime power congruent to 3 modulo 4, and let $Q \subset \mathbb{F}_q$ be the set of nonzero squares (note that $-1 \notin Q$). Call $X = \mathbb{F}_q$ the set of points, and call $\mathfrak{B} = \{ x+Q : x \in \mathbb{F}_q \}$ the set of blocks. I want to show that any pair of two distinct points lie in exactly $(q-3)/4$ blocks. For those interested in design theory: this means that $(X,\mathfrak{B})$ is a combinatorial 2-design with parameters $(q,(q-1)/2,(q-3)/4)$.
It seems that in literature (I saw some google books snippets), this is usually shown by constructing a Hadamard-Matrix first. I was trying to translate such a proof to a direct argument, but apparently I miss something obvious.
Here is what I have done so far: Let $\chi \colon \mathbb{F}_q \to \mathbb{Z}$ be the quadratic character, i.e., $\chi(x) = \begin{cases} 0 & x=0\\1 & x \in Q\\ -1 & \text{else} \end{cases}$.
Using that terminology, we have to show that for any distinct pair of points $a,b \in X$ the equation $\chi(a-x) = \chi(b-x) = 1$ holds for exactly $(q-3)/4$ elements $x \in \mathbb{F}_q$.
By the standard properties of $\chi$, one easily calculates $\sum_{x \in \mathbb{F}_q}\chi(a-x)\chi(b-x) = -1$. Since exactly two summands are zero, and all others are $\pm 1$, we see that the summand $-1$ occurs once more than the summand $1$. Consequently, $\chi(a-x) = \chi(b-x)$ holds for exactly $(q-3)/2$ elements $x \in \mathbb{F}_q$. It remains to show that $\chi(a-x) = \chi(b-x) = 1$ happens equally often as $\chi(a-x) = \chi(b-x) = -1$. Note that we have not used $q \equiv 3 \mod 4$ (or equivalently $\chi(-1) = -1$) so far.
I see obvious ways to continue from here, but they seem to lead nowhere. What am I missing?
One way I spotted is to use the fact that $$ (\chi(a-x)+1)(\chi(b-x)+1)=\begin{cases}4,&\ \text{if both $a-x$ and $b-x$ are in $Q$,}\\ 1+\chi(b-a),&\ \text{if $x=a$},\\ 1+\chi(a-b),&\ \text{if $x=b$},\\ 0,&\ \text{otherwise.} \end{cases} $$ As $\chi(-1)=-1$, we have $\chi(b-a)=-\chi(a-b)$. So, if $N$ is the number of elements $x\in\Bbb{F}_q$ such that $a-x,b-x\in Q$, the above observation implies that $$ \begin{aligned} 4N+2&=\sum_{x\in\Bbb{F}_q}(\chi(a-x)+1)(\chi(b-x)+1)\\ &=\sum_{x\in\Bbb{F}_q}(\chi(a-x)\chi(b-x)+\chi(a-x)+\chi(b-x)+1)\\ &=\sum_{x\in\Bbb{F}_q}\chi(a-x)\chi(b-x)\\ &+\sum_{x\in\Bbb{F}_q}\chi(a-x)\\ &+\sum_{x\in\Bbb{F}_q}\chi(b-x)\\ &+\sum_{x\in\Bbb{F}_q}1. \end{aligned} $$ I am fairly sure that you can calculate all the four sums in the last form.