I have a function two images $f:X \rightarrow Y$ and $g:Y \rightarrow X$
The task is to prove or disprove the following statement:
Task: If $f$ is injective and $f \circ g $ is injective, then $g$ is injective.
So I guess, that this is correct. Question: Is that correct?
$x, x' \in X, x \neq x'$ then $f(x) \neq f(x')$
and because $f \circ g$ is injective, it is true that $g(f(x)) \neq g(f(x'))$
$\rightarrow$ g is injective