4.7 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. -
If
fis a function fromXtoYandI_xandI_yare the identity functions fromXtoXandYtoY, respectively, thenf \circ I_x =_____ andI_y \circ f =_____. -
If
fis a one-to-one correspondence fromXtoY, thenf^{-1} \circ f =_____ andf \circ f^{-1} =_____. -
If
fis a one-to-one function fromXtoYandgis a one-to-one function fromYtoZ, you prove that $g \circ f is one-to-one by supposing that _____ and then showing that _____. -
If
fis an onto function fromXtoYandgis an onto function fromYtoZ, you prove thatg \circ fis onto by supposing that _____ and then showing that _____.