A sequence is exact iff the corresponding sequence is exact

858 Views Asked by At

$0 \rightarrow M'\xrightarrow[]{f_1} M \xrightarrow[]{f_2} M'' $ is exact if and only if $ 0 \rightarrow Hom (N,M') \xrightarrow[]{\phi} Hom(N,M) \xrightarrow[]{\chi} Hom(N,M'')$ is exact for all module $N$ over the same ring. Assuming the first sequence to be exact I have shown that $\phi$ is injective and $Im \phi$ is a subset of $ker\chi$ but I could not show the reverse inclusion i.e. $ker \chi $is a subset of $Im \phi$. I tried to show it by a contradiction but did not succeed. Also the converse part of the proof seems hard to me.

1

There are 1 best solutions below

4
On

Showing that $\operatorname{Im} \phi \subseteq \operatorname{ker} \chi$ is a good start, you don't have to do too much more work to get that the sets are equal.

Suppose $\chi (\theta) = 0$ for some $\theta \colon N \to M,$ then this tells us that $g \circ \theta = 0$, in particular $g(\theta(x)) = 0$ for all $x \in N$. This tells you that $\theta(x) \in \operatorname{ker} g = \operatorname{Im} f$ for all $x \in N$. You can then observe that since $f$ is injective, it is in fact an isomorphism onto its image. Then, since $\theta$ maps into $\operatorname{Im} f$ we have that $f^{-1} \circ \theta$ is defined (where of course here $f^{-1} \colon \operatorname{Im} f \to M'$), and we can see that $$\theta = f \circ f^{-1} \circ \theta = \phi( f^{-1} \circ \theta) \in \operatorname{Im} \phi.$$

As for the converse, you should note that you know (if $0 \to M' \to M \to M''$ is an exact sequence of $R$-modules) $$0 \to \operatorname{Hom}(N,M') \to \operatorname{Hom}(N,M) \to \operatorname{Hom}(N,M'')$$ is exact for all $R$-modules $N$. So you just want to pick a particular $N$ which will spit out the answer immediately.

Hint: There is an $R$-module $N$ such that $\operatorname{Hom}_R(N,M) \cong M$ for all $R$-modules $M$.

I hope this helps, if not do let me know!