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

Why mathematical induction is valid?

I'm teaching out of Rosen's discrete math book, and for mathematical induction he says: "Why is mathematical induction a valid proof technique? The reason comes from the well-ordering property, listed in Appendix 1, as an axiom for the set of…
1
vote
1 answer

Induction: $\frac1{1 \cdot 5} + \frac1{5 \cdot 9} + \cdots + \frac1{(4n-3)(4n+1)}$

For $n \ge 1$, let $$a_n = \dfrac1{1 \cdot 5} + \dfrac1{5 \cdot 9} + \cdots + \dfrac1{(4n-3)(4n+1)}.$$ Guess a simple explicit formula for $a_n$ and prove it by induction. Hi, I'm trying to answer this question. I was not provided with a…
1
vote
1 answer

Using induction in a measure theory proof

I use $\mu^*$ to denote the outer measure of a subset of $\mathbb{R}$. Recently on a HW, I had a countable collection of measurable, pairwise disjoint sets {$E_k$}, and I wanted to show $\mu^*(A\cap\bigcup_kE_k)=\sum_k\mu^*(A\cap E_k)$, where $A$ is…
1
vote
2 answers

Define a set X of integers recursively as follows:

Define a set X of integers recursively as follows: Base: 5 is in X Rule 1: If x is in X and x>0, then x+3 is in X Rule2: If x is in X and x>0, then x+5 is in X Show that every integer n>7 is in X I am pretty new to this stuff and I am very lost on…
1
vote
2 answers

Unsure of Where to Start - Prove by Mathematical Induction

Prove by induction $$\sum_{k=1}^n\frac1{(2k-1)(2k+1)}=\frac n{2n+1}$$ for all $n\ge1.$ I'm unsure of where to start with this question
1
vote
2 answers

Prove by Induction $1\cdot 2+2\cdot 5+3\cdot 8+4\cdot 11+...+ n(3n-1) = n^2(n+1)$

Prove by induction that the following equality holds true for all n that's an element of a natural number. $$1\cdot 2+2\cdot 5+3\cdot 8+4\cdot 11+...+ n(3n-1) = n^2(n+1)$$ My work: Base Case: $n = 1$ l.s = 2 r.s = 2 True Induction Hypothesis: Assume…
user433562
1
vote
2 answers

Some Basic induction help.

Let $r\in \Bbb R$ such that $r + \frac{1}{r}\in \Bbb N$, Prove by induction that $r^n + \frac{1}{r^n}\in \Bbb N$ for every $n\in \Bbb N$. I've done some expansions for $(r+\frac{1}{r})^n$ for $n = 2,3$ and I can see how it holds. I am having…
1
vote
1 answer

How do I prove that $\frac{(3^k-1)+6k}{2} $ is the same as $\frac{3^{k+1}-1}{2}$?

Use mathematical induction to prove that the following statement is true for every positive integer $n$ $1+3+3^2+...+3^{n-1}=\frac{3^n-1}{2}$ Here are my steps: Show that $S_1$ is true $S_1: 1=\frac{3^{(1)}-1}{2}$ $S_1: 1=\frac{3 -1}{2}$ …
BlueMagic1923
  • 781
  • 4
  • 11
  • 24
1
vote
3 answers

Proving that $5^n$ can be written as the sum of two squares, by induction

I need assistance to prove with the principle of mathematical induction that for every $n \in \Bbb Z^+$, there exists natural numbers $a_n$ and $b_n$ such that $5^n={a_n}^2+{b_n}^2$. So far, I've managed to prove it for $P_1$ and $P_2$, but am…
1
vote
0 answers

Can the Principle of Mathematical induction be generalized?

For example, if we have a statement $f(x)$ which we have to prove whether it is true for all $x$ in the set $(0,\infty)$. Now, we first prove that $f(0)$ is true. Then, we assume $f(k)$ is true. Then we prove that $\lim_{h\rightarrow 0}f(k+h)$ true.…
user402662
1
vote
3 answers

Basic Number Theory [Induction]

Use induction to prove that $(3+ \sqrt 5)^n + (3-\sqrt 5)^n$ is always even. Can someone please help me with this problem.
idk
  • 23
  • 4
1
vote
0 answers

Let $I$ be a finite set with $|I|=n$ and $\forall i\in I $ let $a_i \in \mathbb{R}$.

Let $I$ be a finite set with $|I|=n$ and $\forall i\in I $ let $a_i \in \mathbb{R}$. Prove by induction $$\prod_{i\in I} (1+a_i)=\sum_{J\in \mathfrak{P}(I)}\left(\prod_{j\in J}a_j\right)$$ My doubts: a) I think the RHS should be one more. b) What…
1
vote
1 answer

Spreading news: Prove $2n-4$ by induction.

Assume we have $n \ge 4$ people which everyone of them got a news. In every two steps these people call each other and transfer their all news they know. Prove that these people can know all the news in $2n-4$ calls.
1
vote
2 answers

Induction for recursive function

In of my computer science classes, there is the following exam question: Let an algorithm solve a problem of size $n$ by dividing it into the size $n \over 2$ in $n \over 2$ steps (division without remainder) and solve this problem recursively with…
Julian
  • 1,401
1
vote
1 answer

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

I'll state the question here: If "$P(n): 49^n + 16^n + k$ is divisible by $64$ for all $n \in N$" is true, then what is the least negative integral value of $k$? This is how I tried to solve it: $P(1): 49^1 + 16^1 + k$ is divisible by $64$ for all…