4

If $f:X_1 \rightarrow X_2$ and $g:X_2 \rightarrow X_3$ are homomorphisms. If $g \circ f =0$ does it imply that $Im f \subseteq ker g$? and how to show that? do you have an example? thanks :)

Ronald
  • 4,121
  • 1
    Do you know the definitions of $\text{ker}$ and $\text{im}$? – Git Gud Apr 09 '13 at 20:05
  • @Danial Note that this is a necessary and sufficient condition so you can prove also that $Im f\subset Ker g$ implies $g\circ f$ is trivial. –  Apr 09 '13 at 21:28

3 Answers3

3

Take an element $y\in Im f$. Then $y$ is of the form $y=f(x)$, for some $x\in X_1$. Now apply $g$ to $y$. You get $g(y)=g(f(x))=(g\circ f)(x)$, which is zero by assumption. As an example, take $f$ arbitrary and $g(y)=0$ for every $y\in X_2$.

2

If $f(x) \in \operatorname{im}f$ was not in $\ker g$, then $g(f(x)) \neq 0$

muzzlator
  • 7,325
2

Things in $Im(f)$ look like $f(x)$, any $y$ such that $g(y)=0$ is in the kernel of $g$, and $g(f(x))=0$. You have everything you need.

rschwieb
  • 153,510