This is an exercise I found a little painful, so I choose to archive it here.
Consider the following diagram of $R$-modules with exact rows and columns: $$\begin{array} A & && && & & & & &&0 & \ \\ & && & & & && &&&\downarrow{}\\ & && && & & B &\stackrel{g}{\longrightarrow}& C & \stackrel{h}{\longrightarrow}&D \ \\ & && && & &\downarrow{\beta}& &\downarrow{\gamma}&&\downarrow{\delta}\\ & && && A' & \stackrel{f_1}{\longrightarrow} & B' &\stackrel{g_1}{\longrightarrow} & C' & \stackrel{h_1}{\longrightarrow}&D' \\ & && && \downarrow{\alpha_1} & &\downarrow{\beta_1}& &\downarrow{\gamma_1}&&\downarrow{\delta_1}\\ & 0 && {\longrightarrow} &&A'' & \stackrel{f_2}{\longrightarrow} &B'' & \stackrel{g_2}{\longrightarrow} & C'' & \stackrel{h_2}{\longrightarrow} & D'' & \\ & && && \downarrow{\alpha_2}& &\downarrow{\beta_2}& &\\ & && && A'''&\stackrel{f_3}{\longrightarrow} & B'''& & & & \\ &&&&&\downarrow{}&&\\ &&&&&0&& \end{array} $$ Show that $f_3$ is always injective.
Here is my own (silly) solution.
Pick $a'''\in A'''$ such that $f_3(a''')=0$. Since $\alpha_2$ is surjective, there exist $a''\in A''$ such that $\alpha_2(a'')=a'''$.
In conclusion, one always has $a'''=0$ when $f_3(a''')=0$. It implies the statement.