Observation — Typical error: a faulty "proof" of a false statement

There is the famous “proof” that in every group of nn horses the horses all have the same colour. The base (n=1n=1) is obvious; the inductive step takes a group of k+1k+1 horses, removes one to obtain kk (same colour), then puts it back and removes another, comparing it with the remaining kk.

The flaw is that the argument requires the two subgroups of kk horses to intersect, which fails for k=1k=1: induction requires the chain P(1)P(2)P(3)P(1)\to P(2)\to P(3)\to\ldots to be unbroken, a single arithmetic step is not enough.

Topics: Set theory
Concepts: Principle of induction
Methods: Induction