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

Question about proving with Mathematical Induction (some confusions on the concept)

While proving a statement of $f(n)$ using mathematical induction we do the following- we prove it for some natural number which satisfies the condition of $n$. We assume it true for some $k$. Then we try to prove it for $k+1$ by using the statement…
Soham
  • 9,990
1
vote
2 answers

Induction proving for $3^{n}+1 | 3^{3n}+1$

I find myself in difficult situation, it stays that I need to prove this $3^{n}+1 | 3^{3n}+1$ by induction and I don't know how to. It is trivially to calculate, that for every $n$ $$\frac{3^{3n}+1}{3^n+1}=9^n-3^n+1. $$ But it's not an induction…
1
vote
2 answers

Prove by induction that $n! > 2^n$

Suppose that when $n=k$ $(k\geq4)$, we have that $k!>2^k$. Now, we have to prove that $(k+1)!\geq2^{k+1}$ when $n=(k+1)$ $(k\geq4)$. $$(k+1)! = (k+1)k! > (k+1)2^k \text{ (since }k!>2^k)$$ That implies $(k+1)!>2^k2$, since $(k+1)>2$ because of $k$…
1
vote
3 answers

I need a hint on a proof using mathematical induction

I'm trying to prove that $k^k+1\ge2^k$ using mathematical induction but i'm missing something. How can i establish the binomial $(k+1)^{k+1}$? As a first step, i multiplied both sides by $2$ and $k$ but i can't get further than this without…
1
vote
6 answers

Proof by induction that $3^{2n} + 7$ is divisible by $4$

Demonstrate by induction: $3^{2n} + 7 = 4k$ is true, for any $n\in \mathbb N$. I need to demonstrate this using the induction principle. So far I have: $n = 1$ $$3^{2\cdot 1} + 7 = 4\cdot k $$ $$9 + 7 = 4k$$ $$16 = 4k$$ $$k = 4$$ So it checks for…
tobi
  • 73
  • 10
1
vote
1 answer

strong induction case

im stuck on this assignment. Can someone give me a hint? Here is the assignment: There are two types of creature on planet Char, Z-lings and B-lings. Furthermore, every creature belongs to a particular generation. The creatures in each generation…
arif
  • 21
1
vote
3 answers

Difficulties in a proof by mathematical induction (2)

Possible Duplicate: proof by induction: n/(n+1) Continuing from here, I got a splendid answer that helped a lot. I'm tackling one now, but I've run into problems. Prove by mathematical induction that $$ \sum_{r=1}^n \frac{1}{r(r+1)} =…
Mob
  • 375
1
vote
2 answers

A proof by induction and trigonometry

Do you know how to prove that $\displaystyle\cos\left(\frac{x}{2}\right) + \cos\left(\frac{3x}{2}\right)+\cdots + \cos\left(\frac{(2n-1)x}{2}\right) = \frac{\sin nx}{2\sin\left(\frac x 2\right)}$ using induction? I have tried with $n = 1$ which…
addde
  • 449
1
vote
1 answer

Confusion regarding differences between strong induction and simple induction

I don't know how to prove that any proof by induction is also proof by strong induction nor any proof by strong induction can be converted into a proof by simple induction? An example would be useful in helping me understand!
1
vote
1 answer

Having trouble with this proof from Apostol Vol.1, I 4.4 .

If I am correct, it's stating to prove for all n $\ge$ 1, where n is a real number. However, I have only been shown induction proofs for integers. Is it acceptable to prove by assuming a k exists such that a(k) is false, using the well-ordering…
Pascal
  • 97
1
vote
2 answers

Proving $\sum_{r=1}^n(6r-2)=n(3n+1)$ by induction

A series is defined by $\sum\limits_{r=1}^n(6r-2)$. Use the method of induction to prove that $S_n=n(3n+1)$. I am at the induction step but I am struggling to rearrange $k(3k+1)+6(k+1)-2$ into the correct form.
megamit
  • 113
1
vote
0 answers

Using induction to prove the "hockey stick theorem"

The question we were given was (where $^nC_c$ is $n$ choose $c$): Show, using induction and the fact that $^nC_c + ^nC_{(c+1)} = ~^{(n+1)}C_{(c+1)}$, the "hockey stick theorem": the sum from $k=c$ to $n$ of $^kC_c$ $=~^{(n+1)}C_{(c+1)}$ for all…
Mikaila
  • 11
1
vote
1 answer

Using two dimensional mathematical induction

What are different ways in which I can use a two dimensional mathematical induction? I will also appreciate any examples of its use. By this I mean the principle that will be used when I have to prove a theorem for all $(x,y)$ by showing that it is…
1
vote
5 answers

Inductive proof that every term is a sequence is divisible by 16

I have this question: The $n$th member $a_n$ of a sequence is defined by $a_n = 5^n + 12n -1$. By considering $a_{k+1} - 5a_k$ prove that all terms of the sequence are divisible by 16. I can do the induction and have managed to rearrange the…
imulsion
  • 869
1
vote
3 answers

Use mathematical induction to prove $ (2n)!\geq 2^n(n!)^2$ for $n \in \mathbb{N}$

I am trying to use mathematical induction to prove $$(2n)!\ge2^n(n!)^2\quad\text{for }n\in\mathbb{N}$$ I am stuck at the $n=k+1$ point.
user156248
  • 35
  • 9