ProofComplete

Combinatorial Designs - Key Proof

The fundamental parameter relations for balanced designs follow from double-counting arguments, illustrating the power of combinatorial reasoning.

DefinitionBIBD Parameter Relations

For a 22-(v,k,λ)(v,k,\lambda) design with bb blocks and replication number rr:

  1. Counting relation: bk=vrbk = vr
  2. Balance relation: λ(v1)=r(k1)\lambda(v-1) = r(k-1)

Proof of Counting Relation:

We count the number of point-block incidences (pairs (p,B)(p,B) where point pp is in block BB) in two ways.

Method 1 (counting by blocks): Each block contains exactly kk points. With bb blocks total: Incidences=bk\text{Incidences} = bk

Method 2 (counting by points): Each point appears in exactly rr blocks (by definition of replication number). With vv points total: Incidences=vr\text{Incidences} = vr

Since both count the same thing: bk=vrbk = vr. \square

Proof of Balance Relation:

We count pairs (p,q,B)(p,q,B) where points pp and qq (with pqp \neq q) both appear in block BB.

Method 1 (counting by point pairs): Fix a point pp. There are v1v-1 choices for the other point qpq \neq p. The pair {p,q}\{p,q\} appears in exactly λ\lambda blocks (by the 22-design property).

Total for all vv choices of pp: Count=v(v1)λ\text{Count} = v(v-1)\lambda

But this counts each triple (p,q,B)(p,q,B) twice: once with pp as the "fixed" point and once with qq as the fixed point. Therefore: Triples=v(v1)λ2\text{Triples} = \frac{v(v-1)\lambda}{2}

Method 2 (counting by blocks): Fix a block BB containing kk points. The number of unordered pairs from these kk points is (k2)=k(k1)2\binom{k}{2} = \frac{k(k-1)}{2}.

With bb blocks total: Triples=bk(k1)2\text{Triples} = b \cdot \frac{k(k-1)}{2}

Equating the two counts: v(v1)λ2=bk(k1)2\frac{v(v-1)\lambda}{2} = b \cdot \frac{k(k-1)}{2} v(v1)λ=bk(k1)v(v-1)\lambda = bk(k-1)

Substituting bk=vrbk = vr from the counting relation: v(v1)λ=vr(k1)v(v-1)\lambda = vr(k-1) λ(v1)=r(k1)\lambda(v-1) = r(k-1)

This completes the proof. \square

Alternative Proof (for Balance Relation):

Fix a point pp. It appears in rr blocks. Each of these blocks contains k1k-1 other points (besides pp).

Total number of point pairs (p,q)(p,q) with pp in a block is r(k1)r(k-1) (counting with multiplicity).

But there are v1v-1 other points qpq \neq p, and each pair {p,q}\{p,q\} appears in exactly λ\lambda blocks.

Therefore: (v1)λ=r(k1)(v-1) \cdot \lambda = r(k-1). \square

ExampleVerification for Fano Plane

For the 22-(7,3,1)(7,3,1) Fano plane:

  • From balance relation: r=λ(v1)k1=162=3r = \frac{\lambda(v-1)}{k-1} = \frac{1 \cdot 6}{2} = 3
  • From counting relation: b=vrk=733=7b = \frac{vr}{k} = \frac{7 \cdot 3}{3} = 7

Each point is in 3 lines, there are 7 lines total, and each line has 3 points.

Remark

These relations, though simple, are fundamental constraints on design parameters. They immediately eliminate many impossible parameter sets (e.g., if k1k-1 doesn't divide λ(v1)\lambda(v-1), no design exists). Combined with Fisher's inequality and number-theoretic constraints (Bruck-Ryser-Chowla theorem), they significantly restrict the possible parameter values. The relations also guide design construction: given vv, kk, λ\lambda satisfying necessary conditions, we can compute the required bb and rr, then attempt construction. These double-counting arguments exemplify the combinatorial method: count the same objects in different ways to derive identities.