Skip to main content
Logo image

In-Class Notes to Accompany Applied Combinatorics

Handout 3.2 Principle of Mathematical Induction

Key Parts of an Inductive Proof.

When trying to prove an open statement \(S_{n}\) is true for all positive integers \(n\) by mathematical induction, the key steps are
Basis Step
Show that \(S_{1}\) is true.
Inductive step
Show that if for some \(k\geq 1\text{,}\) \(S_{k}\) is true, then \(S_{k+1}\) is true.
PI questions: getting started, after basis step, after IH.

Activity 3.2.1.

(a)

Recall that we have defined \(r(n)\) to be the number of regions in the plane determined by \(n\) lines arranged so that (1) each pair of lines intersects and (2) no three lines intersect at a single point and argued that \(r(1) = 2\) and for \(n\geq 2\text{,}\) \(r(n) = r(n-1) + n\text{.}\) Prove that for all positive integers \(n\text{,}\)
\begin{equation*} r(n) = \binom{n+1}{2}+1\text{.} \end{equation*}

(b)

We say that an integer \(a\) divides an integer \(b\) provided that there exists an integer \(m\) such that \(b=ma\text{.}\) Prove that for all integers \(n\geq 1\text{,}\) \(4\) divides \(5^{n}-1\text{.}\)

(c)

Let \(f(1)=5\text{,}\) \(f(2) = 13\text{,}\) and for all integers \(n\geq 3\text{,}\)
\begin{equation*} f(n)=5f(n-1)-6f(n-2). \end{equation*}
Prove that an explict formula for \(f(n)\) is given by \(f(n)=2^{n}+3^{n}\text{.}\)