True/false? $A,B,C$ are arbitrary sets and $f: A \rightarrow B$ and $g: B \rightarrow C$ are injective mappings. Then also $g \circ f$ is injective.
There isn't a proof required, just a true or false and a quick counter example in case it's false.
I'm not sure but I say it's false.
Let $f(x) = 0$ and $g(x) = x$, so then $g$ is injective but in composition with $f$, so $g \circ f$, it won't be injective.
What do you think about that, is it correct?
The statement is true.
It's also very very easy to prove that it's true, and I encourage you to do it. Remember, $f\circ g$ is injective if, for any $a_1,a_2\in A$ such that $(f\circ g)(a_1)=(f\circ g)(a_2)$, you can prove that $a_1=a_2$.
In your proof, all you need are the following things:
In your "counterexample", $f$ is not injective, so you did not disprove the original statement. Or, technically, $f$ can be injective if $A=\{0\}$, but in that case, $f\circ g$ is also injective.