Chapter 5 Flashcards

1
Q

Domain, image

A

Let f be a function. The set of all possible first elements of the ordered pairs in f is called the domain of f and is denoted dom f . The set of all possible second elements of the ordered pairs in f is called the image of f and is denoted im f .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

(f: A → B)

A

Let f be a function and let A and B be sets. We say that f is a function from A to B provided dom f = A and im f ⊆ B. In this case, we write f: A → B. We also say that f is a mapping from A to B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

To show (f: A → B)

A

To prove that f is a function from a set A to a set B:

  1. Prove that f is a function.
  2. Prove that dom f = A.
  3. Prove that im f ⊆ B.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Proposition 24.10

A

Let A and B be finite sets with |A| = a and |B| = b. The number of functions from A to B is b^a.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

(One-to-one)

A

A function f is called one-to-one provided that, whenever (x, b), (y, b) ⋲ f. we must have x = y. In other words, if x ≠ y, then f(x) ≠ f(y).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Proving a function is one-to-one

A

To show that f is one-to-one:

  1. Direct method: Suppose f(x) = f(y)…. Therefore x = y. Therefore f is one-to-one.
  2. Contrapositive method: Suppose x ≠ y…. Therefore f (x) ≠ f(y). Therefore f is one-to-one.
  3. Contradiction method: Suppose f(x) = f(y) but x ≠ y…. →← Therefore f is one-to-one.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Onto

A

Let f: A → B. We say that f is onto B provided that for every b ⋲ B there is an a ⋲ A so that f(a) = b. In other words, im f = B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Proving a function is onto

A

To show f: A → B is onto:

  1. Direct method: Let b be an arbitrary element of B. Explain how to find/construct an element a ⋲ A such that f(a) = b. Therefore f is onto.
  2. Set method: Show that the sets B and im f are equal.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Theorem 24.21

A

Let A and B be sets and let f: A → B. The inverse relation f^-1 is a function from B to A if and only if f is one-to-one and onto B.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Bijection

A

Let f: A → B. We call f a bijection provided it is both one-to-one and onto.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Pigeonhole Principle

A

Let A and B be finite sets and let f: A → B. If |A| > |B|, then f is not one-to-one. If |A|< |B|, then f is not onto

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Proposition 24.25

A

Let A and B be finite sets and let f: A → B. If f is a bijection, then |A| = |B|.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Composition of functions

A

Let A, B, and C be sets and let f: A → B and g: B → C. Then the function g ℴ f is a function from A to C defined by (g ℴ f)(a) = g[f(a)] where a ⋲ A. The function g ℴ f is called the composition of g and f.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Proof Template 22

A

Proving two functions are equal.
Let f and g be functions. To prove f = g, do the following:
1. Prove that dom f = dom g.
2. Prove that for every x in their common domain, f(x) = g(x).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Permutation

A

Let A be a set. A permutation on A is a bijection from A to itself.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly