Skip to main content
Mathematics LibreTexts

6.9: Proof by Contradiction

  • Page ID
    88415
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Proof

    First, \(s\rightarrow t\) is false precisely when \(s\) is true and \(t\) is false. On the other hand, \((s \land \neg t) \rightarrow e\) is false precisely when \(s \land \neg t\) is true, and \(s \land \neg t\) is true precisely when \(s, \neg t\) are both true, i.e. when \(s\) is true and \(t\) is false.

    Procedure \(\PageIndex{1}\): Proof by contradiction

    • To prove \(P \Rightarrow Q\text{,}\) devise a false statement \(E\) such that \((P \land \neg Q) \Rightarrow E\text{.}\)
    • To prove \((\forall x)(P(x) \Rightarrow Q(x))\text{,}\) devise a predicate \(E(x)\) such that \((\forall x)(\neg E(x))\) is true (i.e. \(E(x)\) is false for all \(x\) in the domain), but \((\forall x)\bigl[(P(x) \land \neg Q(x)) \Rightarrow E(x)\bigr]\text{.}\)

    This page titled 6.9: Proof by Contradiction is shared under a GNU Free Documentation License 1.3 license and was authored, remixed, and/or curated by Jeremy Sylvestre via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.