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

Prove sequence using induction

$a_1=1$, $a_{n+1} = 3 a_n^2$. Prove for all positive integers, $a_n\leq{3^{2^n}}$ using induction. My work so far: Base case is true (1 < 9) Induction Hypothesis: $a_k\leq{3^{2^k}}$ IS: prove that n = k+1 is true I'm stuck because I just can't seem…
1
vote
1 answer

Help me understand inductive step with greater than, less than

I keep getting questions like: $$ \frac 12+\frac34+\frac56+...+\frac{2n+1}{2n+2}>\frac {1}{\sqrt{3n+4}}$$ And I understand the method of setting it up but I cannot grasp the concept of fake math when I say $x>y>z => x>z $ How am I supposed to know…
Karl
  • 9
1
vote
2 answers

Cities and Induction. Trying to find a dead end.

There are ($n$ > 1) cities and every pair of cities is connected by exactly one road. The road can go only from A to B, only from B to A, or in both directions. The goal is to find a dead-end city, if it exists, i.e., a city x to which there is a…
1
vote
7 answers

How can I prove that $4^{n} + 5$ is divisible by $3$.

I have trying to prove that $4^{n} + 5$. I've already proved the base case, so I'm working on the inductive step. I've done the following: $4^{n} + 5$ $4^{n+1} + 5$ $4*4^{n} + 5$ But I am unsure where to go from here to prove that it is divisible…
324
  • 647
1
vote
2 answers

Prove that $|x_n-x_{n+1}|=\frac{1}{2^{n-1}}$ using Mathematical induction

$x_1=1$ $x_2=2$ $x_n=\frac{1}{2}(x_{n-2}+x_{n-1})$ for n $\gt$ 2. We have to prove that $|x_n-x_{n+1}|=\frac{1}{2^{n-1}}$ What I tried : For n=1, $|x_1-x_{2}|=1 =\frac{1}{2^{0}}$ Let for n=k assumption be true. Hence…
1
vote
3 answers

$\sum_{k=1} ^n (k^2 +1)k!=n(n+1)!$

I'm to prove this by mathematical induction: Edited: I made a typo error. $\sum_{k=1} ^n (k^2+1)k!=n(n+1)!$ I made the test and the rightside is true. So I tested: $N+1$ $N(N+1)! +…
1
vote
1 answer

Prove that $\forall n\geq2,\;\exists \text{unique} \; t\in N $ such that $1+2+\ldots t < n \leq 1+2+3\ldots (1+t)$

Let $\forall n\geq 2, \;P(n)$ be the statement that $\exists \; t\in N $ such that $1+2+\ldots t < n \leq 1+2+3\ldots (1+t)$ that is, $P(n)$ is true if $\exists \; t\in N $ such that $\frac{(t)(t+1)}{2} < n \leq \frac{(t+1)(t+2)}{2}$ $P(2)$ is true…
chesslad
  • 2,533
1
vote
1 answer

Proving by induction $P_n : (2n-1)! \leq n^{2n-1}$

Show by induction that $P_n : (2n-1)! \leq n^{2n-1}$. My attempt at solution: $P_n : (2n-1)! \leq n^{2n-1} $. Check $P_1$: LHS = $1$ and RHS = $1$ $\implies$ $P_1$ is true. Suppose $P_n$ is true; given that $(2n-1)! \leq n^{2n-1}$, then:…
rims
  • 2,657
1
vote
2 answers

Induction: when $a_k=a_0+(k-1)d$ for any non-negative integer $k$, prove $\sum_{i=1}^n a_i=\frac{n(a_1+a_n)}{2}$

Let $a_k = a_0 + (k-1)d$ for any non-negative integer $k$, prove by mathematical induction that $$\sum_{i=1}^n a_i = \frac{n(a_1+a_n)}{2}$$ My plan so far is to 1. Produce the iteration $$a_1 = a_0 +(1-1)d,\qquad a_2 = a_0 +(2-1)d, \qquad \cdots,…
1
vote
1 answer

If $49^n+16^n+k$ is divisible by 64 then find k.

This question is asked before here, but an easily grasped answer is not given (Without modular arithmetic). I'm facing the same doubt that this friend faced in $2017$: I'll state the question here: If "$P(n):49^n+16^n+k$ is divisible by $64$ for all…
Simran
  • 447
  • 4
  • 13
1
vote
1 answer

Does it mean that any set can be inductive only and only if it contains positive integers?

So according to the above explanation, any set can be inductive as long as it contains the positive integers? It means the set of rational numbers is inductive only and only because it contains all the positive integers. Also, in the definiton,…
Simran
  • 447
  • 4
  • 13
1
vote
2 answers

Using principle of mathematical induction solve the problem

Let $~S~$ be a subset of $~N~$ such that $a)~$ $~2^k\in S~~~\forall~ k\in N$ , and $b)~$ if $~k\in S~$ and $~k\ge 2~$, then $~k-1\in S~$. Prove $~S=N~$. This is a problem from Introduction to real analysis by Bartle and Sherbert. I dont understand…
1
vote
3 answers

Prove by induction $a_n \le3.8^n$ for all $ n \ge2$

Original Question. Part 1Original Question. Part 2.Hi i just have a quick question. I have a question for my assignment which asks for a(n). I believe I have solved for a(n) and it is $$ a_n = 7a_{n-2} + 14a_{n-3}$$ (the question asks specifically…
Grammer
  • 11
1
vote
0 answers

How to fix this proof of theorem?

Theorem: The canonical number of a rooted tree is an isomorphism invariant, i.e., (T1; r1) ≡ (T2; r2) iff their canonical numbers are the same on the highlighted part I have received this comment how can I fix it? "Comment" : "Contrary to the…
Sina M
  • 69
1
vote
3 answers

mathematical Induction (algebra)

assume there is a function like $f:A→B$ which is injective, why it means $\left|A\right|\le\left|B\right|$ or in another way why a function like $g:B→A$ stands for $\left|B\right|\le\left|A\right|$ my problem has been clearly explained here:…
user654299