How can you prove that "if $f$ and $g$ are surjective functions, $g\circ f$ will be surjective"?
Thanks for any help.
How can you prove that "if $f$ and $g$ are surjective functions, $g\circ f$ will be surjective"?
Thanks for any help.
Let $f:A\longrightarrow B$ and $g:B\longrightarrow C$. Take $c\in C$. Since $g$ is surjective, there exists $b\in B$ such that $g(b)=c$. Since $f$ is surjective, there exists $a\in A$ such that $f(a)=b$. Putting together, you have $(g\circ f)(a)=c$. Since $c$ was arbitrary, you have the surjectivity.