Skip to main content
Mathematics LibreTexts

6.3: Direct Proof

  • Page ID
    83428
  • \( \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}}\)

    Recall. The argument

    \begin{equation*} A \rightarrow C_1, C_1 \rightarrow C_2, \dotsc, C_{m-1} \rightarrow C_m, C_m \rightarrow B \therefore A \rightarrow B \end{equation*}

    is valid (Extended Law of Syllogism).

    Procedure \(\PageIndex{1}\): Direct proof.

    • To prove \(P \Rightarrow Q\text{,}\) start by assuming that \(P\) is true. Then, through a sequence of (appropriately justified) intermediate conclusions, arrive at \(Q\) as a final conclusion.
    • To prove \((\forall x)(P(x) \Rightarrow Q(x))\text{,}\) start by assuming that \(x\) is an arbitrary but unspecified element in the domain such that \(P(x)\) is true. The first sentence in your argument should be: “Suppose \(x\) is a such that \(P(x)\)”, where the blank is filled in by the definition of the domain of \(x\text{.}\) Then, through a sequence of (appropriately justified) intermediate conclusions that do not depend on knowing the specific object \(x\) in the domain, arrive at \(Q(x)\) as a conclusion.

    Example \(\PageIndex{1}\)

    Prove: If \(n\) is even, then \(n^2\) even.

    Solution

    Let \(P(n)\) represent the predicate “\(n\) is even” and let \(Q(n)\) represent the predicate “\(n^2\) is even”, with domain the integers.

    Suppose that \(n\) is an arbitrary (but unspecified) integer such that \(n\) is even. Then there exists an integer \(m\) such that \(n = 2m\text{,}\) and so \(n^2 = 4m^2 = 2(2m)\) is even.

    Check your understanding. Attempt Exercises 6.12.4–6.12.6.


    This page titled 6.3: Direct Proof 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.