Login
📚 Contemporary Mathematics
Chapters ▾
⇩ Download ▾

2.2 Compound Statements

Two people are in a car, one is a passenger and the other is driving the vehicle.
Figure 2.6 A person seeking their driver's license must pass two tests. A compound statement can be used to explain performance on both tests at once.A person seeking their driver's license must pass two tests. A compound statement can be used to explain performance on both tests at once. (credit: modification of work “Drivers License -Teen driver” by State Farm/Flickr, CC BY 2.0)

Learning Objectives

After completing this section, you should be able to:

  1. Translate compound statements into symbolic form.
  2. Translate compound statements in symbolic form with parentheses into words.
  3. Apply the dominance of connectives.

Suppose your friend is trying to get a license to drive. In most places, they will need to pass some form of written test proving their knowledge of the laws and rules for driving safely. After passing the written test, your friend must also pass a road test to demonstrate that they can perform the physical task of driving safely within the rules of the law.

Consider the statement: "My friend passed the written test, but they did not pass the road test." This is an example of a compound statement, a statement formed by using a connective to join two independent clauses or logical statements. The statement, “My friend passed the written test,” is an independent clause because it is a complete thought or idea that can stand on its own. The second independent clause in this compound statement is, “My friend did not pass the road test.” The word "but" is the connective used to join these two statements together, forming a compound statement. So, did your friend acquire their driving license?.

This section introduces common logical connectives and their symbols, and allows you to practice translating compound statements between words and symbols. It also explores the order of operations, or dominance of connectives, when a single compound statement uses multiple connectives.

Common Logical Connectives

Understanding the following logical connectives, along with their properties, symbols, and names, will be key to applying the topics presented in this chapter. The chapter will discuss each connective introduced here in more detail.

The joining of two logical statements with the word "and" or "but" forms a compound statement called a conjunction. In logic, for a conjunction to be true, all the independent logical statements that make it up must be true. The symbol for a conjunction is . Consider the compound statement, “Derek Jeter played professional baseball for the New York Yankees, and he was a shortstop.” If p represents the statement, “Derrick Jeter played professional baseball for the New York Yankees,” and if q represents the statement, “Derrick Jeter was a short stop,” then the conjunction will be written symbolically as pq.

The joining of two logical statements with the word “or” forms a compound statement called a disjunction. Unless otherwise specified, a disjunction is an inclusive or statement, which means the compound statement formed by joining two independent clauses with the word or will be true if a least one of the clauses is true. Consider the compound statement, "The office manager ordered cake for for an employee’s birthday or they ordered ice cream.” This is a disjunction because it combines the independent clause, “The office manager ordered cake for an employee’s birthday,” with the independent clause, “The office manager ordered ice cream,” using the connective, or. This disjunction is true if the office manager ordered only cake, only ice cream, or they ordered both cake and ice cream. Inclusive or means you can have one, or the other, or both!

Joining two logical statements with the word implies, or using the phrase “if first statement, then second statement,” is called a conditional or implication. The clause associated with the "if" statement is also called the hypothesis or antecedent, while the clause following the "then" statement or the word implies is called the conclusion or consequent. The conditional statement is like a one-way contract or promise. The only time the conditional statement is false, is if the hypothesis is true and the conclusion is false. Consider the following conditional statement, “If Pedro does his homework, then he can play video games.” The hypothesis/antecedent is the statement following the word if, which is “Pedro does/did his homework.” The conclusion/consequent is the statement following the word then, which is “Pedro can play his video games.”

Joining two logical statements with the connective phrase “if and only if” is called a biconditional. The connective phrase "if and only if" is represented by the symbol, . In the biconditional statement, pq, p is called the hypothesis or antecedent and q is called the conclusion or consequent. For a biconditional statement to be true, the truth values of p and q must match. They must both be true, or both be false.

The table below lists the most common connectives used in logic, along with their symbolic forms, and the common names used to describe each connective.

