I am unsure how I would do the work for this question: $S(n)$ is a statement about positive integers $n$ such that whenever $S(k)$ is true, $S(k+1)$ must also be true. Furthermore, there exists some positive integer $n_0$ such that $S(n_0)$ is not true. Of the following, which is the strongest conclusion that can be drawn?
- (A) $S(n_0+1)$ is not true.
- (B) $S(n_0-1)$ is not true.
- (C) $S(n)$ is not true for any $n$ less than or equal to $n_0$
- (D) $S(n)$ is not true for any $n$ greater that or equal to $n_0$
- (E) $S(n)$ is not true for any $n$.
I know that the answer is C. I am just unsure how to get to that conclusion.
If you know that $S(n_0)$ is false, then you also know that $S(n_0-1)$ is false. (Because, if $S(n_0-1)$ were true, then $S(n_0)$ would have to be true, which we know it isn't.
By the same reasoning, since we know that $S(n_0-1)$ is false, we know that $S(n_0-2)$ is false. And in the same way that $S(n_0-3)$ is false and so on for all integers less than or equal to $n_0$.
This is of course a stronger claim than (b) and we don't know about the truth or falsehood of (a), (d) or (e).