← Combinatorics (ME-A1)

NSWMaths Extension 1Syllabus dot point

When can we guarantee that some box contains more than one object, and how do we apply this to counting and existence arguments?

State and apply the pigeonhole principle in counting and existence problems

A focused answer to the HSC Maths Extension 1 dot point on the pigeonhole principle. The basic and generalised forms, identifying boxes and pigeons in a problem, and using the principle to prove existence statements, with worked examples.

Generated by Claude OpusReviewed by Better Tuition Academy6 min answer

Have a quick question? Jump to the Q&A page

What this dot point is asking

NESA wants you to recognise problems where the pigeonhole principle applies, identify the "boxes" and "pigeons" appropriately, and use the principle to prove that some box must contain at least two objects (or more in the generalised form).

The answer

The pigeonhole principle (basic form)

If n+1n + 1 or more objects are placed into nn boxes, then at least one box contains at least 22 objects.

Why: if every box contained at most 11 object, the total would be at most nn, contradicting that there are n+1n + 1 or more.

The generalised pigeonhole principle

If kn+1k n + 1 or more objects are placed into nn boxes, then at least one box contains at least k+1k + 1 objects.

Equivalently, if mm objects are placed in nn boxes, at least one box contains at least ⌈mnβŒ‰\left\lceil \frac{m}{n} \right\rceil objects (the ceiling).

Strategy for applying it

  1. Identify the objects (pigeons) and the categories (boxes).
  2. Count the number of each.
  3. Check whether pigeons exceed (or sufficiently exceed) the boxes.
  4. Conclude the required statement.

Often the trick is in cleverly choosing the boxes.

Common box choices

  • Remainders modulo nn. n+1n + 1 integers must include two with the same remainder.
  • Subsets or "buckets" of values. Partition a range into intervals; values in the range are pigeons.
  • Sums of subsets. When proving two subsets have the same sum, the sums are pigeons.
  • Pairs of values. When proving two of a collection match, the values are pigeons.

Limitations

The pigeonhole principle gives existence, not construction. You learn that two such objects exist, but not which ones.

The principle is sharp: with exactly nn objects in nn boxes, every box can have exactly 11, so no guarantee of doubling-up.

Related dot points