Problem 36
Question
What is wrong with the following "proof" by mathematical induction that all cats are black? Let \(P(n)\) denote the statement: In any group of \(n\) cats, if one is black, then they are all black. Step 1 The statement is clearly true for \(n=1\) Step 2 Suppose that \(P(k)\) is true. We show that \(P(k+1)\) is true. Suppose we have a group of \(k+1\) cats, one of whom is black; call this cat "Midnight." Remove some other cat (call it "Sparky") from the group. We are left with \(k\) cats, one of whom (Midnight) is black, so by the induction hypothesis, all \(k\) of these are black. Now put Sparky back in the group and take out Midnight. We again have a group of \(k\) cats, all of whom - except possibly Sparky-are black. Then by the induction hypothesis, Sparky must be black, too. So all \(k+1\) cats in the original group are black. Thus, by induction \(P(n)\) is true for all \(n .\) since everyone has seen at least one black cat, it follows that all cats are black. (mage can't copy)
Step-by-Step Solution
VerifiedKey Concepts
Base Case
- The base case ensures that the proposition is valid for the starting point.
- Without a true base case, the whole induction could fail.
Inductive Hypothesis
- This hypothesis forms the bridge connecting initially verified cases with subsequent ones.
- Its validity hinges upon using correctly established ground rules to extend the truth from one scenario to another.
Inductive Step
- The problem's original solution attempts this by adding one more cat to make \(k+1\) cats, trying to show that blackness remains consistent.
- It assumes the property (being black) of \(k+1\) cats by swapping out one at a time without truly verifying each new configuration's validity.
Logical Flaw
- By removing a cat ('Sparky') from \(k+1\) and trying to assume black color via leftover \(k\) cats.
- This doesn't ensure Sparky was among any starting condition of entirely black cats.
Proof by Contradiction
- This approach pinpoints elements widely assumed yet not typically factual, such as suggesting every cat is black due to encountering some black cats.
- Discovering such contradictions illuminates where falsehood hides unchecked within broader claims.