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

Proof by induction help. I seem to be stuck and my algebra is a little rusty

Stuck on a homework question with mathematical induction, I just need some help factoring and am getting stuck. $\displaystyle \sum_{1 \le j \le n} j^3 = \left[\frac{k(k+1)}{2}\right]^2$ The induction part is: $\displaystyle…
Max
  • 55
3
votes
1 answer

Proving the Existence of Triangle by Induction

There is an exercise which is should be proven by induction: $2n$ points are given in space. Altogether $n^2+1$ line segments are drawn between these points. Show that there is at least one set of three points which are joined pairwise by line…
com
  • 5,612
3
votes
2 answers

Prove that $1/n+1/(n+1)+\dots+(1/2n)>2/3$

Prove that $\displaystyle\frac{1}{n} + \frac{1}{n+1} + \dots + \frac{1}{2n}>\frac{2}{3}$ I tried to use mathematical induction, but I'm not able to prove that: $$ \frac{1}{n+1} + \frac{1}{n+2} + \dots + \frac{1}{2n} + \frac{1}{2n+1} +…
user609637
3
votes
3 answers

Prove, by induction, $x\ne 1\implies x+1\ne2$ for all $x$ in $[0,1]$

Suppose we have a statement concerning $x$, called statement 1. Statement 2 states that statement 1 is true for all $x$ in $[a,b]$. In general, is it always possible to prove statement 2 by induction, if statement 2 is true? For instance, can we…
Szeto
  • 11,159
3
votes
1 answer

In a line of ones and zeroes, $10$ changes to $01$ every second. Prove that it takes no longer than $10n$ seconds until there are no more $10$s.

There is a line of ones and zeroes of length $n$. Every second, $10$ changes to $01$. Prove that it takes no longer than $10n$ seconds until there is nothing to change in the line. Example: 1110010 1101001 1010101 0101011 0010111 0001111 My…
3
votes
2 answers

Is nested induction necessary for all variables

Let $S(n_1,n_2,n_3)$ be the statement to prove in natural numbers; If I prove the following three $S(1,1,1)$ is true $\forall n_1n_2 S(n_1,n_2,n_3) \implies S(n_1,n_2,n_3+1)$ $\forall n_1n_3 S(n_1,n_2,n_3) \implies S(n_1,n_2+1,n_3)$ Now, Is it…
hanugm
  • 2,353
  • 1
  • 13
  • 34
3
votes
1 answer

Can't prove an equation using induction

I have an equation $$ \frac{1}{2} + \frac{2}{2^2} + \frac{3}{2^3} + \cdots + \frac{n}{2^n} = 2 - \frac{n + 2}{2^n} $$ Below is what I have already done: $$ \frac{1}{2} + \frac{2}{2^2} + \frac{3}{2^3} + \cdots + \frac{n}{2^n} + \frac{n + 1}{2^{n+1}}…
3
votes
3 answers

$\sum_{i=0}^n \frac{1}{(i+3)(i+4)} = \frac{n}{4(n+4)}$ (prove by induction)

I'm having some difficulty proving by induction the following statement. $$\sum_{i=0}^n \frac{1}{(i+3)(i+4)} = \frac{n}{4(n+4)}$$ I have shown that $\sum_{i=0}^n \frac{1}{(i+3)(i+4)} = \frac{n}{4(n+4)}$ holds for $n=1$ (equals $\frac{1}{20}$) , but…
Viceh
  • 57
3
votes
2 answers

Prove that these sets have no common members: primes, Fibonacci numbers, 8|n+1

How can I prove that these three sets have no common values: A: {prime numbers} B: {Fibonacci numbers} C: {8|n+1} C: for example 15: 15+1 = 16 => 8|16 <= 16/8 = 2 C: for example 23: 23+1 = 24 => 8|24 <= 24/8 = 3
Kr3Ep
  • 41
  • 3
3
votes
5 answers

What's wrong with my sum? ($S=1^2+2^2+3^2+\cdots+10000$)

During a test, I was told to calculate the exact value of this: $$S=1^2+2^2+3^2+\cdots+10000$$ This is what I did: Observe the following: $$(S=1^2+2^2+3^2+\cdots+100^2)\wedge (S=100^2+\cdots+3^2+2^2+1^2)$$ Is true. Therefore, $$2S = …
Saturn
  • 7,191
3
votes
2 answers

Is saying that $2^n+1<2^n\cdot2$ for $n \in \mathbb N$ is true enough to end the proof?

For $n \in\mathbb N$ I have to prove, using mathematical induction: $$\forall n\in\mathbb N(n<2^n)$$ It holds for $n=1$ So I assume $\forall n\in\mathbb N(n<2^n)$ alright. I need to prove the following then: $$\forall n\in\mathbb…
Saturn
  • 7,191
3
votes
3 answers

Confused by Proof by induction

Im just confused by this equation and how it was used. Assume $$P(n) = 1 + 2 + 3 + 4 + \cdots + n = \frac{n(n+1)}2$$ Inductive step $$P(n+1) = 1 + 2 + 3 + 4 + \cdots + n + (n+1) = \frac{(n+1)(n+2)}2$$ Why is the inductive step not written like…
3
votes
2 answers

Proof by common sense vs induction

[Full disclosure: I'm a noob] The game: Squares and Circles. There are a finite number ($n$) of squares and circles and two players take turns, able to do the following moves: a) Replace a pair of identical shapes with a square b) Replace a pair of…
Yashmnash
  • 187
3
votes
3 answers

Induction Proof, Problem given.

Explanation on difficulty: For this question, it is easy for me to show the base case but I am having difficulty with the induction hypothesis. Attempt at a solution (work attached, obviously wrong as I'm struggling but still attached):
kemb
  • 1,652
  • 12
  • 29
3
votes
3 answers

All cats are black?

What is wrong with the following “proof” by mathematical induction that all cats are black? Let P(n) denote the statement “In any group of n cats, if one cat is black, then they are all black.” Step 1 The statement is clearly true for n = 1. Step…