ConceptComplete

Combinatorial Designs - Examples and Constructions

Constructing designs with specified parameters requires systematic methods. These techniques generate designs from algebraic structures and recursive constructions.

ExampleSteiner Triple Systems

A Steiner triple system of order vv, denoted STS(v)STS(v) or S(2,3,v)S(2,3,v), has blocks of size 3 where every pair appears once.

Existence: STS(v)STS(v) exists if and only if v1v \equiv 1 or 3(mod6)3 \pmod{6}.

Kirkman's construction: For v=3v = 3 (trivial: {{1,2,3}}\{\{1,2,3\}\}). For v=9v = 9, using Z9\mathbb{Z}_9:

Blocks include {0,1,2},{3,4,5},{6,7,8}\{0,1,2\}, \{3,4,5\}, \{6,7,8\} and develop {0,1,4}\{0,1,4\} under addition mod 9 to get all (92)/3=12\binom{9}{2}/3 = 12 blocks.

Application: In round-robin scheduling with bye weeks.

ExampleHadamard Matrices and Designs

A Hadamard matrix of order nn is an n×nn \times n matrix with entries ±1\pm 1 such that HHT=nIHH^T = nI (orthogonal rows).

From a Hadamard matrix of order 4m4m, construct a 22-(4m1,2m1,m1)(4m-1, 2m-1, m-1) design:

  1. Delete one row and one column
  2. Replace +1+1 with 0 and 1-1 with 1
  3. Rows are blocks, columns are points

This gives Hadamard designs, used in error-correcting codes and statistical experiments.

ExampleProjective and Affine Planes

A projective plane of order qq (denoted PG(2,q)PG(2,q)) is a 22-(q2+q+1,q+1,1)(q^2+q+1, q+1, 1) design with q2+q+1q^2+q+1 blocks.

Construction for prime power qq: Use finite field Fq\mathbb{F}_q. Points are equivalence classes [x:y:z][x:y:z] of triples (not all zero) under scalar multiplication. Lines are sets satisfying ax+by+cz=0ax + by + cz = 0.

Example: PG(2,2)PG(2,2) is the Fano plane (q=2q=2: 7 points, 7 lines).

An affine plane of order qq (denoted AG(2,q)AG(2,q)) is a 22-(q2,q,1)(q^2, q, 1) design obtained by deleting a line and its points from PG(2,q)PG(2,q).

ExampleDifference Sets

A (v,k,λ)(v,k,\lambda) difference set in an abelian group GG of order vv is a kk-subset DD such that every non-identity element of GG can be expressed as d1d2d_1 - d_2 (with d1,d2Dd_1, d_2 \in D) in exactly λ\lambda ways.

From DD, construct a 22-(v,k,λ)(v,k,\lambda) design: blocks are D+g={d+g:dD}D + g = \{d + g : d \in D\} for each gGg \in G.

Example: D={1,2,4}Z7D = \{1,2,4\} \subseteq \mathbb{Z}_7 is a (7,3,1)(7,3,1) difference set:

  • 1=21=412(mod7)1 = 2-1 = 4-1-2 \pmod{7} (appears once as 212-1)
  • All non-zero elements of Z7\mathbb{Z}_7 appear exactly once as differences

Developing DD gives the Fano plane blocks.

Remark

Construction methods exploit algebraic structures: finite fields, groups, and combinatorial geometry. The Mathieu groups M11,M12,M22,M23,M24M_{11}, M_{12}, M_{22}, M_{23}, M_{24} are sporadic simple groups arising as automorphism groups of special Steiner systems, connecting designs to group theory. Latin squares of mutually orthogonal families connect to affine planes: nn mutually orthogonal Latin squares of order qq exist iff an affine plane AG(2,q)AG(2,q) exists. The existence question for many parameter sets remains open, particularly for symmetric designs and Hadamard matrices (conjectured to exist for all orders 4m4m).

These construction techniques transform abstract designs into concrete combinatorial objects with applications.