MA5.101 - Discrete Structures | DS lecture 18

with Prof. Ashok Kumar Das
Oct 27, 2020 - Tuesday
Written by: Shashwat Singh

Mathematical induction

Peano’s postulates on $\mathbb{N}$

Order relations in the system of natural numbers

Well ordering principle

The set of all natural numbers is said to be well-ordered that is, every non empty subset of $\mathbb{N}$ has a least element.

First principle of Mathmatical induction

For a given open open statement $P(n)$ involving $n|n \in \mathbb{N}$ if we can show that:

  1. $P(n_0)$ is true
  2. and $P(k+1)$ is true given for an arbitrarily chosen but particular $k$ $P(k)$ is true.
    Then we can conclude that $P(n)$ is true for all natural number $n \geq n_0$

Proof:
Let $P(n)$ be an open statement satisfying conditions (1.) and (2.) and let $A = {t \in \mathbb{N} \land t \geq n_0 | P(t) \text{is false}}$ note that $A \subset \mathbb{N}$. We need to prove that $A = \phi$ and thus we assume the contrary that is $A \not= \phi$ and thus by the well ordering principle we can conclude that $A$ has a least number. Let $m$ be the least element of $A$, we know that $m \not= n_0$ because $P(n_0)$ is true by condition (1.) and thus $m > n_0$ . By our definition of $A$ we can also say that $P(m-1)$ is true and since $P(n)$ also adheres to condition (2.): if $P((m-1)+1)$is also true there will be a contradiction.
Hence, by proof by contradiction, we can say that $A = \phi$ if 1. and 2. imply $A = \phi$ .
or in other words $P(n)$ is true for all elements $n|n > n_0$

Second principle of mathematical induction

For a given statement $P(n)$ involving a natural number $n$ if we can show that:

  1. $P(n)$ is true for $n = n_0$
  2. The statement $P(n)$ is true for $n = k + 1$ assuming it is true for $n_0 \geq k \geq n$
    The we can conclude that $P(n)$ is true for all natural numbers $n \geq n_0$

This can be proved in a very similar way as the first principle.

Tips and template for using Methematical induction