What is the converse of $P \implies (Q \implies R)$?

1.5k Views Asked by At

Is the mathematical converse of $P \implies (Q \implies R)$

either

$(Q \implies R) \implies P$

or

$R \implies Q \implies P$

In other words, do I apply the converse for the nested sentence and then apply the converse to the outer sentence?

Thank you for any and all help.

2

There are 2 best solutions below

3
On BEST ANSWER

It's the former. The converse of $P \implies (Q \implies R)$ is

$(Q \implies R) \implies P$.

0
On

The converse of a conditional sentence $A \implies B$ is $B \implies A$. Note that this definition applies only to sentences whose main connective is $\implies$, and it does not depend on any other connectives that appear in the sentence. So, to find the converse we can ignore any connectives besides the main $\implies$.

In your case, just let $(Q \implies R) =: A$. Then your sentence becomes $P \implies A$. The converse of this is $A \implies P$, which by the definition of A is $(Q \implies R) \implies P$.