Chapter 4 Flashcards

1
Q

Explain the notation:
f : A –> B, a |–> b

A

The first part A –> B signifies that f transforms all elements from the input set A (domain), into elements of the output set B (codomain).

The second part a |–> b indicates what happens at an element level.

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

How is the range denoted?

A

f(A)

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

Define a function.

A

For f : A –> B, a |–> b, every a ∈ A gives just one b = f(a).

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

Denote the set of all pre-images of b. Give another name.

A

f^(<-) (b)

Inverse image of b for f

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

What is inverse image of b for f if b is outside the range?

A

Null.

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

Define equality of functions.

A

Two functions f : A –> B and g : A –> B are equal if f(a) = g(a) for all a ∈ A.

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

Define injective. Give another name.

A

f : A –> B is injective if
for all a1, a2 ∈ A, if f(a1) = f(a2) then a1 = a2
One to one

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

What is equivalent to saying for all b ∈ B, if there exists a ∈ A s.t. b = f(a), then a is the unique pre-image of b?

A

f is injective

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

Define surjective. Give another name.

A

f: A –> B is surjective for every b ∈ B there exists a ∈ A s.t. f(a) = b.

Or more simply: B = f(A)

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

T or F. A function can be bijective but not injective.

A

False.

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

T or F. A function can be injective but not surjective.

A

True.

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

T or F. A function that is surjective and injective has an inverse.

A

True.

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

T or F. Every bijective function has an inverse.

A

True.

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

Let A, B and C be sets, and let f : A –> B and g : B –> C be two functions. The composition of f and g, denoted g . f is defined…

A

g . f : A –> C, a |–> g(f(a)), for all a ∈ A.

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

T or F. The composition f.g is always equal to the composition g.f?

A

False.

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

T or F. The composition of two bijective, injective or surjective functions are consequently bijective, injective or surjective.

17
Q

Define the identity map on A.

A

idA : A –> A, a |–> a

18
Q

Define whether a function is inveritble.

A

f: A –> B is invertible if there exists g : B –> A
s.t. g(f(a)) = a for all a ∈ A
and f(g(b)) = b for all b ∈ B

19
Q

T or F. If a function has an inverse it is unique.

20
Q

T or F. If f: A -> B is invertible, then f^-1 : B –> A is invertible and (f^-1)^-1 = f.

21
Q

If f: A –> B and g: B –> C are both invertible what can be said about g . f : A –> C

A

g.f is invertible
(g.f)^-1 = f^-1.g^-1

22
Q

T or F. Let f: A –> B. If f is bijective |A| == |B|.