Skip to main content
Mathematics LibreTexts

4.5: Exercises

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

    Interpreting symbolic language

    Let \(A(x)\) represent the predicate “\(x\) is a wonderful learning experience”, where \(x\) is a free variable in the domain of all university courses.

    Translate each of the following into an English sentence that is grammatically correct.

    1. \(A(\text{AUMAT 250})\)
    2. \((\exists x)A(x)\)
    3. \((\forall x)A(x)\)
    4. \(\neg (\forall x)A(x)\)
    5. \((\exists x)\neg A(x)\)

    Translating into symbolic language.

    Let \(B(x)\) represent the predicate “\(x\) is excellent”, where \(x\) is a free variable in the domain of all Augustana professors.

    Translate each of the following into symbolic language.

    1. The instructor for this course is an excellent professor.
    2. Every professor at your university is excellent.
    3. Some professor at your university is excellent.
    4. Some professors at your university are excellent.
    5. There is at least one professor at your university who is excellent.
    6. Some professor at your university is not excellent.
    7. Some professors at your university are not excellent.
    8. Any professor at your university is excellent.
    9. No professor at your university is excellent.

    Analyzing predicate statements about integers

    Let \(P(m,n)\) represent the predicate \(2m - 45n > 101\text{,}\) where \(m\) and \(n\) are free variables in the domain of integers.

    For each of the following, determine whether the statement is true or false. Explain your reasoning.

    1. \(P(25,-1)\)
    2. \(P(30,-1)\)
    3. \(P(100,2)\lor P(100,3)\)
    4. \(P(100,2) \land P(100,3)\)
    5. \((\exists m)(\exists n) P(m,n)\)
    6. \((\forall m)(\forall n) P(m,n)\)
    7. \((\forall m)(\exists n) P(m,n)\)
    8. \((\exists m)(\forall n) P(m,n)\)
    9. \((\forall m)(\exists q)(\forall n)(P(q,n)\rightarrow P(m,n))\)

    Analyzing predicate statements about functions

    (Requires calculus.) Let \(P(f,g)\) represent the predicate \(\frac{df}{dx} = g\text{,}\) where \(f\) and \(g\) are free variables in the domain of continuous functions in the real variable \(x\text{.}\)

    For each of the following, determine whether the statement is true or false. Explain your reasoning.

    1. \((\exists f)(\exists g) P(f,g)\)
    2. \((\forall f)(\forall g) P(f,g)\)
    3. \((\forall f)(\exists g) P(f,g)\)
    4. \((\exists f)(\forall g) P(f,g)\)
    5. \((\forall g)(\exists f) P(f,g)\)
    6. \((\exists g)(\forall f) P(f,g)\)
    7. Consider the statement “every odd number is either \(1\) more or \(3\) more than a mulitple of \(4\text{.}\)”

      1. Assign appropriate predicates (with domains explictly stated), and then translate the statement into symbolic logic.
      2. Negate the statement, and simplify the logical expression so that any/all negation symbols appear directly to the left of a predicate.
      3. Translate your simplified negated statement from Task b into English.
    1. Let \(P(f,g)\) represent the predicate \(\dfrac{df}{dx} = g\text{,}\) and let \(E(f,g)\) represent the predicate \(g = f\text{,}\) where \(f\) and \(g\) are free variables in the domain of functions in the real variable \(x\text{.}\) Consider the statement
    \begin{equation*} (\forall f)(\forall g)\{(\exists h)\{P(f,h) \land P(g,h)\} \rightarrow E(f,g)\} \text{.} \end{equation*}
    1. Translate the statement into English.
    2. Determine whether the statement is true.
    3. Working with the originally provided symbolic version above, negate the statement. Simplify the negated version to so that any/all negation symbols appear directly to the left of one of the predicates \(P\) or \(E\text{.}\)
    4. Translate your simplified negated statement from Part c into English.
    1. You've become an expert at predicate logic, and now make a (very meagre) living grading logic assignments for a large university. Here is the question you've been assigned to mark two thousand times.

    Let \(x\) represent a free variable from the domain of all living humans.

    Translate the following two statements into properly quantified predicate statements in the variable \(x\text{.}\)

    1. All university students study diligently.
    2. Some university students study diligently.

    You pick up the first assignment. Here is the student's answer.

    Let \(U(x)\) mean “\(x\) is a university student”. Let \(S(x)\) mean “\(x\) studies diligently”.

    1. \((\forall x)[ U(x) \rightarrow S(x) ]\text{.}\)
    2. \((\exists x)[ U(x) \rightarrow S(x) ]\text{.}\)

    Are the student's answers correct? Justify your assessment.

    Hint

    Try translating the student's symbolic language statements back into English, explicitly using the stated domain of \(x\), and see what you get.


    This page titled 4.5: Exercises 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.

    • Was this article helpful?