1.6 KiB
Test Yourself
Page 28
-
A universal statement asserts that a certain property is _______ for _______.
-
A conditional statement asserts that if one thing _______ then some other thing _______.
-
Given a property that may or may not be true, an existential statement asserts that _______ for which the property is true.
Solutions:
-
true, for all elements of a set.
-
is true, also has to be true.
-
there is at least one thing
Test Yourself
Page 37
- When the elements of a set are given using the set-roster notation, the order in which they are listed _______.
Solution
does not matter.
- The symbol
\mathbb{R}denotes _______.
Solution
The set of all real numbers.
- The symbol
\mathbb{Z}denotes _______.
Solution
The set of all integers.
- The symbol
\mathbb{Q}denotes _______.
Solution
The set of all rational numbers.
- The notation
\{x | P(x)\}is read _______.
Solution
The set of all x such that P(x) is true.
- For a set
Ato be a subset of a setBmeans that _______.
Solution
Every element in A is an element in B.
- Given sets
AandB, the Cartesian productA \times Bis _______.
Solution
The set of all ordered pairs (a, b) where a \in A and b \in B.
- Given sets
A,B, andC, the Cartesian productA \times B \times Cis _______.
The set of all ordered triples, (a, b, c) where a \in A and b \in B and
c \in C.
Solution
- A string of length
nover a setSis an ordered $n$-tuple of elementsS, written without _______ or _______.
Solution
parentheses; commas