Problem 11

Prove the principle of complete induction from the ordinary principle of induction.

Complete induction can be expressed as: Set $A$ that contains $1$ and $n + 1$ when it also contains $1, ..., n$. To show that this is true using ordinary induction, we create a new set $B$ with $1, ..., k \in B$ for every $k \in A$. First, we start with the base assumption $k \leq 1; k \in B$, which is simply $1$. Now, we show $n + 1$ which means we construct a set $B$ with $k \leq n + 1; k \in B$ under the assumption $n \in B$.

But that means we constructed a set $B$ that contains $1 \leq k \leq n$ with $k \in A$ for any $n \in N$.


You found a typo or some other mistake I made in this text? All articles can be changed here. If you want to exchange ideas then simply drop me a message at contact@paulheymann.de.