Every epimorphism in Sets is split: why is it equivalent to axiom of choice?

848 Views Asked by At

Suppose that $f: A \rightarrow B$ is epic in Sets. One can construct a section $s: B \rightarrow A$ of $f$ as follow: Let us define an equivalence relation $R$ on $A$ as follow: $aRa'$ iff $a, a' \in f^{-1}(b)$. This relation is clearly reflexive (because $f$ is surjective), symmetric, and transitive.

Thus, one can define the projection $\pi: A \rightarrow A/R$ and an injection $i: A/R \rightarrow A$ like $i([a]) = a$. Now, one can easily define a map $g: B \rightarrow A/R$ as $g(b) = f^{-1}(b)$.

Clearly, for $s = i \circ g$, one has $f \circ s = Id_B$.

I don't understand why axiom of choice is necessarily needed to define the injection map. Does this mean that the above construction fails without AC? Can someone explain me why and how is axiom of choice used to define $i$ ?

1

There are 1 best solutions below

6
On BEST ANSWER

The problem is that $i$ is not well-defined like that unless $f$ is an isomorphism. The axiom of choice guarantees that you can choose a representative of each equivalence class of $R$.

Let $A_b$ be the equivalence class corresponding to $b\in B$. Then $\prod_{b\in B} A_b\neq \emptyset$ by the axiom of choice. Thus, there exists $(a_b)_{b\in B}\in \prod_{b\in B}A_b$. Now define $s(b)=a_b$. It is easy to check that this is a section of $f$.