- If $f \circ g$ is surjective, $f$ is surjective.
- If $f \circ g$ is surjective, $g$ is surjective.
$\textbf{Part 1:}$ Let $f:B \to A$ and $g:C \to B$. Assume $f \circ g$ is surjective. Since $f(g(x))$ is surjective, for all $a \in A$ there is a $c \in C$ such that $f(g(c))=a$. But since $g(c) \in C$ (by definition of g), that means for all $a \in A$, there is a $b \in B$ (namely g(c) such that f(b)=a). So f is surjective.
$\textbf{Part 2:}$ How would I amend the proof for Part 1 for Part 2?