Are there any rules that apply to $f\circ g$ or $g\circ f$
if I know that $f$ is surjective but not injective,
and $g$ is also surjective but not injective?
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
|||||||||||||
|
|
Assuming $f\colon A\to B$ and $g\colon B\to C$:
A standard example: take $A=\{1\}$, $B=\{x,y\}$, $C=\{2\}$. Take $f(1)=x$, $g(x)=g(y)=2$. Then $f$ is one-to-one and not onto; $g$ is onto and not one-to-one; and $g\circ f$ is bijective. $$\begin{array}{ccccc} & & y & &\\ & & &\searrow\\ 1 & \stackrel{f}{\rightarrow} & x & \stackrel{g}{\rightarrow}& 2 \end{array}$$ If $g$ is onto and $f$ is not, then $g\circ f$ may or may not be onto. If $f$ is one-to-one and $g$ is not, then $g\circ f$ may or may not be one-to-one. I'll let you construct examples of each. |
||||
|
|