Example of an assertion which is not true for any positive integer, yet for which the induction step holds.

194 Views Asked by At

Give an example of an assertion which is not true for any positive integer, yet for which the induction step holds.

First of all, definition.

In inductive step, we suppose that $P(k)$ is true for some positive integer $k$ and then we prove that $P(k + 1)$ is true.

My thoughts : Since the assertion has to satisfy the induction step, it must be false for $n=1$.

But I cannot think of any such assertion. Does anyone have any hints? Thank you.

Edit: Just realised that my thoughts don't make much sense, as the question demands the assertion to be false for every positive integer.

4

There are 4 best solutions below

4
On BEST ANSWER

There is no shortage of good answers to this question, so I'll give a couple examples in the hopes that thinking about them will help you to produce your own answers.

Two possibilities for $P(n)$ are

-the assertion that $n! = 0$

-the assertion that $n > 2n$

0
On

$P(k):k$ is irrational

$P(k): \{k\}>0$, where $\{k\}$ denotes the fractional part of $k$

0
On

$n < n$ does not hold for any $n$ but the inductive step holds:

If $k <k$ then $k+1<k+1$

0
On

It's easier than you think:

$n \le n-2$

Then $n+1 \le (n-2) + 1 = n-1 = (n+1) -2$.

$n$ is not an integer.

$n + 1$ is not an integer.

$n$ is infinite.

If $n+1$ were finite then $n = (n+1) - 1=n$ would be finite which is a contradiction.

$n = n-1= 6$

$n+1 = (n-1)+1 = n = n-1 = 6$

and so on....