Skip to main content
Mathematics LibreTexts

6.1: Definitions

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

    Definitions are used in mathematics to label objects that have special properties, and to group all such objects together. Be careful with definitions: as stated by mathematicians, they often contain implicit conditions.

    Example \(\PageIndex{1}\)

    A number is called prime if its only divisors are \(1\) and itself.

    This definition has some hidden parts: a more complete definition would be as follows.

    A number is called prime if

    1. it is an integer,
    2. it is strictly greater than \(1\text{,}\) and
    3. there does not exist any other number greater than \(1\) which divides it.

    You should view a definition as a technical test or collection of technical tests that an object must pass before it can be given a specific label.

    Example \(\PageIndex{2}\)

    Demonstrate that, according to the technical definition of prime, \(17\) is prime but \(21\) is not.

    Solution

    Let us test \(17\text{.}\)

    1. Yes, \(17\) is an integer.
    2. Yes, \(17 \gt 1\text{.}\)
    3. None of the numbers in the following list is an integer:
      \begin{equation*} \dfrac{17}{2}, \dfrac{17}{3}, \dfrac{17}{4}, \dotsc, \dfrac{17}{16}, \dfrac{17}{18}, \dfrac{17}{19}, \dotsc\text{.} \end{equation*}

    So \(17\) is prime since it passes the technical tests that define the concept of prime.

    Now let us test \(21\text{.}\)

    1. Yes, \(21\) is an integer.
    2. Yes, \(21 \gt 1\text{.}\)
    3. However, clearly \(21/3 = 7\) is an integer, so \(3\) divides \(21\text{.}\)

    So \(21\) is not prime, since it fails at least one of the technical tests that define the concept of prime.

    Often, the first thing we do in mathematics is to look for ways to make testing our definition easier.

    Proposition \(\PageIndex{1}\)

    Example \(\PageIndex{1}\)

    Demonstrate that \(17\) is prime.

    Solution(sketch)

    By the proposition, to check that \(17\) is prime we now only need to note that none of the numbers in the following shorter list is an integer:

    \begin{equation*} \dfrac{17}{2}, \dfrac{17}{3}, \dfrac{17}{4}, \dotsc \dfrac{17}{8}\text{.} \end{equation*}

    This page titled 6.1: Definitions 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.