I'm having trouble with induction in my discrete math course.
We are given a statement we know (∀k)(P(k)⇒P(k+2)), where k is an element of N.
After that we have a series of statements, I'll give one for example, that we must say is true, false, or possibly true.
- ∀n, P(n), where n is and element of N.
I don't even know where to begin with that statement. Also, I know how induction works, but when I just see the implication, it doesn't help me out.
Thank you for reading this, I hope someone can point me in the right direction to solving these.
Induction says that if you know $\forall k, P(k) \implies P(k+1)$ and $P(0)$, then $P(n) \forall n$. So if you only have the first half of the conditions, then the conclusion holds if and only if $P(0)$.