Questions tagged [induction]

For questions about mathematical induction, a method of mathematical proof. Mathematical induction generally proceeds by proving a statement for some integer, called the base case, and then proving that if it holds for one integer then it holds for the next integer. This tag is primarily meant for questions about induction over natural numbers but is also appropriate for other kinds of induction such as transfinite, structural, double, backwards, etc.

Mathematical induction is a form of deductive reasoning. Its most common use is induction over well-ordered sets, such as natural numbers or ordinals. While induction can be expanded to class relations which are well-founded, this tag is aimed mostly at questions about induction over natural numbers.

In general use, induction means inference from the particular to the general. This is used in terms such as inductive reasoning, which involves making an inference about the unknown based on some known sample. Mathematical induction is not true induction in this sense, but is rather a form of proof.

Induction over the natural numbers generally proceeds with a base case and an inductive step:

  • First prove the statement for the base case, which is usually $n=0$ or $n=1$.
  • Next, assume that the statement is true for an input $n$, and prove that it is true for the input $n+1$.

The following variant goes without a base case: Assuming the statement is true for all $n\in\mathbb N$ with $n < N$, prove that is true for $N$, too. This has to be done for all $N\in\mathbb N$.

10150 questions
5
votes
1 answer

Is mathematical induction always needed?

When we want to prove that a property P(n) holds for every natural number n, we can, and must use mathematical induction. So I was wondering if it is wrong if we DON'T use induction in obvious mathematical statements. For example, let's solve this…
5
votes
1 answer

Multidimensional Induction for n Variables

I am wanting to use a proof technique known as multidimensional induction, and I am having a hard time finding a situation that explains how to use this technique clearly for three or more variables. I want to use this technique properly and have…
W. G.
  • 1,766
5
votes
8 answers

Proof by mathematical induction in Z

Is it possible to proof the following by mathematical induction? If yes, how? $a\in \mathbb{Z} \Rightarrow 3$ | $(a^3-a)$ I should say no, because in my schoolcarrier they always said that mathematical induction is only possible in $\mathbb{N}$.…
WinstonCherf
  • 1,022
5
votes
6 answers

Proving $(2n+1) + (2n+3) + \cdots + (4n-1) = 3n^{2}$ for all positive integers $n$

Prove $(2n+1) + (2n+3) + (2n+5) + \cdots + (4n-1) = 3n^{2}$ for all positive integers $n$. So the provided solution avoids induction and makes use of the fact that $1 + 3 + 5 + \cdots + (2n-1) = n^{2}$ however I cannot understand the first…
ghshtalt
  • 2,753
5
votes
2 answers

How to prove the equality $a_n = n^2$ for every $n$, if $n \in \mathbb N$?

Given sequence $a_1, a_2, ...$ where $a_1=1, a_2 = 4, a_3 = 9$ and when $n > 3, a_n = a_{n-1}-a_{n-2}+a_{n-3} + 2(2n-3)$. Prove that the equality $a_n = n^2$ is valid for every $n$if $n \in \mathbb N$ I am pretty sure I have to use strong induction…
MathBear
  • 246
5
votes
4 answers

How to use mathematical induction with inequalities?

I've been using mathematical induction to prove propositions like this: $$1 + 3 + 5 + \cdots + (2n-1) = n^2$$ Which is an equality. I am, however, unable to solve inequalities. For instance, this one: $$ 1 + \frac{1}{2} + \frac{1}{3} + \cdots +…
Saturn
  • 7,191
5
votes
3 answers

Sum of the first $n$ odd numbers is $n^2$

My textbook provides the following proof that giving the sum of the first $n$ odd numbers is equal to $n^2$ then it is true for all $n$. I don't understand the part where it "adds $2k+1$ to both sides" and ends up with $(k+1)^2$. I looked up…
stalris
  • 71
5
votes
5 answers

How to prove this inequality $3^{n}\geq n^{2}$ for $n\geq 1$ with mathematical induction?

Prove this inequality $3^{n}\geq n^{2}$ for $n\geq 1$ with mathematical induction. Base step: When $n=1$ $3^{1}\geq1^{2}$, statement is true. Inductive step: We need to prove that this statement $3^{n+1}\geq (n+1)^{2}$ is true. So, to get the…
5
votes
3 answers

Prove by induction that $(1-a)^n ≥ 1-na$, $∀ n≥1$ for appropriate $a$.

Prove by induction that $(1-a)^n ≥ 1-na$, $∀ n≥1$ for appropriate $a$. Okay, so I have no problem with this except the requirements on $a$ for this inequality to hold. My lecturer claims we require $00$…
Refnom95
  • 317
5
votes
4 answers

Prove that $\frac{(2n)!}{2^n} $ is an integer for all $n \geq 0$

I don't really know where to begin with this problem. Should I use induction to solve it or is there an easier way?
5
votes
1 answer

Proof that ${2}^{3n+2}+{5}^{n+1}\text { is divisible by 3}$ using induction

I am having trouble with a proof by induction exercise. My book shows the typical steps for proving divisibility induction with the number 3 lets say are as following: Prove true for $n=1$ Assume true for $n=k$ $f(k+1)-f(k)$ getting 3 as a…
5
votes
3 answers

Induction proofs for subsets of integers

I know that induction can be used to prove that certain results hold true for all integers, all positive integers, all negative integers, all rational numbers and so on. What I'm noticing from listing all those sets down is that induction seems to…
Zain Patel
  • 16,802
5
votes
3 answers

Using induction to prove that $n^2 > n + 1$ for $n\geq2$

Use mathematical induction to prove that $n^2 > n + 1$ for all $n\geq2.$ I have proved that it is true for the initial case $n=2$ as $4>3$, and have assumed the statement to be true for $k^2 > k + 1$ where $k\geq 2$. So I need to prove that $(k +…
5
votes
1 answer

Using induction to take $\epsilon \rightarrow 0$

I was recently thinking about ways in which proof techniques can be combined to yield stronger results, and stumbled across the following combo that is obvious but yet I can't recall seeing an application of it. Basically the combo is using…
Nick Alger
  • 18,844
5
votes
4 answers

Is induction valid when starting at a negative number as a base case?

I'm reading the text Discrete and Combinatorial Mathematics by Grimaldi, and he puts forth the theorem of the principle of mathematical induction as such: Let $S(n)$ denote an open mathematical statement that involves one or more occurrences of the…
user265675