Statement
Prove by induction on that every set with elements has exactly subsets.
Solution
Base (): the only set with elements is , which has a single subset (itself), and . True.
Inductive step: assume every set with elements has subsets. Let have elements; fix an element and set , which has elements.
The subsets of split into two groups:
- those that do not contain : exactly the subsets of , so of them;
- those that do contain : obtained by adding to a subset of , so again .
In total subsets. By the principle of induction the claim holds for all .