A question about proving the inverse of a logical statement.

190 Views Asked by At

Suppose the logical statement $P \rightarrow \lnot Q$ is true whose inverse's truth value is unknown. Also, suppose that $\lnot R \rightarrow \lnot P$ is true and $\lnot R \rightarrow \lnot Q$ is true, with $\lnot R \rightarrow Q$ false. The inverse of $P \rightarrow \lnot Q$ is given by $\lnot P \rightarrow Q$. Not knowing the truth value of the inverse, it follows that $\lnot P \rightarrow Q$ is only true if the conjunction $(\lnot R \rightarrow \lnot P) \land (\lnot P \rightarrow Q)$ is true, since $\lnot R \rightarrow \lnot P$ is true. By hypothetical syllogism the false statement $\lnot R \rightarrow Q$ is produced. Therefore, we can conclude that $\lnot P \rightarrow Q$ is false. Is this a correct approach to proving this statement is false?

2

There are 2 best solutions below

1
On

First of all: yes, your argument appears valid.

Second: note that this doesn't really have anything to do with the "original" implication $P\rightarrow\lnot Q$, and that your argument doesn't use the assumption $\lnot R\rightarrow\lnot Q$. Really, you are just starting with the two assumptions $\lnot R\rightarrow\lnot P$ and $\lnot(\lnot R\rightarrow Q)$ and trying to deduce the statement $\lnot(\lnot P\rightarrow Q)$.

Equivalently, since the negation of $A\rightarrow B$ is $A\land(\lnot B)$, we are trying to start with the two statements $\lnot R\rightarrow\lnot P$ and $(\lnot R)\land(\lnot Q)$ and deduce the statement $(\lnot P)\land(\lnot Q)$, that is, to deduce the two statements $\lnot P$ and $\lnot Q$.

This is actually pretty straightforward:

  • The assumption $(\lnot R)\land(\lnot Q)$ implies $\lnot R$, which together with the assumption $\lnot R\rightarrow\lnot P$ implies $\lnot P$;
  • and the assumption $(\lnot R)\land(\lnot Q)$ directly implies $\lnot Q$.
1
On

I am very confused by your argument. First: what exactly are the givens? At first it seems like $P \to \neg Q$ is a given .... but you never use it ... In fact, you say that $\neg P \to Q$ is its inverse, and that seems to be the statement you ar trying to prove false. So .... are you trying to show that $\neg P \to Q$ is false on the basis of the truth of $P \to \neg Q$? In particlar, are you trying to show that $\neg P \to Q$ is False by showing that $P \to \neg Q$ is True? If so, please understand that the inverse of a statement can have the same truth-value as the statement itself, so that approach does not work. Firtunately, youm don't seem to reason that way ... indeed, ypu seem to be assuming that $P \to \neg Q$ is True .. but why? What is you your purpose for assuming this? And note ... you never really use it. So in the end, it's all just very, very confusing what you are trying to do, and how you are trying to go about it.