Table 2.3
ConnectiveSymbolName
and
but
conjunction
ordisjunction, inclusive or
not~negation
if , then impliesconditional, implication
if and only ifbiconditional

Translating Compound Statements to Symbolic Form

To translate a compound statement into symbolic form, we take the following steps.

  1. Identify and label all independent affirmative logical statements with a lower case letter, such as p, q, or r.
  2. Identify and label any negative logical statements with a lowercase letter preceded by the negation symbol, such as ~p, ~q, or ~r.
  3. Replace the connective words with the symbols that represent them, such as ,,, or.

Consider the previous example of your friend trying to get their driver’s license. Your friend passed the written test, but they did not pass the road test. Let p represent the statement, “My friend passed the written test.” And, let ~q represent the statement, “My friend did not pass the road test.” Because the connective but is logically equivalent to the word and, the symbol for but is the same as the symbol for and; replace but with the symbol . The compound statement is symbolically written as: p~q. My friend passed the written test, but they did not pass the road test.

Translating Compound Statements in Symbolic Form with Parentheses into Words

When parentheses are written in a logical argument, they group a compound statement together just like when calculating numerical or algebraic expressions. Any statement in parentheses should be treated as a single component of the expression. If multiple parentheses are present, work with the inner most parentheses first.

Consider your friend’s struggles to get their license to drive. Let p represent the statement, “My friend passed the written test,” let q represent the statement, “My friend passed the road test,” and let r represent the statement, “My friend received a driver’s license.” The statement (pq)r can be translated into words as follows: the statement pq is grouped together to form the hypothesis of the conditional statement and r is the conclusion. The conditional statement has the form “if pq, then r.” Therefore, the written form of this statement is: “If my friend passed the written test and they passed the road test, then my friend received a driver’s license.”

Sometimes a compound statement within parentheses may need to be negated as a group. To accomplish this, add the phrase, “it is not the case that” before the translation of the phrase in parentheses. For example, using p, q, and r of your friend obtaining a license, let’s translate the statement ~(pq)~r into words.

In this case, the hypothesis of the conditional statement is ~(pq) and the conclusion is ~r. To negate the hypothesis, add the phrase “it is not the case” before translating what is in parentheses. The translation of the hypothesis is the sentence, “It is not the case that my friend passed the written test and they passed the road test,” and the translation of the conclusion is, “My friend did not receive a driver’s license.” So, a translation of the complete conditional statement, ~(pq)~r is: “If it is not the case that my friend passed the written test and the road test, then my friend did not receive a driver’s license.”

The Dominance of Connectives

The order of operations for working with algebraic and arithmetic expressions provides a set of rules that allow consistent results. For example, if you were presented with the problem 1+3×2, and you were not familiar with the order of operation, you might assume that you calculate the problem from left to right. If you did so, you would add 1 and 3 to get 4, and then multiply this answer by 2 to get 8, resulting in an incorrect answer. Try inputting this expression into a scientific calculator. If you do, the calculator should return a value of 7, not 8.

Scientific Calculator

The order of operations for algebraic and arithmetic operations states that all multiplication must be applied prior to any addition. Parentheses are used to indicate which operation—addition or multiplication—should be done first. Adding parentheses can change and/or clarify the order. The parentheses in the expression 1+(3×2) indicate that 3 should be multiplied by 2 to get 6, and then 1 should be added to 6 to get 7: 1+(3×2)=7.

As with algebraic expressions, there is a set of rules that must be applied to compound logical statements in order to evaluate them with consistent results. This set of rules is called the dominance of connectives. When evaluating compound logical statements, connectives are evaluated from least dominant to most dominant as follows:

  1. Parentheses are the least dominant connective. So, any expression inside parentheses must be evaluated first. Add as many parentheses as needed to any statement to specify the order to evaluate each connective.
  2. Next, we evaluate negations.
  3. Then, we evaluate conjunctions and disjunctions from left to right, because they have equal dominance.
  4. After evaluating all conjunctions and disjunctions, we evaluate conditionals.
  5. Lastly, we evaluate the most dominant connective, the biconditional. If a statement includes multiple connectives of equal dominance, then we will evaluate them from left to right.

