1

What I'm trying to prove: $P\to (Q\to S)$

Given Premises: $P\to (Q\to R)$ and $Q\to (R\to S)$

My approach:

$$Q\to (R\to S)$$ $$(Q\land R)\to S$$ $$(R\land Q)\to S$$ $$R\to (Q\to S)$$ also from the premises,

$$P\to (Q\to R)$$ $$(P\land Q)\to R$$ $$\dot{.\hspace{.075in}.}(P\land Q)\to (Q\to S) $$

I'm kinda stuck on what to do after this.

Should I do $\neg(P\land Q)\lor (\neg Q\lor S)$ ?

It seems like I'm beating around a bush.

Nimrod
  • 155

1 Answers1

2

Applying the axiom $[A \rightarrow (B \rightarrow C)] \rightarrow [(A \rightarrow B) \rightarrow (A \rightarrow C)]$ to your last line will give you $(P \wedge Q) \rightarrow S$.

Qez
  • 76
  • 5