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

Prove this by induction - how to?

Prove by induction that $$n^2 - n \ge 2$$ whenever $n$ is an integer $n \ge 2$. I am a total beginner at this, and don't know from where to begin. How do you prove this by induction correctly? Step-wise? I seen some YouTube videos, however, this…
Albin M
  • 134
0
votes
0 answers

What is the smallest integer x for which you can be sure that P(n) is true for all integers n≥x?

Suppose you know the following about a statement P(n). P(3), P(5) and P(8) are all true. P(4) is false. For all integers k≥6, if P(k) is true then P(k+1) is true. What is the smallest integer x for which you can be sure that P(n) is true for all…
Qin qin
  • 31
0
votes
1 answer

Mathematical induction solution I don't understand

$$T(k) = 2T(\frac{k}{2})+k^2$$ $$T(k)\leq 2(c(\frac{k}{2})^2\log(\frac{k}{2}))+k^2$$ $$T(k)\leq \frac{ck^2\log\frac{k}{2}} { 2} + k^2$$ $$T(k)\leq \frac{ck^2logk}{2} - \frac{ck^2}{2} + k^2$$ $$T(k)\leq ck^2logk$$ There's something I don't understand…
Gannicus
  • 341
0
votes
1 answer

Part of a solution to a mathematical induction problem I don't understand

There's a part in the solution that I can't understand, I think it's just something basic that I'm missing. In the solution it says: $$T(k) \leq 2(c(k/2)^2 \log(k/2)) + k^2$$ Then it became $$T(k) \leq ( ck^2 \log(k/2) ) / 2 + k^2$$ P.S: I forgot…
Gannicus
  • 341
0
votes
1 answer

Question on induction-1 is the least positive integer

Question on induction prove: 1 is the least positive integer. proof: Let $A=\left\{x\geq 1\left|x\in Z^+\right.\right\}$, and then $1\in A$, if positive integer $n\in A$, then $n\geq 1$, Since $1\leq n
HyperGroups
  • 1,393
0
votes
2 answers

Proof by induction $\sum_{k=1}^{2n}(-1)^{k-1}\cdot k=-n$

Hi I am trying to proof that $\sum_{k=1}^{2n}(-1)^{k-1}\cdot k=-n$ by induction. I end up here: $-n+(-1)^{2n+2-1} \cdot (2n+2) = -n -2n -2 \ne -n$ Could someone help me find my mistake? Thanks!
Till
  • 25
0
votes
3 answers

prove that $2^{4n}+3n-1$ is divisible by 9

I need help with this excercise. prove that $2^{4n}+3n-1$ is divisible by 9 for all positive intergral values of n greater than 1. I know that $n=k$: $2^{4k}+3k-1=9m$ then, For $n=k+1$ $$2^{4(k+1)}+3(k+1)-1=2^{4}2^{4k}+3k+3-1$$ I don't know how to…
MathNew
  • 61
0
votes
1 answer

Show using induction that for every $n\in \mathbb{N}$ the number $P_n=2^{2^{n+1}}+2^{2^n}+1$ is divisible by $21$.

Show using induction that for every $n\in \mathbb{N}$ the number $P_n=2^{2^{n+1}}+2^{2^n}+1$ is divisible by $21$. So the first step is to check for $n=1$ $$P_1=2^{2^2}+2^2+1=16+5=21,$$ which is divisible by $21$, so the statement holds for $n=1$.…
kormoran
  • 2,963
0
votes
1 answer

Show that $\frac{1}{2^2}+\frac{1}{3^2}+\text{...}+\frac{1}{n^2}<1$

Show that $$\dfrac{1}{2^2}+\dfrac{1}{3^2}+\text{...}+\dfrac{1}{n^2}<1$$ for all $n\ge2,n\in N.$ Initially, we should prove the proposition is true for $n=2$. $$\dfrac{1}{2^2}\overset{?}{<}1\\\dfrac{1}{4}\overset{?}{<}1=\dfrac44$$ which is obviously…
kormoran
  • 2,963
0
votes
3 answers

Show by induction that $n^3 \leq 3^n$ for all natural numbers n.

I need to show, using induction, that $n^3\leq 3^n$ for all natural numbers $n$. I tried the three steps to prove by induction putting $n=1$ then $n=k$ and at last I need the idea when I substitute $n=k+1$ to prove this also satisfies when $n=k$ is…
0
votes
1 answer

How to read second point of Axiom of Induction

I have two questions: How do you read the following expression in words: (here is $A\subseteq \mathbb{N}$) $\forall k\in \mathbb{N}(k\in A\implies k+1\in A)$? What I would translate it as is: for all $k\in \mathbb{N}$, we have $k+1\in A$…
0
votes
0 answers

What does it mean by Strong principle induction is equal to Weak principle induction?

In the proof of the equivalence of SPI and WPI, it is said that SPI implies WPI and WPI implies SPI. But WPI and SPI are just proving techniques, what does it mean by one proving technique implying another. Is that 'WPI implies SPI' means that any…
fdaeqw
  • 85
0
votes
1 answer

Proof by well founded Induction

I want show by well founded induction, that every natural number > 1 is divisible by a prime number. Let $(N, <)$ a set and $P \subset N$. $P(x)$ is the property that $x$ is divisible by a prime and $x$ is a natural number $>1$. Assume $P(y)$ is…
0
votes
1 answer

Inductive proof that $C(n,r)$ is an integer for all $0 \leq r \leq n$

Base case is obvious Suppose true for $k$. Have tried direct substitution, i.e., replace $k$ with $k+1$ and then simplify; have also tried to use ${{n}\choose{k}} = {{n-1}\choose{k}} + {{n-1}\choose{k-1}}, n,k >1$.
ralph
  • 51
0
votes
0 answers

Induction proof harmonic series

Prove that $$1+\frac{1}{2}+\frac{1}{3}+\ldots+\frac{1}{n}>\ln n$$ The base case is trivial, but I cannot show it holds for $n+1$ if it does for $n$ :/