See Figure 2.7 for a visual breakdown of the dominance of connectives.

A table with four columns shows Dominance, Connective, Symbol, and Evaluate. The dominance column on the table shows a downward vertical arrow from least dominant to most dominant. The connective column on the table shows Parentheses, Negation, Disjunction or Conjunction, Conditional, and Biconditional. The Symbol column on the table shows an open bracket and a closed bracket, equivalent, an upward circumflex and a downward circumflex, a right side arrow, and a double-sided arrow. The Evaluate column on the table shows First, a downward arrow, Left to right or add parentheses to specify order because or slash and have equal dominance. a downward arrow, and last.
Figure 2.7

Let’s revisit your friend’s struggles to get their driver’s license. Let p represent the statement, “My friend passed the written test,” let q represent the statement, “My friend passed the road test,” and let r represent the statement, “My friend received a driver’s license.” Let's use the dominance of connectives to determine how the compound statement p~qr should be evaluated.

Step 1: There are no parentheses, which is least dominant of all connectives, so we can skip over that.

Step 2: Because negation is the next least dominant, we should evaluate ~q first. We could add parentheses to the statement to make it clearer which connecting needs to be evaluated first: p~qr is equivalent to p(~q)r.

Step 3: Next, we evaluate the conjunction, . p(~q)r is equivalent to (p(~q))r.

Step 4: Finally, we evaluate the conditional, , as this is the most dominant connective in this compound statement.

In the first module of this chapter, we evaluated the truth value of negations. In the following modules, we will discuss how to evaluate conjunctions, disjunctions, conditionals, and biconditionals, and then evaluate compound logical statements using truth tables and our knowledge of the dominance of connectives.

Key Terms

  • compound statement
  • connective
  • conjunction
  • disjunction
  • conditional
  • hypothesis
  • conclusion
  • biconditional
  • dominance of connectives

Key Concepts

  • Logical connectives are used to form compound logical statements by using words such as and, or, and if …, then.
  • A conjunction is a compound logical statement formed by combining two statements with the words “and” or “but.” If the two independent clauses are represented by p and q, respectively, then the conjunction is written symbolically as pq. For the conjunction to be true, both p and q must be true.
  • A disjunction joins two logical statements with the or connective. In, logic or is inclusive. For an or statement to be true at least one statement must be true, but both may also be true.
  • A conditional statement has the form if p, then q, where p and q are logical statements. The only time the conditional statement is false is when p is true, and q is false.
  • The biconditional statement is formed using the connective if and only if for the biconditional statement to be true, the true values of p and q, must match. If p is true then q must be true, if p is false, then q must be false.
  • Translate compound statements between words and symbolic form.
    ConnectiveSymbolName
    and
    but
    conjunction
    ordisjunction, inclusive or
    not~negation
    if , then impliesconditional, implication
    if and only ifbiconditional
  • The dominance of connectives explains the order in which compound logical statements containing multiple connectives should be interpreted.
  • The dominance of connectives should be applied in the following order
    • Parentheses
    • Negations
    • Disjunctions/Conjunctions, left to right
    • Conditionals
    • Biconditionals
    A table with four columns shows Dominance, Connective, Symbol, and Evaluate. The dominance column on the table shows a downward vertical arrow from least dominant to most dominant. The connective column on the table shows Parentheses, Negation, Disjunction or Conjunction, Conditional, and Biconditional. The Symbol column on the table shows an open bracket and a closed bracket, equivalent, an upward circumflex and a downward circumflex, a right side arrow, and a double-sided arrow. The Evaluate column on the table shows First, a downward arrow, Left to right or add parentheses to specify order because or slash and have equal dominance. a downward arrow, and last.
    Figure 2.8

video

Adapted from Contemporary Mathematics by OpenStax (openstax.org), licensed under CC BY-NC-SA 4.0. Changes were made. License: CC-BY-NC-SA-4.0.