8.3 Fisher’s inequality

Let us prove an inequality for intersecting sets satisfying a strong constraint on intersection. This is known as Fisher’s inequality, an important result in design theory (see Chapter 9) motivated by statistics. More important for us is the proof of a generalized version by R. C. Bose in 1949 using the so-called ‘linear algebra method’ . This is seemingly the first application of linear algebra method to a combinatorial problem. We state a general version due to K. N. Mazumdar with further proof simplifications by Babai and Frankl [Babai 2020].

Theorem 8.12.

Let Ai,1im be distinct subsets of [n] such that |AiAj|=k for all ij and for 1kn. Then mn.

Note that the exactness of the intersection puts a stronger constraint and hence the bound is much smaller than in Erdős-Ko-Rado theorem or its variants. An elementary usage of linear algebra method is as follows: Identify the elements to count with linearly independent elements of a ’low-dimensional’ vector space and thus the number of elements is at most the dimension.

Proof.

Define the incidence vector for A, xA{0,1}n as xA(i)=1[iA]. Abbreviate the incidence vectors to A1,,Am as x1,,xm. Note that dimension of {0,1}n is n and hence we need to only show that x1,,xm are linearly independent.

Observe that xi.xj=|AiAj| and so xi.xj=k if ij and xi.xi=|Ai|. Further |Ai|k for all i and at most one i (say i=1 WLOG) can satisfy equality as two distinct k- sets cannot have intersection cardinality k. Suppose iaixi=0 for some real numbers ai. Then using the above facts and linearity,

0 =(iaixi).(iaixi)=iai2xi.xi+ijaiajxi.xj
=iai2(|Ai|k)+k(iai)2

If A1 is not a k-set, the above equality implies that iai2=0 and so xi’s are linearly independent. If A1 is a k-set, then we have that i=2mai2=0 and iai=0 which together again imply that ai’s are all 0. Thus xi’s are linearly independent in this case as well. ∎