How do you prove Well-Ordering without Mathematical Induction? (and vice-versa)

32.8k Views Asked by At

Here is my attempt to prove the Well-Ordering Principle, i.e. that any non-empty subset of $\Bbb N$, the set of natural numbers, has a minimum element.

Proof. Suppose there exists a non-empty subset $S$ of $\Bbb N$ such that $S$ has NO minimum element. Define $A = \left\{n\in \Bbb N : (\forall s\in S)(n \leq s)\right\}$. It is obvious that $1\in A$. Suppose $n\in A$, then for each $s \in S$, there exists $q \in N$ such that $n + q = s$. Since $q \ge 1$, $n+1 \leq s$, for all $s\in S$. By Principle of mathematical induction, $A = \Bbb N$. Take any $s_0 ∈ S$, then $(\forall s\in S)(s_0 \leq s)$. (This contradicts that $S$ has no minimum element).

How do I prove the statement without invoking Mathematical Induction? Also, I read that the proof of Principle of Mathematical Induction makes use of Well-Ordering. Can it be proven independently of Well-Ordering too?

3

There are 3 best solutions below

10
On BEST ANSWER

In a version of the natural numbers $\mathbb{N}$ where each number besides zero has a (unique) predecessor, such as the von Neumann ordinals, or any other model of the Peano Axioms (including the induction axiom), we have the following:

Induction implies well-ordering:

Suppose $S$ has no minimal element. Then $ n = 0 \notin S$, because otherwise $n$ would be minimal. Similarly $n = 1 \notin S$, because then $1$ would be minimal, since $n = 0$ is not in $S$. Suppose none of $0, 1, 2, \cdots, n$ is in $S$. Then $n+1 \notin S$, because otherwise it would be minimal. Then by induction $S%$ is empty, a contradiction.

Well ordering implies induction:

Suppose $P(0)$ is true, and $P(n+1)$ is true whenever $P(n)$ is true. If $P(k)$ is not true for all integers, then let $S$ be the non-empty set of $k$ for which $P(k)$ is not true. By well-ordering $S$ has a least element, which cannot be $k = 0$. But then $P(k-1)$ is true, and so $P(k)$ is true, a contradiction.

0
On

The principle of mathematical induction is equivalent to the priciniple of strong induction and both are equivalent to the well-ordering principle. At least if we assume the natural numbers are a structure which satisfies some basic axioms.

This means that if we assume one, we have the other. Of course if we assume a much stronger system of axioms, or have a much larger universe which can meaningfully make statements about the natural numbers, then we can prove each of them from those axioms, but their equivalence would remain.

Indeed this equivalence is one of the most fundamental things in modern mathematics: something is well-ordered if and only if we can perform an induction over it. This is why we often prove one from the other, and vice versa.

0
On

Well ordering principle $\implies $ principle of mathematical induction

Proof: Let, $P(n) $ be a proposition valid for all $n\in \Bbb{N}$.

Suppose, $P(1) $ holds and $P(n) $holds implies $P(n+1) $ holds.

To show : $P(n) $ holds for all $n\in \Bbb{N}$.

Let, $A=\{ n\in \Bbb{N} : P(n) \text { doesn't holds } \}$

If $A\neq \emptyset$ , then by well ordering principle, $A$ has a least element, say $a$.

Then, for any $a-1<a$ , $P(a-1) $ holds.

But this contradict the hypothesis that $P(n) \implies P(n+1) $ holds.

Hence, $A=\emptyset$ . Thus $P(n)$ holds for all $n\in \Bbb{N}$.

principle of mathematical induction$\implies $ Well ordering principle .

Suppose ,$A\subset \Bbb{N}$ has no least element.

Claim $A=\emptyset$ or $A^c (\Bbb{N}\setminus A) =\Bbb{N}$

$P(n) : n\in \Bbb{N}\text{ such that } n\in A^c$

Then, $1\in A^c$ otherwise it would be the least element of $A$.

Suppose, $n\in A^c$ .

Since $n\notin A$ and all predecessors of $n\notin A$ implies $n+1\notin A$ .

Hence, $n\in A^c \implies n+1\in A^c$ .

Hence,by principle of mathematical induction, $P(n) $ is true for all $n\in \Bbb{N}$ and thus $A^c=\Bbb{N}$ .

So, $A=\emptyset$ and hence every non empty subsets of $\Bbb{N}$ has least element.