There is no formal Induction assertion given. But there is an assertion $P(n)$ for $n\ge2$.
(a)We know that $P(2)$ is true.
(b) we know for any $a\ge2$, truth of $P(a)$ implies truth of $P(2a)$.
(c) we know for any $b\ge3$, truth of $P(b)$ implies truth of $P(b-1)$.
We have to use induction to prove that $P(n)$ is true for all $n\ge2$.
My Solution: I use the Well-ordering property (WOP) of the natural numbers.
T = { k>= 2; p(k) is True}
F= {l>= 2, p(l) is False}
so T U F = N(all natural Numbers), and T∩F = ∅
Case 1: (F = ∅ Then T = N so P(n) is always True)
Case 2: (F ≠ ∅ Then ∅ ≠ F ⊆ N s.t there is an element m = min F (WOP))
now, m ≠ 2 because 2 ∈ T (by Hypothesis)
I cant figure out how to use p(a) and p(b) to prove the statement p(n).