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
3 answers

Prove $\frac{d^ny}{dx^n}=(-1)^nH_n(x)e^{-x^2}$ with induction

If $y=e^{-x^2}$, prove with induction that $$\frac{d^ny}{dx^n}=(-1)^nH_n(x)e^{-x^2}$$ with $H_n(x)$ a polynomial function with degree $n$. This is my shot Basic step: $\frac{d^0y}{dx^0}=(-1)^0H_0(x)e^{-x^2}$ which leads to the function itself,…
NimaJan
  • 290
1
vote
2 answers

Mathematical induction $3|5^{n-1}+2^{n}$

I need help solving this task, if anyone had a similar problem it would help me. The task is: Proof by mathematical induction: $3\mid5^{n-1}+2^{n}$ I tried this: $n=1:$ $5^0+2^1=1+2=3 \implies…
LogicNotFound
  • 465
  • 2
  • 6
1
vote
0 answers

Proof by induction variables

According to a source online, the method to prove a statement $P(m,n)$ to be true the base case is to show that both $$P(1,n) \ \ P(m,1) $$ hold for all $m,n \in \mathbb N$. The inductive step is that if both $$P(m+1,n) \ \ P(m,n+1)$$ hare assumed…
argamon
  • 221
  • 3
  • 11
1
vote
2 answers

Proof $4^n>n^2$

I need help solving this task, if anyone had a similar problem it would help me. Proof by mathematical induction: $4^n>n^2$ I tried this: $1.n=1\\4>1\\2.n=k\\4^k>k^2\\3.n=k+1\\4^{k+1}>(k+1)^2\\3k^2>2k+1$ And now, i don't know what to do next. Thanks…
LogicNotFound
  • 465
  • 2
  • 6
1
vote
1 answer

Proving big-o notation with induction

Define $f:\mathbb Z\rightarrow\mathbb Z$ recursively as follows: $f(1)=1$ and $f(n)=2f(⌊\frac{n}2⌋)+n$ for $n\geq2$. Prove that $f(n)=O(nlogn)$ for any integer $n\geq1$. I've tried to prove $f(n)\leq cnlog(n)$ with mathematical induction but I…
1
vote
1 answer

Please help improve my proof by induction methods!

I am attaching my workings which should make this clearer but the crux of this is that I have just proven by induction that the sum of the first n squares is: $\dfrac{n(n + 1)(2n + 1)}{6}$ The issue is that I did this by proving the base case $n =…
1
vote
0 answers

Induction proof on natural numbers

I am trying to prove the following using induction, and kind of stuck. I used a computer to validate this sentence. Using $n = 1$ gave the correct result. I assumed that this is true for some $n = k$, but how do I prove for $n = k+1$. Should…
1
vote
0 answers

Proving Huygens inequality using induction.

Recently, I came across Huygens inequality from here which stated that: If $a_{1}, a_{2}\ldots a_{n}$ are $real\ numbers$, then $$ \left(1 + a_{1}\right)\left(1 + a_{2}\right)\ldots\left(1 + a_{n}\right) \geq \left[\vphantom{\large A^{A}}1 +…
Combat Miners
  • 289
  • 1
  • 7
1
vote
5 answers

Show that $\frac{\left(2n\right)!}{2^{n}n!} \ge \frac{\left(2n\right)!}{\left(n+1\right)^{n}}$.

I am attempting to solve this by induction, yet I am stuck on the last part. Below is my attempted solution. Show that $\frac{\left(2n\right)!}{2^{n}n!} \ge \frac{\left(2n\right)!}{\left(n+1\right)^{n}}, \forall n \in \mathbf{N} $. My attempted…
Chairman Meow
  • 796
  • 1
  • 8
  • 24
1
vote
1 answer

For any two well-ordered set $U, W$ either $U < W$ or $W < U$ or $U \cong W$

$$ \text{For any two well-ordered set} \,\, U, W \,\, \text{either} \,\, U < W \,\, \text{or}\,\, W < U \,\, \text{or} \,\, U \cong W.$$ I was self-reading a textbook on algebra by Alexey L. Gorodentsev, And this exercise was proposed after defining…
pde
  • 790
1
vote
1 answer

Showing that a set of integers $A=\Bbb N^*$ where $A$ has two properties

Let $A$ be a set inside $\Bbb N^*$ that contains $1$ such that : $$i) ∀n ∈ A, 2n ∈ A$$ and $$ii) ∀n ∈ \Bbb N^* , n + 1 ∈ A ⇒ n ∈ A.$$ I was asked to show that $∀m ∈\Bbb N , 2^m ∈ A$ which was straightforward with induction but then I had to show…
OUCHNA
  • 429
1
vote
3 answers

Prove by mathematical induction that $\vert z_1 \cdot z_2 \cdots z_n \vert = \vert z_1 \vert \vert z_2 \vert \cdots \vert z_n \vert$

I am having some trouble with a mathematical induction proof. The question is the following: Prove by mathematical induction that $\vert z_1 \cdot z_2 \cdot z_3 \cdots z_n \vert = \vert z_1 \vert \vert z_2 \vert \vert z_3 \vert \cdots \vert z_n…
bru1987
  • 2,147
  • 5
  • 25
  • 50
1
vote
3 answers

Induction step: $5 + 5n \leq {n}^2$ for $n \geq 6$

Prove by mathematical induction that $5 + 5n \leq {n}^2 $ for all integers $n\geq 6$. Step 1: Base case Suppose $n = 6$, hence $5 + 5(6) \leq {6}^2 = 35 \leq 36$ We proved that base case is true as 35 is less than or equal to 36. Step 2: Induction…
SunnyBoiz
  • 275
1
vote
1 answer

Show that 3^(n-1) is greater than or equal to n^2 by mathematical induction

Show that $ n^2 \leq 3^{n-1} $ by mathematical induction. I set my base case as $n = 1$, and got that $1 \leq 1$. I assume $n = k$. Then my inductive hypothesis is $ k^2 \leq 3^{k-1} $. So when I check my claim I did: $(k+1)^2 \leq 3^{(k+1)-1}$.…
1
vote
1 answer

Basic Mathematical Induction Proof

Show that $$\frac1{1\cdot2}+\frac1{2\cdot3}+\frac1{3\cdot4}+\cdots+\frac1{(n-1)\cdot n}=\frac{n-1}{n}.$$ I’m having a really hard time with this question - I can’t start it with one because you can’t divide by zero, and as I go further along I…