6.4 KiB
Page 458
Test Yourself
- Given a function
ffrom a setXto a setY,f(x)is _____.
the unique output element in Y that is related to x by f.
- Given a function
ffrom a setXto a setY, iff(x) = ythenyis called _____ or _____ or _____.
the value of f at x; the image of x under f; the output of f for the
input x
- Given a function
ffrom a setXto a setY, the range off(or the image ofXunderf) is _____.
the set of all y in Y such that f(x) = y
- Given a function
ffrom a setXtoY, iff(x) = ythenxis called _____ or _____.
an inverse image of y under f; a preimage of y
- Given a function
ffrom a setXto a setY, ify \in Ythenf^{-1}(y) =_____ and is called _____.
\{x \in X | f(x) = y\}; the inverse image of y
- Given functions
fandgfrom a setXto a setY,f = gif, and only if, _____.
f(x) = g(x) for every x \in X
- Given positive real numbers
xandbwithb \neq 1,\log_b(x) =_____.
the exponent to which b must be raised to obtain x.
- Given a function
ffrom a setXto a setYand a subsetAofX,f(A) =_____.
\{y \in Y | y = f(x) \text{ for some } x \in A\}
- Given a function
ffrom a setXto a setYand a subsetCofY,f^{-1}(C) =_____.
\{x \in X | f(x) \in C\}
Page 480
Test Yourself
- If
Fis a function from a setXto a setY, thenFis one-to-one if, and only if, _____.
for all x_1 and x_2 in X, if F(x_1) = F(x_2) then x_1 = x_2
- If
Fis a function from a setXto a setY, thenFis not one-to-one if, and only if, _____.
for all x_1 and x_2 in X, if F(x_1) = F(x_2) then x_1 \neq x_2
- If
Fis a function from a setXto a setY, thenFis onto if, and only if, _____.
for every element y in Y, there exists at least one element x in X such
that f(x) = y
- If
Fis a function from a setXto a setY, thenFis not onto if, and only if, _____.
for every element y in Y, there exists at least one element x in X such
that f(x) \neq y
- The following two statements are _____:
\forall u, v \in U, \text{ if } H(u) = H(v) \text{ then } u = v
\forall u, v \in U, \text{ if } u \neq v \text{ then } H(u) \neq H(v)
logically equivalent ways of expressing what it means for a function H to be
one-to-one (The second is the contrapositive of the first.)
- Given a function
F: X \to YwhereXis an infinite set, to prove thatFis one-to-one, you suppose that _____ and then you show that _____.
x_1 and x_2 are any [particular but arbitrarily chosen] elements in X
with the property that F(x_1) = F(x_2); x_1 = x_2
- Given a function
F: X \to YwhereXis an infinite set, to prove thatFis onto, you suppose that _____ and then you show that _____.
y is any [particular but arbitrarily chosen] element in Y; there exists at
least one element x in X such that F(x) = y
- Given a function
F: X \to Y, to prove thatFis not one-to-one, you _____.
show that there are concrete elements x_1 and x_2 in X with the property
that F(x_1) = F(x_2) and x_1 \neq x_2
- Given a function
F: X \to Y, to prove thatFis not onto, you _____.
show that there is a concrete element y in Y with the property that
F(x) \neq y for any element x in X
- A one-to-one correspondence from a set
Xto a stYis a _____ that is _____.
function from X to Y; both one-to-one and onto
- If
Fis a one-to-one correspondence from a setXto a setYandyis inY, thenF^{-1}(y)is _____.
the unique element x in X such that F(x) = y (in other words, F^{-1}(y)
is the unique preimage of y in X)
Page 494
Test Yourself
- If
fis a function fromXtoY',gis a function fromY \to Z, andY' \subseteq Y, theng \circ fis a function from _____ to _____, and(g \circ f)(x) =_____ for everyxinX.
X; Z, g(f(x))
- If
fis a function fromXtoYandI_xandI_yare the identity functions fromXtoXandYtoY, respectively, thenf \circ I_x =_____ andI_y \circ f =_____.
f; f
- If
fis a one-to-one correspondence fromXtoY, thenf^{-1} \circ f =_____ andf \circ f^{-1} =_____.
I_X; I_Y
- If
fis a one-to-one function fromXtoYandgis a one-to-one function fromYtoZ, you prove thatg \circ fis one-to-one by supposing that _____ and then showing that _____.
for some x_1, x_2 \in X, (g \circ f)(x_1) = (g \circ f)(x_2); x_1 = x_2
- If
fis an onto function fromXtoYandgis an onto function fromYtoZ, you prove thatg \circ fis onto by supposing that _____ and then showing that _____.
for some z \in Z, there exists some x \in X, such that (g \circ f)(x) = z
Page 507
Test Yourself
- A set is finite if, and only if, _____.
it is the empty set or there is a one-to-one correspondence from
\{1, 2, \dots n\} to it, for some positive integer n.
- To prove that a set
Ahas the same cardinality as a setByou must _____.
show that there is a function one-to-one correspondence from A to B.
- The reflexive property of cardinality says that given any set
A, _____.
A has the same cardinality as A.
- The symmetric property of cardinality says that given any sets
AandB, _____.
if A has the same cardinality as B, then B has the same cardinality as
A.
- The transitive property of cardinality says that given any sets
A,B, andC, _____.
if A has the same cardinality as B, and if B has the same cardinality as
C, then A has the same cardinality as C.
- A set is called countably infinite if, and only if, _____.
it has the same cardinality as the set of all positive integers
(\mathbb{Z}^+).
- A set is called countable if, and only if, _____.
it is finite or countably infinite
- In each of the following, fill in the blank with the word countable or the word uncountable.
a. The set of all integers is _____.
countable
b. The set of all rational numbers is _____.
countable
c. The set of all real numbers between 0 and 1 is _____.
uncountable
d. The set of all real numbers is _____.
uncountable
- The Cantor diagonalization process is used to prove that _____.
the set of all real numbers between 0 and 1 is uncountable