Skip to main content
Mathematics LibreTexts

6.10: Existence and Uniqueness

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

    \( \newcommand{\vectorA}[1]{\vec{#1}}      % arrow\)

    \( \newcommand{\vectorAt}[1]{\vec{\text{#1}}}      % arrow\)

    \( \newcommand{\vectorB}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vectorC}[1]{\textbf{#1}} \)

    \( \newcommand{\vectorD}[1]{\overrightarrow{#1}} \)

    \( \newcommand{\vectorDt}[1]{\overrightarrow{\text{#1}}} \)

    \( \newcommand{\vectE}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash{\mathbf {#1}}}} \)

    \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \)

    \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)

    In mathematics we often want to know whether an object with specific desirable properties actually exists. In symbolic language, this is just \((\exists x)A(x)\text{.}\) Conceptually, this is easy to do: just find an example! (In practice, this can often be quite difficult.)

    Example \(\PageIndex{1}\)

    Prove that \(851\) is not prime.

    Solution

    We want to prove the quantified statement

    \begin{equation*} (\exists n)( (n \ne 1) \land (n \ne 851) \land (n \text{ divides } 851)) \text{,} \end{equation*}

    with domain the positive, whole numbers. Testing each number, one by one, starting at \(n = 2\text{,}\) we find that using \(n=23\) fits the bill.

    Once we have found an example for an existential statement, we also often want to know whether there are more examples, or whether the one we have found is unique. Suppose \(x_0\) is our concrete example proving \((\exists x)A(x)\text{.}\) To show that \(x_0\) is unique, we should prove the universal statement: \((\forall y)(A(y) \rightarrow (y = x_0) )\text{.}\) This translates as the following.

    For all \(y\text{,}\) if \(A(y)\) is true, then \(y=x_0\text{.}\)

    That is, the only way object \(y\) can satisfy \(A(y)\) is if \(y\) is actually our original example \(x_0\text{.}\)

    Procedure \(\PageIndex{1}\): Proving uniqueness

    To prove that \(x = x_0\) is the unique instance of an object \(x\) such that \(A(x)\) is true, assume that \(y\) is also an object such that \(A(y)\) is true, and prove that \(y = x_0\text{.}\)

    Example \(\PageIndex{2}\)

    Prove that \(2\) is the unique positive number that is both prime and even.

    Solution

    Suppose \(n\) is a positive number which is both prime and even. Since \(n\) is even, it is divisible by \(2\text{.}\) But since \(n\) is prime, it is divisble by only \(1\) and itself. Therefore, \(2\) and “itself” must be the same, i.e. \(n = 2\text{.}\)


    This page titled 6.10: Existence and Uniqueness 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.