[Math] Rule of inference for proof by contradiction.

discrete mathematicslogic

In the book "Discrete Mathematical Structures" – Kolman, author has stated that proof by contradiction is based on the tautology ((p⇒q)∧(~q))⇒(~p).And that this argument form is often applied to the case where q is an absurdity.
But this tautology is modus tollens.

In another text-book rule of inference for proof by contradiction is :

          ~p⇒c, where c is contradiction.
          ∴p

Please help me understand how rule of inference for proof by contradiction is modus tollens or based on above tautology. And what is the relation between two rules of inference?

Best Answer

The thing you're missing is the law of non-contradiction:

$$ \neg (P \wedge \neg P) $$

i.e. $\neg c$ when $c$ is a contradiction.

To perform a proof by contradiction -- proving $\neg p$ via a proof of $p \implies c$ -- via proof by contrapositive, let $q$ be $c$.

The form of proof by contradiction you quote follows from the form I mention above by the equivalence $\neg \neg p \equiv p$. (so substitute $\neg p$ into your proof by contrapositive)