I am currently trying to prove a statement that has the following form: $(Q(X)$ or $R(X)) \implies P(X)$. I usually start by taking $Q(X)$ or $R(X)$ as hypothesis; this means that $Q(X)$ is the case, or that $R(X)$ is the case, or that both are the case.
So I proceed as follows:
- If $Q(X)$ is the case then ...
- If $R(X)$ is the case then ...
Now, my proof is by induction over $X$, and in one case my induction hypothesis implies that $R(X)$ is the case. However, without assuming $Q(X)$ I can't prove what I'm after.
Can I also assume $Q(X)$? The thing is, since $R(X)$ is implied, my hypothesis $(Q(X)$ or $R(X))$ is already satisfied.