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
1
vote
1 answer

Help with induction, please. Struggling for hours...

$$\sum_{i=1}^n \frac{1}{n+i} = \sum_{i=1}^{2n} \frac{(-1)^{i+1}}{i}$$ $$\prod_{i=1}^n (1-x_i) \gt 1-\sum_{i=1}^{n} x_i$$ Can someone please help me with these two? For the first one I have never seen two variables in one induction question and for…
1
vote
1 answer

Prove the sentence by induction

Prove by induction that $$3^m > (m+1) \cdot \sin m,\quad\forall m \geq 0$$ I need to get to $> (m+2) \sin (m+1)$. The sine $m$ and $m+1$ oscillate differently, I can't make it smaller.
1
vote
2 answers

Imposter induction middle step

So, proof by induction. When I was in high school, with competitive exams for university entry and all these stuff, we were supposed to present the following template: Prove the statement holds for n=0 (or whatever first step) Assume the statement…
1
vote
2 answers

Proof by induction: induction hypothesis question

In this question I found online: Show that $$ S(n):0^2 + 1^2 + 2^2 + · · · + n^2 = \frac{n(n + 1)(2n + 1)}{6}$$ I don't understand why for S(k+1) they wrote: $$S(k+1):1^2+2^2+3^2+⋯+k^2+(k+1)^2=\frac{(k+1)(k+2)(2(k+1)+1)}{6}$$ instead…
1
vote
1 answer

How do I prove this equality between a recursive function and a non recursive one?

I have the recursive function $R(0) = 2$ $R(n) = \left(R(n-1)\right)^{2}$ And I found the non-recursive version of it $P(n) = 2^{2^{n}}$ How do I prove they are the same through induction? I tried making $n = k + 1$ but got stuck on the R…
1
vote
3 answers

Proof by mathematical induction $4+9+14+\ldots+(5n-1)=\frac{n(n+1)(2n+1)}2$

I have to prove by mathematical induction that $L = R$ Question: What I've tried so far: I am completely stuck and don't know at which part I am failing. Can someone assist me?
etoRatio
  • 247
1
vote
1 answer

mathematical induction (sum of squares of first $2n$ numbers)

I need to prove with mathematical induction the formula for the sum of the squares of the first $2n$ numbers. The equation: $$1^2 + 2^2 + 3^2 + \cdots + (2n)^2 = \dfrac{n(2n+1)(4n+1)}{3}.$$ The equation stands for $n \geqslant 1$. Here is my…
1
vote
0 answers

Fundamental counting principle induction excercise

The fundamental principle of counting states this: Suppose that two experiments are to be performed. Experiment $1$ can have $n_1$ possible outcomes and for each outcome of experiment $1$, experiment $2$ has $n_2$ possible outcomes, then together…
ernesto
  • 549
1
vote
1 answer

Using $a^3+b^3=(a+b)(a^2-ab+b^2)$ to prove $3^{n+2}$ does not divide $2^{3^n}+1$

Prove for all natural numbers $n$ such that $2^{3^n}+1$ is not divisible by $3^{n+2}$. My working for not divisible: Induction proof Base case: n = 0 $$3^{0+2}=9$$ and $$2^{3^0}+1=3$$ 9 cannot divide 3, so base case is true. Assume n=k is true. That…
1
vote
1 answer

$3^{n+2}$ does not divide $2^{3^n}+1$

Prove for all natural numbers $n$ such that $2^{3^n}+1$ is divisible by $3^{n+1}$, but is not divisible by $3^{n+2}$. I know how to prove why is it divisible, but I need help with why is it not divisible. I used a similar proof for why is it…
1
vote
0 answers

Writing the formal statement of strong induction

Tao in his Analysis I states the strong induction as follows: Proposition 2.2.14 (Strong principle of induction). Let $m_0$ be a natural number, and let $P(m)$ be a property pertaining to an arbitrary natural number $m$. Suppose for each $m\ge…
Atom
  • 3,905
1
vote
2 answers

Prove $(1+\sqrt 2)^n - (1-\sqrt 2)^n$ is divisible by $2$ for all integers $n\ge0$

Prove $(1+\sqrt 2)^n - (1-\sqrt 2)^n$ is divisible by $2$ for all integers $n\ge0$ I am trying to prove this by induction and having a hard time doing so. What I have for the inductive step is $$(1+\sqrt 2)^{k+1} - (1-\sqrt 2)^{k+1}$$ then…
1
vote
0 answers

Trying to prove an identity about a product

I have a product formula that, given a tuple $(a_1, \dots, a_{n-1}, 0)$, computes a dimension (of a vector space) via the following formula: $$ \mathrm{dimension} = \prod_{i < j} {(a_i + \cdots + a_{j-1}) + j-i \over j-i} \qquad \text{for } 1 \leq…
Moderat
  • 4,437
1
vote
2 answers

Proper Way to Solve Mathematical Induction?

Say I have $2^n +1 < n! -n$ for all $n \ge 4$, and $n$ is an integer. My inductive steps says, consider a $k$ that is a arbitrary integer, assuming $P(k)$. Thus, $$\begin{align} 2^{k+1} +1 = 2^k \cdot 2 +1 \\ 2^k\cdot 2+1\overset{\mathrm{IH}}{<}…
DippyDog
  • 313
1
vote
2 answers

Help proof by induction

I just got my first induction assignment in a new course. They want me to prove by induction that: $$\sum_{s=1}^k s*s! = (K+1)!-1.$$ The way I understand induction is that I test for the first value. Then for n and then n+1, to show the given…