I am writing a proof by mathematical induction.
I prove the base case: $n = 0$. In the inductive step I want to prove $P(n + 1)$ by assuming $P(n)$. As it turns out, to show $P(n+1)$ I need to rely on all $P(k), 0 \leq k \leq n$.
Is this possible? Or do I need to reconsider my proof strategy?