Skip to main content

Beginning Activity Beginning Activity 1: Compound Statements

Mathematicians often develop ways to construct new mathematical objects from existing mathematical objects. It is possible to form new statements from existing statements by connecting the statements with words such as “and” and “or” or by negating the statement. A logical operator (or connective) on mathematical statements is a word or combination of words that combines one or more mathematical statements to make a new mathematical statement. A compound statement is a statement that contains one or more operators. Because some operators are used so frequently in logic and mathematics, we give them names and use special symbols to represent them.

  1. The conjunction of the statements \(P\) and \(Q\) is the statement “\(P\) and \(Q\)” and its denoted by \(P \wedge Q\) . The statement \(P \wedge Q\) is true only when both \(P\) and \(Q\) are true.

  2. The disjunction of the statements \(P\) and \(Q\) is the statement “\(P\) or \(Q\)” and its denoted by \(P \vee Q\text{.}\) The statement \(P \vee Q\) is true only when at least one of \(P\) or \(Q\) is true.

  3. The negation of the statement \(P\) is the statement “not \(P\)” and is denoted by \(\mynot P\) . The negation of \(P\) is true only when \(P\) is false, and \(\mynot P\) is false only when \(P\) is true.

  4. The implication or conditional is the statement “If \(P\) then \(Q\)” and is denoted by \(P \to Q\) . The statement \(P \to Q\) is often read as “\(P\) implies \(Q\text{,}\)” and we have seen in Section 1.1 that \(P \to Q\) is false only when \(P\) is true and \(Q\) is false.

Some comments about the disjunction..

It is important to understand the use of the operator “or.” In mathematics, we use the “inclusive or” unless stated otherwise. This means that \(P \vee Q\) is true when both \(P\) and \(Q\) are true and also when only one of them is true. That is, \(P \vee Q\) is true when at least one of \(P\) or \(Q\) is true, or \(P \vee Q\) is false only when both \(P\) and \(Q\) are false.

A different use of the word “or” is the “exclusive or.” For the exclusive or, the resulting statement is false when both statements are true. That is, “\(P\) exclusive or \(Q\)” is true only when exactly one of \(P\) or \(Q\) is true. In everyday life, we often use the exclusive or. When someone says, “At the intersection, turn left or go straight,” this person is using the exclusive or.

Some comments about the negation.

Although the statement, \(\mynot P\text{,}\) can be read as “It is not the case that \(P\text{,}\)” there are often better ways to say or write this in English. For example, we would usually say (or write):

The negation of the statement, “391 is prime” is “391 is not prime.”
The negation of the statement, “\(12 \lt 9\)” is “\(12 \geq 9\text{.}\)”

1.

For the statements

\(P\text{:}\) 15 is odd
\(Q\text{:}\) 15 is prime
write each of the following statements as English sentences and determine whether they are true or false. Notice that \(P\) is true and \(Q\) is false.

(a)

\(P \wedge Q\text{.}\)

(b)

\(P \vee Q\)

(c)

\(P \wedge \mynot Q\)

(d)

\(\mynot P \vee \mynot Q\)

2.

For the statements

\(P\text{:}\) 15 is odd
\(R\text{:}\) \(15 \lt 17\)
write each of the following statements in symbolic form using the operators \(\wedge\text{,}\) \(\vee\text{,}\) and \(\mynot\text{.}\)

(a)

\(15 \geq 17\text{.}\)

(b)

15 is odd or \(15 \geq 17\text{.}\)

(c)

15 is even or \(15 \lt 7\)

(d)

15 is odd and \(15 \geq 17\text{.}\)