Given the premise P ∨ ¬ Q by natural deduction prove (P → Q) → ((¬ P → Q) → Q)
I am trying to prove this using a Case Proof in Fitch
For my initial subproof, would I be correct in assuming P ∨ Q. I want to deduce implication of P → Q but I am not sure which rule to site. Do I have to break P ∨ Q into Cases of P ∨ Q and cite by elim before I can conclude P → Q.
I think the gap here is how to get from ∨ to → .
Thanks
This is legal, but I don't see how it could help.
You can't infer this from $P\lor \neg Q$, nor from $P\lor Q$.
The formula $(P \to Q) \to ((\neg P \to Q) \to Q)$ is a known tautology, therefore you don't need any premises to prove it, (though premises might help shorten the proof). Below I give a proof of this without premises and you can work your way towards shortening it using the given premise.