Show that if $f: X \rightarrow Y$ and $g: Y \rightarrow Z$ are injective, the $g \circ f$ is injective.
Firstly, we have $g \circ f:X \rightarrow Z $. If $g \circ f$ is injective, suppose $(g \circ f)(x) = (g \circ f)(x')$ where $ x, x' \in X$. Then, $(g \circ f(x)) = (g \circ f(x'))$. From this it can be concluded $g(y) = g(y')$ where $y, y' \in Y$ . Since $g$ is injective we have $y = y'$. Hence, $g \circ f$ must also be injective. $\square $
Is this proof acceptable?