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
1 answer

proof by induction that a phrase belongs to the real numbers group

Let it be $a \neq 0,a \in \mathbb{R} $ such that $a+(1/a) \in \mathbb{Z} $. prove by induction that for all $n \in \mathbb{N}: a^n +(1/a^n)\in \mathbb{Z} $ i tried simplifying the phrase but couldn't use the given claim to prove something
ga as
  • 21
0
votes
1 answer

based on "All horses have the same color" problem, then how we can be sure that a base case is right and there is no need to check other next cases?

in "All horses have the same color" problem, we figured out that P(2) is not correct. obviously it is a easy job to check a case like P(2). but what is the guarantee that in the rest of the induction questions, we don't need to check each…
0
votes
2 answers

Trying to prove every nonempty finite set of Z has a smallest element by induction

I found this question on a past paper while preparing for my mid-term exam Prove by mathematical induction that every nonempty finite set of Z has a smallest element I previously answered a question similar to this where instead of set Z it was…
0
votes
1 answer

Proof by induction $\sum_{i=0}^n i =\frac{(n)(n+1)}{2}$ but instead of using the k + 1 term, using the k -1 term

Complete beginner on the topic, I can say that I lack the formal way of doing this. What I am trying to understand is: During the "inductive step", instead of using $k + 1$ can we assume $k -1$?, also I would like to know if by proving $k - 1$ we…
0
votes
1 answer

Ordinary Induction.

Define $S=\left\{ an+b:n\in \mathbb{N}\right\}$, where a and b are integers and $a\neq0$. Write down the statement of ordinary induction on S. What does it mean by "statement of ordinary induction on S" Isn't induction a proving method? What do they…
0
votes
1 answer

$a_n>\sqrt{2n}$ for recursive sequence

Suppose $a_1=1$, $a_2=2$, and $a_{n+1}=\frac{a_na_{n-1}+1}{a_{n-1}}$ for $n \ge 2$. Prove that for any positive integer $n \ge 3$, we have $a_n > \sqrt{2n}$. I tried using induction on this. The base case is $n=3$, and we have…
user1091067
0
votes
1 answer

A question about a specific induction problem

We know why the induction principle does not work for the statement that all horses are of the same color. Nevertheless, in the book that I am reading there’s a statement which goes as follows: “Our argument proves that if any two horses did have…
user1007173
0
votes
0 answers

How could the correctness of a space-filling curve be proved via induction?

I've created an (iterative) algorithm that generates a custom space-filling curve of a degree $n$, where each produced curve is made up of $(3^n)^2$ points and each point is only represented once within each curve. The core concept is very similar…
0
votes
0 answers

why is it hard to determine whether a given string belongs to $X$ or not for a set of strings $X$ is defined by an inductive definition

I do not understand the answer to this question Question: If a set of strings $X$ is defined by an inductive definition, then it is: Answer: easy to generate elements of $X$ but hard to determine whether a given string belongs to $X$ or not why…
user1068052
0
votes
1 answer

Induction on the subset $K = \{k \in N |k = 12x+9\}$ with $x \in N$

I am familiar with induction proofs on the set of the natural numbers. However now I have to prove a statement for a subset $K = \{k \in N |k = 12x+9\}$ with $x \in N$. So basically $K = \{9, 21, 33, 45, 57,...\}$. Now I have to write an induction…
cassnx
  • 1
  • 2
0
votes
1 answer

Prove$\sum_{k=0}^{n} k \binom{n+1}{k+1} (\frac{1}{n})^{k+1} = 1$ by induction.

I'm stuck in proving the above identity using induction. In particular, I don't know how to prove for the case n+1: $\sum_{k=0}^{n+1} k \binom{n+2}{k+1} (\frac{1}{n+1})^{k+1} = 1$ by assuming case n is true.
LCJC
  • 9
0
votes
0 answers

MIT 6.042J, Lec 2: Induction

Question: Prove that a 2^n x 2^n courtyard can be tiled using L-shaped tiles of size 3 with a statue in the middle. (Use the Induction axiom) Click here to view the original question What I want to know is, can't we just nest a square of size 2^n x…
0
votes
0 answers

prove by mathematical induction help

I'm learning mathematical induction. I found this task, which I can't do properly: Prove $\sum_{j=1}^{2n}\frac{1}{j(j+1)}=\frac{2n}{2n+1}$ for all $n\in\Bbb N$. I know the rules $n = 1,\,n = k,\,n = k + 1$. I tried to do it when I put it in $n =…
Jons Icey
  • 1
  • 1
0
votes
2 answers

Proof Verification: x^n-a^n is divisible by x-a for all n

Proposition: $x^n-a^n$ is divisible by $x-a$ for all n. Potential proof by induction (which I would like to know whether it is correct): Suppose n=1. Then $x^n-a^n=x-a$, and $x-a$ is clearly divisible by $x-a$. So the proposition holds for n=1, the…
UserM1
  • 83
0
votes
3 answers

The connection between mathematical induction and implication

What is the connection between mathematical induction and implication? I always see that mathematical induction is about $$P(k)\implies P(k+1).$$ From what I know, mathematical induction works by finding a way to transform $P(k)$ into $P(k+1)$ and…