Can I use argument by cases while proving a contradiciton?

68 Views Asked by At

Can I use proof by cases (argument by cases) while proving contradiction ? So in my case it is like that. I need to prove $\lnot (P \lor Q)$. So I need to derive contradiction from $P \lor Q$. And I can prove contradiciton from $P$ and $Q$ (by "and" I don`t mean conjunction, I mean I can prove contradiction from $P$ and also I can do it from $Q$), so have I proved $\lnot (P \lor Q)$ ?

2

There are 2 best solutions below

1
On BEST ANSWER

Yes. Technically, you would be doing a proof by Cases within a Proof by Contradiction.

Here is what the basic template looks like formally:

enter image description here

Line 9 is where you complete the Proof by Cases, and line 10 is where you complete the Proof by Contradiction.

0
On

Sure.

If $P$ leads to a contradiction, and $Q$ leads to a different contradiction than the neither $P$ nor $Q$ can be correct.

It may be helpful to note $\lnot(P\lor Q)\equiv (\lnot P)\land (\lnot Q)$. So it's okay to prove the two statements 1) $\lnot P$ and 2) $\lnot Q$.