Question about negating implied propositions

65 Views Asked by At

I'm negating this proposition: "If you study you will not fail."

I'm using proposition P: "You study" and proposition Q: "You will fail."

The original statement can be written as "$P → ¬Q.$"

My instructor has the negation of this statement like this:

$¬(P → ¬Q) = ¬(¬P \lor ¬Q) = P\land Q $

Why does $¬(P → ¬Q) = ¬(¬P \lor ¬Q)$ ?

3

There are 3 best solutions below

0
On

Because $A\rightarrow B \equiv \lnot A \lor B\tag{1}$

Think of this as stating: An implication $A\rightarrow B$ is true whenever

  • $A$ is false: $\;(\lnot A)$

    OR: $\;\lor$

  • $B$ is true: $\;(B)$

Hence we have $\quad \lnot A \lor B$.

In your case, we have $\;A = P\;$ and $\;B = \lnot Q$,

So using $(1)$ on your proposition: $$\lnot(P \rightarrow \lnot Q) \equiv \lnot (\lnot P \lor \lnot Q) $$ By DeMorgan's, we get $$\lnot \lnot P \land \lnot \lnot Q \equiv (P \land Q)$$

0
On

To verify both statements are equivalent, notice that the statements can only be false when both $P,Q$ are false.

0
On

I find it more convenient to use: $$[A\implies B]\equiv \neg[A \land \neg B]$$

Then your statement could be restated as: It cannot be that you both study and fail. $$ [P\implies \neg Q]\equiv \neg[P\land Q]$$

The negation is that you both study and fail.
$$P\land Q$$

Or equivalently, by De Morgan's Law:

$$\neg[\neg P \lor \neg Q]$$