I already took a look at this and this post, but I still don't really understand what the definition of a naturally split sequence is (which is mentioned in the Universal Coefficient Theorem). I tried to figure it out by myself, but it seems like I found something contradictory in my thoughts. Let me elaborate these:
Let $A,B,C: R\text{-MOD} \to R\text{-MOD}$ be covariant functors such that $ 0 \xrightarrow{} A \xrightarrow{\eta} B \xrightarrow{\psi} C \xrightarrow{} 0 $ forms
- a natural short exact sequence and
- a (not necessarily naturally) split exact sequence.
Furthermore, let $f:X\to Y$ be an $R$-module homomorphism. We can take a look at the diagram
$$ \newcommand{\ra}[1]{\kern-1.5ex\xrightarrow{\ \ #1\ \ }\phantom{}\kern-1.5ex} \newcommand{\ras}[1]{\kern-1.5ex\xrightarrow{\ \ \smash{#1}\ \ }\phantom{}\kern-1.5ex} \newcommand{\da}[1]{\bigg\downarrow\raise.5ex\rlap{\scriptstyle#1}} \newcommand{\ua}[1]{\bigg\uparrow\raise.5ex\rlap{\scriptstyle#1}} \newcommand{\id}{\operatorname{id}} \begin{array}{c} 0 & \ra{} & A(X) & \ra{i_X} & A(X) \oplus C(X) & \ra{p_X} & C(X) & \ra{} & 0 \\ & & \ua{\id_{A(X)}} & & \ua{\theta_X} & & \ua{\id_{C(X)}} \\ 0 & \ra{} & A(X) & \ra{\eta_X} & B(X) & \ra{\psi_X} & C(X) & \ra{} & 0 \\ & & \da{A(f)} & & \da{B(f)} & & \da{C(f)} & \\ 0 & \ras{} & A(Y) & \ras{\eta_Y} & B(Y) & \ras{\psi_Y} & C(Y) & \ras{} & 0 \\ & & \da{\id_{A(Y)}} & & \da{\theta_Y} & & \da{\id_{C(Y)}} \\ 0 & \ra{} & A(Y) & \ra{i_Y} & A(Y) \oplus C(Y) & \ra{p_Y} & C(Y) & \ra{} & 0 \\ \end{array} $$
where $i$ denotes the natural embedding and $p$ denotes the natural projection. The upper and lower part of this diagram commutes because of 2. and the middle part is commutative because of 1. Hence, the whole diagram commutes.
Since this diagram commutes, we get a commutative diagram
$$ \newcommand{\ra}[1]{\kern-1.5ex\xrightarrow{\ \ #1\ \ }\phantom{}\kern-1.5ex} \newcommand{\ras}[1]{\kern-1.5ex\xrightarrow{\ \ \smash{#1}\ \ }\phantom{}\kern-1.5ex} \newcommand{\da}[1]{\bigg\downarrow\raise.5ex\rlap{\scriptstyle#1}} \newcommand{\ua}[1]{\bigg\uparrow\raise.5ex\rlap{\scriptstyle#1}} \newcommand{\id}{\operatorname{id}} \begin{array}{c} A(X) & \ra{i_X} & A(X) \oplus C(X) & \ra{p_X} & C(X) \\ \da{A(f)} & & \da{\theta_Y \circ B(f) \circ \theta_X^{-1}} & & \da{C(f)} \\ A(Y) & \ra{i_Y} & A(Y) \oplus C(Y) & \ra{p_Y} & C(Y) \\ \end{array}. $$
One can show that such a commutative diagram must lead to $\theta_Y \circ B(f) \circ \theta_X^{-1} = A(f) \oplus C(f)$, so $\theta_Y \circ B(f) = \left(A(f) \oplus C(f)\right) \circ \theta_X$. But this shows that $\theta: B \to A \oplus C$ is a natural isomorphism which is the definition of naturally split, isn't it?
But this seems to be wrong since the Universal Coefficient Theorem states that there is a split exact sequence which does not split naturally.
Could you explain me what's wrong with my reasoning? Thank you.
First, $ y = p_Y(x,y) = p_2 \circ \mu(a,c) = C(f) \circ p_X(a,c) = C(f)(c).$ Especially $c=0 \Rightarrow y=0$.
Second, $(x,0) = \mu(a,0) = \mu \circ i_X(a) = i_Y \circ A(f)(a) = (A(f)(a),0)$, so $x = A(f)(a)$.
If there is something wrong with my solution, please let me know.
– Diglett Apr 03 '18 at 13:23