Suppose that I wanted to prove $P(n)$ is true, but I need some $Q(n)$ to be true so that I can show $P(n) \implies P(n+1)$. Is it always okay for me to do
$$P(n) \land Q(n) \implies P(n+1) \land Q(n+1)$$
to show that $P(n) \land Q(n)$ are true and then extract $P(n)$ ?