0

I wish to prove the existence of an injective function $g:B\to A$ given a surjective function $f:A\to B$. This sounds simple enough, however I'm having trouble writing a formal proof for it.

Thanks in advance.

user2097
  • 2,425

3 Answers3

1

For each $b \in B$ let $F(b)$ be the subset of $A$ such that $f(a) =b$ for all $a \in F(b)$.

Then since $f$ is surjective each $F(b)$ is non empty.

Axiom of choice says I can form a set $F'$ by picking one element from each $F(b)$.

Now define $g: B \to A$ by $g(b) = a$ where $f(a) = b$ with $a \in F'$

Tom Collinge
  • 7,981
  • 25
  • 59
0

for $b\in{B}$ since $f$ issurjective $f^{-1}(b)$ isnot empty. using the axiom of choice $g(b)\in{f^{-1}(b)}$.

R.N
  • 4,318
0

The Axiom of Choice (AC): If $ F$ is a set of non-empty sets then there is a function $g$ with $dom(g)=F$ such that $ g(x) \in f$ for each $x \in F$ . Such a function $g$ is called a choice function for $ F$. So given a surjection $f:A \to B$, the axioms of Separation and Comprehension give us $ F$ , the set of fibers of $f$, that is $ F=\{f^{-1} \{ b \} : b \in B \}$ where $f^{-1} \{b\} \}= \{ a \in A : f(a)=b \}$. So apply AC...... I suspect that the converse also holds: That your Q implies AC.