Skip to main content
Mathematics LibreTexts

3.2: Truth Tables and Propositions Generated by a Set

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

    Truth Tables

    Consider the compound proposition \(c= (p \land q)\lor (\neg q \land r)\text{,}\) where \(p\text{,}\) \(q\text{,}\) and \(r\) are propositions. This is an example of a proposition generated by \(p\text{,}\) \(q\text{,}\) and \(r\text{.}\) We will define this terminology later in the section. Since each of the three simple propositions has two possible truth values, it follows that there are eight different combinations of truth values that determine a value for \(c\text{.}\) These values can be obtained from a truth table for \(c\text{.}\) To construct the truth table, we build \(c\) from \(p\text{,}\) \(q\text{,}\) and \(r\) and from the logical operators. The result is the truth table below. Strictly speaking, the first three columns and the last column make up the truth table for \(c\text{.}\) The other columns are work space needed to build up to \(c\text{.}\)

    Table \(\PageIndex{1}\): Truth Table for \(c= (p \land q)\lor (\neg q \land r)\)

    \(p\) \(q\) \(r\) \(p\land q\) \(\neg q\) \(\neg q\land r\) \((p\land q)\lor (\neg q\land r)\)
    \(0\) \(0\) \(0\) \(0\) \(1\) \(0\) \(0\)
    \(0\) \(0\) \(1\) \(0\) \(1\) \(1\) \(1\)
    \(0\) \(1\) \(0\) \(0\) \(0\) \(0\) \(0\)
    \(0\) \(1\) \(1\) \(0\) \(0\) \(0\) \(0\)
    \(1\) \(0\) \(0\) \(0\) \(1\) \(0\) \(0\)
    \(1\) \(0\) \(1\) \(0\) \(1\) \(1\) \(1\)
    \(1\) \(1\) \(0\) \(1\) \(0\) \(0\) \(1\)
    \(1\) \(1\) \(1\) \(1\) \(0\) \(0\) \(1\)

    Note that the first three columns of the truth table are an enumeration of the eight three-digit binary integers. This standardizes the order in which the cases are listed. In general, if \(c\) is generated by \(n\) simple propositions, then the truth table for \(c\) will have \(2^n\) rows with the first \(n\) columns being an enumeration of the \(n\) digit binary integers. In our example, we can see at a glance that for exactly four of the eight cases, \(c\) will be true. For example, if \(p\) and \(r\) are true and \(q\) is false (the sixth case), then \(c\) is true.

    Let \(S\) be any set of propositions. We will give two definitions of a proposition generated by S. The first is a bit imprecise, but should be clear. The second definition is called a recursive definition. If you find it confusing, use the first definition and return to the second later.

    Propositions Generated by a Set

    Definition \(\PageIndex{1}\): Proposition Generated by a Set

    Let \(S\) be any set of propositions. A proposition generated by \(S\) is any valid combination of propositions in \(S\) with conjunction, disjunction, and negation. Or, to be more precise,

    1. If \(p \in S\text{,}\) then \(p\) is a proposition generated by \(S\text{,}\) and
    2. If \(x\) and \(y\) are propositions generated by \(S\text{,}\) then so are \((x)\text{,}\) \(\neg x\text{,}\) \(x\lor y\) , and \(x\land y\text{.}\)

    Note \(\PageIndex{1}\)

    We have not included the conditional and biconditional in the definition because they can both be generated from conjunction, disjunction, and negation, as we will see later.

    If \(S\) is a finite set, then we may use slightly different terminology. For example, if \(S = \{p, q, r\}\text{,}\) we might say that a proposition is generated by \(p, q\text{,}\) and \(r\) instead of from \(\{p, q, r\}\text{.}\)

    It is customary to use the following hierarchy for interpreting propositions, with parentheses overriding this order:

    • First: Negation
    • Second: Conjunction
    • Third: Disjunction
    • Fourth: The conditional operation
    • Fifth: The biconditional operation

    Within any level of the hierarchy, work from left to right. Using these rules, \(p \land q \lor r\) is taken to mean \((p \land q)\lor r\text{.}\) These precedence rules are universal, and are exactly those used by computer languages to interpret logical expressions.

    Example \(\PageIndex{1}\): Examples of the Hierarchy of Logical Operations

    A few shortened expressions and their fully parenthesized versions:

    1. \(p \land q \land r\) is \((p \land q) \land r\text{.}\)
    2. \(\neg p \lor \neg r\) is \((\neg p) \lor (\neg r)\text{.}\)
    3. \(\neg \neg p\) is \(\neg (\neg p)\text{.}\)
    4. \(p \leftrightarrow q\land r\rightarrow s \) is \(p \leftrightarrow ((q\land r)\rightarrow s)\text{.}\)

    A proposition generated by a set \(S\) need not include each element of \(S\) in its expression. For example, \(\neg q \land r\) is a proposition generated by \(p, q\text{,}\) and \(r\text{.}\)

    Exercises

    Exercise \(\PageIndex{1}\)

    Construct the truth tables of:

    1. \(\displaystyle p\lor p\)
    2. \(\displaystyle p\land (\neg p)\)
    3. \(\displaystyle p\lor (\neg p)\)
    4. \(\displaystyle p \land p\)
    Answer
    1. \(\displaystyle \begin{array}{cc} p & p\lor p \\ \hline 0 & 0 \\ 1 & 1 \\ \end{array}\)
    2. \(\displaystyle \begin{array}{ccc} p & \neg p & p\land (\neg p) \\ \hline 0 & 1 & 0 \\ 1 & 0 & 0 \\ \end{array}\)
    3. \(\displaystyle \begin{array}{ccc} p & \neg p & p\lor (\neg p) \\ \hline 0 & 1 & 1 \\ 1 & 0 & 1 \\ \end{array}\)
    4. \(\displaystyle \begin{array}{cc} p & p\land p \\ \hline 0 & 0 \\ 1 & 1 \\ \end{array}\)

    Exercise \(\PageIndex{2}\)

    Construct the truth tables of:

    1. \(\displaystyle \neg (p\land q )\)
    2. \(\displaystyle p \land (\neg q)\)
    3. \(\displaystyle (p \land q)\land r\)
    4. \(\displaystyle (p \land q) \lor (q \land r)\lor (r \land p)\)
    5. \(\displaystyle \text{ }\neg p\lor \neg q\)
    6. \(\displaystyle p \lor q \lor r \lor s\)

    Exercise \(\PageIndex{3}\)

    Rewrite the following with as few extraneous parentheses as possible:

    1. \(\displaystyle (\neg ((p) \land (r))) \lor (s)\)
    2. \(\displaystyle ((p) \lor (q)) \land ((r) \lor (q))\)
    Answer
    1. \(\displaystyle \neg (p\land r)\lor s\)
    2. \(\displaystyle (p\lor q) \land (r\lor q)\)

    Exercise \(\PageIndex{4}\)

    In what order are the operations in the following propositions performed?

    1. \(\displaystyle p \lor \neg q \lor r\land \neg p\)
    2. \(\displaystyle p \land \neg q \land r \land \neg p\)

    Exercise \(\PageIndex{5}\)

    Determine the number of rows in the truth table of a proposition containing four variables \(p, q, r, \textrm{ and } s\text{.}\)

    Answer

    \(2^4 = 16\) rows.

    Exercise \(\PageIndex{6}\)

    If there are 45 lines on a sheet of paper, and you want to reserve one line for each line in a truth table, how large could \(\lvert S\rvert \) be if you can write truth tables of propositions generated by \(S\) on the sheet of paper?


    This page titled 3.2: Truth Tables and Propositions Generated by a Set is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Al Doerr & Ken Levasseur via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.