Worksheet #3
Worksheet #3
1. The integers are denoted Z, the positive integers N, the rational numbers Q, and the real
numbers R. The empty set is denoted ∅. Determine whether the following are true or false.
√
(a) {1, −3, 2} ⊂ R
(b) 6 ∈ {5n + 2m : n, m ∈ Z}
(c) {x ∈ R : x2 − x = 6} ⊂ N
(d) Q ⊂ R
(e) {x ∈ R : x2 − x = 2} ⊂ Z
(f) {x ∈ R : x2 − x = −2} ⊂ Z
Solution:
2. Negate each of the following quantified statements, and determine which is true: the original
statement, or its negation.
1
Solution:
so the negation is
or “there exists an integer n such that for all integers m, n + m ̸= 0. The original
statement is true (every integer has a negative).
(e) This is the doubly quantified statement
with negation
(∀n ∈ Z) (∃m ∈ Z) ¬P (n, m),
or “for each integer n there exists an integer m such that n + m ̸= m. The original
statement is true (zero is the claimed integer n).
3. Write out some elements of the set {7a + 3b : a, b ∈ Z} (what your textbook calls the “roster
Page 2
method”), and identify this as a well-known set.
Solution: Clearly Z ⊂ {7a + 3b : a, b ∈ Z}; let’s see which integers are in this set.
0 = 7(0) + 3(0),
1 = 7(1) + 3(−2),
2 = 7(2) + 3(−4),
3 = 7(0) + 3(1),
4 = 7(4) + 3(−8),
5 = 7(5) + 3(−10),
We can also get all the negatives of these numbers, simply by switching signs on a and b;
for instance, since 2 = 7(2) + 3(−4), we can write −2 = 7(−2) + 3(4). It appears that we
can get all integers this way! Indeed this is the case: for any integer n,
n = 7(n) + 3(−2n).
This shows that {7a + 3b : a, b ∈ Z} ⊂ Z. Since the opposite inclusion also holds, we
conclude that {7a + 3b : a, b ∈ Z} = Z.
Solution:
(a) {2n : n ∈ N}
(b) {1 + 4n : n ∈ N}
(c) {3n : n ∈ Z}
(d) It’s a little tricky to see the pattern, because the fractions are all in lowest terms.
Writing all with a denominator of 4 gives
6 3 0 3 6 9 12 15 18
...,− ,− , , , , , , , ,... .
4 4 4 4 4 4 4 4 4
Page 3
5. Each set is given in set-builder notation; list out several elements of the set (the “roster
method”). Try to recognize it as a common set, if it is.
(a) {2n − 5 : n ∈ Z}
(b) {x ∈ R : sin πx = 0}
(c) {x ∈ R : cos x = 1}
(d) {x ∈ Z : |2x| < 5}
Solution:
6. Determine if the following are true or false (hint: use the roster method).
(a) {n : n ∈ Z} = {n + 1 : n ∈ Z}
(b) {n : n ∈ N} = {n + 1 : n ∈ N}
Solution:
(a) If we use the roster method for the left side and run the index n from -3 to 3, we get
These appear to be different, but we’re only showing a finite “window” of each. Both
Page 4
of these are the same, and = Z, so the statement is true. The only difference is
notational; on the left, we’re “starting” the index at 0, and on the right, at 1.
(b) The left set is
{1, 2, 3, 4, . . .} = N
using the roster method, but the right set is
{2, 3, 4, 5, . . .}.
These sets are not equal, because the left set contains 1 but the right set does not.
The containment ⊃ holds, but the equality statement is false.
Page 5