discrete_mathematics_with_a.../chapter_7/test_yourself.md
2026-07-26 20:38:24 -07:00

1.4 KiB

Page 458

Test Yourself

  1. Given a function f from a set X to a set Y, f(x) is _____.

the unique output element in Y that is related to x by f.

  1. Given a function f from a set X to a set Y, if f(x) = y then y is called _____ or _____ or _____.

the value of f at x; the image of x under f; the output of f for the input x

  1. Given a function f from a set X to a set Y, the range of f (or the image of X under f) is _____.

the set of all y in Y such that f(x) = y

  1. Given a function f from a set X to Y, if f(x) = y then x is called _____ or _____.

an inverse image of y under f; a preimage of y

  1. Given a function f from a set X to a set Y, if y \in Y then f^{-1}(y) = _____ and is called _____.

\{x \in X | f(x) = y\}; the inverse image of y

  1. Given functions f and g from a set X to a set Y, f = g if, and only if, _____.

f(x) = g(x) for every x \in X

  1. Given positive real numbers x and b with b \neq 1, \log_b(x) = _____.

the exponent to which b must be raised to obtain x.

  1. Given a function f from a set X to a set Y and a subset A of X, f(A) = _____.

\{y \in Y | y = f(x) \text{ for some } x \in A\}

  1. Given a function f from a set X to a set Y and a subset C of Y, f^{-1}(C) = _____.

\{x \in X | f(x) \in C\}