2.3: Open Sentences and Sets
( \newcommand{\kernel}{\mathrm{null}\,}\)
The theory of sets is fundamental to mathematics in the sense that many areas of mathematics use set theory and its language and notation. This language and notation must be understood if we are to communicate effectively in mathematics. At this point, we will give a very brief introduction to some of the terminology used in set theory.
A set is a well-defined collection of objects that can be thought of as a single entity itself. For example, we can think of the set of integers that are greater than 4. Even though we cannot write down all the integers that are in this set, it is still a perfectly well-defined set. This means that if we are given a specific integer, we can tell whether or not it is in the set of all even integers.
The most basic way of specifying the elements of a set is to list the elements of that set. This works well when the set contains only a small number of objects. The usual practice is to list these elements between braces. For example, if the set
For larger sets, it is sometimes inconvenient to list all of the elements of the set. In this case, we often list several of them and then write a series of three dots (...) to indicate that the pattern continues. For example,
is the set of all odd natural numbers from 1 to 49, inclusive.
For some sets, it is not possible to list all of the elements of a set; we then list several of the elements in the set and again use a series of three dots (...) to indicate that the pattern continues. For example, if F is the set of all even natural numbers, we could write
We can also use the three dots before listing specific elements to indicate the pattern prior to those elements. For example, if E is the set of all even integers, we could write
Listing the elements of a set inside braces is called the roster method of specifying the elements of the set. We will learn other ways of specifying the elements of a set later in this section.
- Use the roster method to specify the elements of each of the following sets:
(a) The set of real numbers that are solutions of the equation .𝑥 2 − 5 𝑥 = 0
(b) The set of natural numbers that are less than or equal to 10.
(c) The set of integers that are greater than -2. - Each of the following sets is defined using the roster method. For each set, determine four elements of the set other than the ones listed using the roster method.
= {1, 4, 7, 10, ...}𝐴
= {2, 4, 8, 16, ...}𝐵
= {..., -8, -6, -4, -2, 0}𝐶
= {..., -9, -6, -3, 0, 3, 6, 9, ...}𝐷
Not all mathematical sentences are statements. For example, an equation such as
is not a statement. In this sentence, the symbol
- (a) Does the equation
become a true statement if -5 is substituted for𝑥 2 − 2 5 = 0 ?𝑥
(b) Does the equation become a true statement if𝑥 2 − 2 5 = 0 is substituted for√ 5 ?𝑥 A variable is a symbol representing an unspecified object that can be chosen from a given set
. The set𝑈 is called the universal set for the variable. It is the set of specified objects from which objects may be chosen to substitute for the variable. A constant is a specific member of the universal set.𝑈 Some sets that we will use frequently are the usual number systems. Recall that we use the symbol
to stand for the set of all real numbers, the symbolℝ to stand for the set of all rational numbers, the symbolℚ to stand for the set of all integers, and the symbolℤ to stand for the set of all natural numbers.ℕ A variable is a symbol representing an unspecified object that can be chosen from some specified set of objects. This specified set of objects is agreed to in advance and is frequently called the universal set.
- What real numbers will make the sentence “
” a true statement when substituted for𝑦 2 − 2 𝑦 − 1 5 = 0 ?𝑦 - What natural numbers will make the sentence “
” a true statement when substituted for𝑦 2 − 2 𝑦 − 1 5 = 0 ?𝑦 - What real numbers will make the sentence "
is a real number" a true statement when substituted for√ 𝑥 ?𝑥 - What real numbers will make the sentence "
" a true statement when substituted for𝑠 𝑖 𝑛 2 𝑥 + 𝑐 𝑜 𝑠 2 𝑥 = 1 ?𝑥 - What natural numbers will make the sentence "
is a natural number" a true statement when substituted for√ 𝑛 ?𝑛 - What real numbers will make the sentence
∫ 𝑦 0 𝑡 2 𝑑 𝑡 > 9
a true statement when substituted for ?𝑦
Some Set Notation
In Preview Activity
- If
is a set and𝐴 is one of the objects in the set𝑦 , we write𝐴 and read this as “𝑦 ∈ 𝐴 is an element of𝑦 ” or “𝐴 is a member of𝑦 .” For example, if𝐴 is the set of all integers greater than 4, then we could write𝐵 and5 ∈ 𝐵 .1 0 ∈ 𝐵 - If an object
is not an element in the set𝑧 , we write𝐴 and read this as “𝑧 ∉ 𝐴 is not an element of𝑧 .” For example, if𝐴 is the set of all integers greater than 4, then we could write𝐵 and2 ∉ 𝐵 .4 ∉ 𝐵
When working with a mathematical object, such as set, we need to define when two of these objects are equal. We are also often interested in whether or not one set is contained in another set.
Two sets,
The set
Using these definitions, we see that for any set
- {1, 3, 5} = {3, 5, 1}
- {5, 10} = {5, 10, 5}
- {4, 8, 12} = {4, 4, 8, 12, 12}
- {5, 10}
{5, 10, 15} but {5,10}≠ {5, 10, 15} and {5, 10, 15}⊆ {5, 10}.⊈
In each of the first three examples, the two sets have exactly the same elements even though the elements may be repeated or written in a different order.
- Let
= {-4, -2, 0, 2, 4, 6, 8, ...}. Use correct set notation to indicate which of the following integers are in the set𝐴 and which are not in the set𝐴 . For example, we could write𝐴 and6 ∈ 𝐴 .5 ∉ 𝐴
10 22 13 -3 0 -12 - Use correct set notation (using = or
) to indicate which of the following sets are equal and which are subsets of one of the other sets.⊆
= {3, 6, 9}.𝐴 = {6, 9, 3, 6}𝐵
= {3, 6, 9, ... }𝐶 = {3, 6, 7, 9}𝐷
= {9, 12, 15, ... }𝐸 = {9, 7, 6, 2}𝐹
- Answer
-
Add texts here. Do not delete this text first.
Variables and Open Sentences
As we have seen in the Preview Activities, not all mathematical sentences are statements. This is often true if the sentence contains a variable. The following terminology is useful in working with sentences and statements.
An open sentence is a sentence
Notation: One reason an open sentence is sometimes called a propositional function is the fact that we use function notation
If the universal set is
- If we substitute
, we obtain the false statement "𝑥 = 2 ."2 2 − 3 ⋅ 2 − 1 0 = 0 - If we substitute
, we obtain the true statement "𝑥 = 5 ."5 2 − 3 ⋅ 5 − 1 0 = 0
In this example, we can let
Using similar notation, we can let
is false since "𝑄 ( 1 , 1 ) " is false; and1 + 2 ⋅ 1 = 7 is true since "𝑄 ( 3 , 2 ) " is false.3 + 2 ⋅ 2 = 7
- Assume the universal set for all variable is
and letℤ be the predicate "𝑃 ( 𝑥 ) ."𝑥 2 ≤ 4
(a) Find two values of for which𝑥 is false.𝑃 ( 𝑥 )
(b) Find two values of for which𝑥 is true.𝑃 ( 𝑥 )
(c) Use the roster method to specify the set of all for which𝑥 is true.𝑃 ( 𝑥 ) - Assume the universal set for all variable is
and letℤ be the predicate "𝑅 ( 𝑥 , 𝑦 , 𝑧 ) ."𝑥 2 + 𝑦 2 = 𝑧 2
(a) Find two different examples for which is false.𝑅 ( 𝑥 , 𝑦 , 𝑧 )
(b) Find two different examples for which is true.𝑅 ( 𝑥 , 𝑦 , 𝑧 )
- Answer
-
Add texts here. Do not delete this text first.
Without using the term, Example 2.10 and Progress Check 2.11 (and Preview Activity
The truth set of an open sentence with one variable is the collection of objects in the universal set that can be substituted for the variable to make the predicate a true statement.
One part of elementary mathematics consists of learning how to solve equations. In more formal terms, the process of solving an equation is a way to determine the truth set for the equation, which is an open sentence. In this case, we often call the truth set the solution set. Following are three examples of truth sets.
- If the universal set is
, then the truth set of the equationℝ is the set {6}.3 𝑥 − 8 = 1 0 - If the universal set is
, then the truth set of the equationℝ is {-2, 5}.𝑥 2 − 3 𝑥 − 1 0 = 0 - If the universal set is
, then the truth set of the open sentence "ℕ " is {1, 4, 9, 16, ...}.√ 𝑛 ∈ ℕ
Set Builder Notation
Sometimes it is not possible to list all the elements of a set. For example, if the universal set is
{
stands for the set of all elements
For a non-mathematical example,
{
Assume the universal set is
{
However, if we solve the inequality
{
We could read this as the set of all real numbers that are greater than -2 and less than 2. We can also write
{
Let
- If the universal set is
, describe the truth set ofℝ using English and write the truth set of𝑃 ( 𝑥 ) using set builder notation.𝑃 ( 𝑥 ) - If the universal set is
, then what is the truth set ofℤ ? Describe this set using English and then use the roster method to specify all the elements of this truth set.𝑃 ( 𝑥 ) - Are the truth sets in Parts (1) and (2) equal? Explain.
- Answer
-
Add texts here. Do not delete this text first.
So far, our standard form for set builder notation has been {
{
describes the set of all natural numbers of the form
By substituting 1, 2, 3, 4, and so on, for n, we can use the roster method to write
We can sometimes “reverse this process” by starting with a set specified by the roster method and then writing the same set using set builder notation.
Let
Since it is usually easier to work with positive numbers, we notice that
This suggests that we might try
Each of the following sets is defined using the roster method.
- Determine four elements of each set other than the ones listed using the roster method.
- Use set builder notation to describe each set.
- Answer
-
Add texts here. Do not delete this text first.
The Empty Set
When a set contains no elements, we say that the set is the empty set. For example, the set of all rational numbers that are solutions of the equation
In mathematics, the empty set is usually designated by the symbol
When the Truth Set Is the Universal Set
The truth set of a predicate can be the universal set. For example, if the universal set is the set of real numbers
Notice that the sentence “
is a predicate;𝑥 + 0 = 𝑥 - For each real number
,𝑥 is a statement.𝑥 + 0 = 𝑥
- Use the roster method to specify the elements in each of the following sets and then write a sentence in English describing the set.
(a) { }𝑥 ∈ ℝ | 2 𝑥 2 + 3 𝑥 − 2 = 0
(b) { }𝑥 ∈ ℤ | 2 𝑥 2 + 3 𝑥 − 2 = 0
(c) { }𝑥 ∈ ℤ | 𝑥 2 < 2 5
(d) { }𝑥 ∈ ℕ | 𝑥 2 < 2 5
(e) { }𝑦 ∈ ℚ | | 𝑦 − 2 | = 2 . 5
(f) { }𝑦 ∈ ℤ | | 𝑦 − 2 | ≤ 2 . 5 - Each of the following sets is defined using the roster method.
= {1, 4, 9, 16, 25, ...}𝐴
= {..., -𝐵 , -𝜋 4 , -𝜋 3 , -𝜋 2 , 0...}𝜋
= {3, 9, 15, 21, 27, ...}𝐶
= {0, 4, 8, ..., 96, 100}𝐷
(a) Determine four elements of each set other than the ones listed using the roster method.
(b) Use set builder notation to describe each set. - Let
= {𝐴 }. Which of the following sets are equal to the set𝑥 ∈ ℝ | 𝑥 ( 𝑥 + 2 ) 2 ( 𝑥 − 3 2 = 0 and which are subsets of𝐴 ?𝐴
(a) { }− 2 , 0 , 3
(b) { }− 2 , − 2 , 0 , 3 2
(c) { }3 2 , − 2 , 0
(d) { }− 2 , 3 2 - Use the roster method to specify the truth set for each of the following open sentences. The universal set for each open sentence is the set of integers
.ℤ
(a) .𝑛 + 7 = 4
(b) .𝑛 2 = 6 4
(c) and√ 𝑛 ∈ ℕ is less than 50.𝑛
(d) is an odd integer that is greater than 2 and less than 14.𝑛
(e) is an even integer that is greater than 10.𝑛 - Use set builder notation to specify the following sets:
(a) The set of all integers greater than or equal to 5.
(b) The set of all even integers.
(c) The set of all positive rational numbers.
(d) The set of all real numbers greater than 1 and less than 7.
(e) The set of all real numbers whose square is greater than 10. - For each of the following sets, use English to describe the set and when appropriate, use the roster method to specify all of the elements of the set.
(a) {
}𝑥 ∈ ℝ | − 3 ≤ 𝑥 ≤ 5
(b) { }𝑥 ∈ ℤ | − 3 ≤ 𝑥 ≤ 5
(c) { }𝑥 ∈ ℝ | 𝑥 2 = 1 6
(d) { }𝑥 ∈ ℝ | 𝑥 2 + 1 6 = 0
(e) { is odd}𝑥 ∈ ℤ | 𝑥
(f) { }𝑥 ∈ ℝ | 3 𝑥 − 4 ≥ 1 7
Explorations and Activities - Closure Explorations. In Section 1.1, we studied some of the closure properties of the standard number systems. (See page 10.) We can extend this idea to other sets of numbers. So we say that:
A set∙ of numbers is closed under addition provided that whenever𝐴 and𝑥 are are in the set𝑦 ,𝐴 is in the set𝑥 + 𝑦 .𝐴
A set∙ of numbers is closed under multiplication provided that whenever𝐴 and𝑥 are are in the set𝑦 ,𝐴 is in the set𝑥 ⋅ 𝑦 .𝐴
A set∙ of numbers is closed under subtraction provided that whenever𝐴 and𝑥 are are in the set𝑦 ,𝐴 is in the set𝑥 − 𝑦 .𝐴
For each of the following sets, make a conjecture about whether or not it is closed under addition and whether or not it is closed under multiplication. In some cases, you may be able to find a counterexample that will prove the set is not closed under one of these operations.
(a) The set of all odd natural numbers
(b) The set of all even integers
(c) = {1, 4, 7, 10, 13, ...}𝐴
(d) = {..., -6, -3, 0, 3, 6, 9, ...}𝐵
(e) = {𝐶 }3 𝑛 + 1 | 𝑛 ∈ ℤ
(f) = {𝐷 }1 2 𝑛 | 𝑛 ∈ ℕ
- Answer
-
Add texts here. Do not delete this text first.