Exercise 3.4

Let f : A B be a surjective function. Let us define a relation on A by setting a0 a1 if

f(a0) = f(a1).

(a)
Show that this is an equivalence relation.
(b)
Let A be the set of equivalence classes. Show that there is a bijective correspondence of A with B.

Answers

(a)

Proof. We show the three properties necessary for to be an equivalence relation:

  • (Reflexivity) Consider any a A so that of course f(a) = f(a) since f is a function. Hence a a so that is reflexive since a was arbitrary.
  • (Symmetry) Consider a,b A and suppose that a b. Then by definition f(a) = f(b) so that obviously also f(b) = f(a) since equality is symmetric. So of course b a, which shows that is symmetric.
  • (Transitivity) Consider a,b,c A and suppose that a b and b c. Then by definition f(a) = f(b) and f(b) = f(c) so that of course f(a) = f(b) = f(c), and hence a c. This shows that is transitive.
(b)

Proof. Define the function g : A B as follows. For any equivalence class C A, we know that C is nonempty since A is a partition of A. Hence there is an a C, so set g(C) = f(a), noting that clearly g(C) = f(a) B so that B can be the range of g.

To show that g is injective, consider two equivalence classes C and D where g(C) = g(D). Then there are elements c C and d D where f(c) = g(C) = g(D) = f(d). This shows that c d so that they must be in the same equivalence class. Thus d C since c C, but also d D so that C and D are not disjoint. Hence it must be that C = D by Lemma 3.1, which shows that g is injective.

To show that g is surjective, consider any b B. Since f is surjective, there is an a A such that f(a) = b. Since A is a partition, a must belong to an equivalence class C A. Then there is an element c C such that g(C) = f(c) by the definition of g. Since a and c are both in the same equivalence class C, we have that a c so that g(C) = f(c) = f(a) = b. This shows that g is surjective since b B was arbitrary.

Therefore we have shown that g is both injective and surjective, and so is a bijection by definition, as desired. □

User profile picture
2019-12-01 00:00
Comments