MHB Solution: How does $s^{\prime}$ help us decompose $B$ into $A$ and $C$?

  • Thread starter Thread starter Chris L T521
  • Start date Start date
Click For Summary
The discussion revolves around an exact sequence of abelian groups, specifically the problem of demonstrating that B is isomorphic to the direct sum of A and C, given a homomorphism s' from B to A that satisfies s' ∘ φ = 1_A. The exactness of the sequence implies that the image of φ is equal to the kernel of ψ. The existence of the homomorphism s' allows for the construction of a splitting, which leads to the conclusion that B can be decomposed into A and C. The solution hinges on the properties of exact sequences and the role of the homomorphism in establishing the isomorphism. The problem remains unsolved by others, highlighting the complexity of the topic.
Chris L T521
Gold Member
MHB
Messages
913
Reaction score
0
Thanks to those who participated in last week's POTW! Here's this week's problem.

-----

Problem: Let $0\rightarrow A \xrightarrow{\phi}{} B \xrightarrow{\psi}{} C\rightarrow 0$ be an exact sequence of abelian groups. Let $s^{\prime}:B\rightarrow A$ be a homomorphism such that $s^{\prime}\circ \phi=1_A$. Show that $B\cong A\oplus C$.

-----

 
Physics news on Phys.org
No one answered this question. Here's my solution.

Proof: Let $\phi:B\rightarrow A\oplus C$ be a homomorphism defined by $\phi(b)=(s^{\prime}(b),j(b))$.

Claim 1: $\phi$ is injective.

Proof of claim: Suppose we have
\[\phi(b_1)=(s^{\prime}(b_1),j(b_1))=(s^{\prime}(b_2),j(b_2))=\phi(b_2)\]
Thus $s^{\prime}(b_1)=s^{\prime}(b_2)$ and $j(b_1)=j(b_2)$. Now, note that
\[j(b_1)=j(b_2)\implies j(b_1)-j(b_2) = 0\implies j(b_1-b_2)=0\implies b_1-b_2\in\ker j = \text{Im}\,i\]
Thus, $\exists\,a\in A$ such that $i(a)=b_1-b_2$. Applying $s^{\prime}$ to both sides gives us
\[s^{\prime}(i(a))=s^{\prime}(b_1-b_2)\implies a=s^{\prime}(b_1)-s^{\prime}(b_2)=0\]
Thus, $a=0\implies i(a)=b_1-b_2=0 \implies b_1=b_2$. Therefore, $\phi$ is injective. Q.E.D.

Claim 2: $\phi$ is surjective.

Proof of claim: Suppose that $a\in A$ and $c\in C$. We seek to find $b\in B$ such that $\phi(b)=(a,c)$. Since $j$ is surjective, there exists a $b^{\prime}\in B$ (not necessarily unique) such that $j(b)=c$. Let us consider the element $i(a)+b^{\prime}-i(s^{\prime}(b^{\prime}))\in B$. Then it follows that
\[\begin{aligned}\phi(i(a)+b^{\prime}-i(s^{\prime}(b^{\prime}))) &= (s^{\prime}(b^{\prime}-i(s^{\prime}(b^{\prime}))),j(b^{\prime}-i(s^{\prime}(b^{\prime}))))\\ &= (s^{\prime}(i(a))+s^{\prime}(b^{\prime})-s^{\prime}(i(s^{\prime}(b^{\prime}))), j(i(a))+j(b^{\prime})- j(i(s^{\prime}(b^{\prime}))))\\ &= (a+s^{\prime}(b)-s^{\prime}(b), j(b^{\prime}))\\ &= (a,c)\end{aligned}\]
Thus, take $b=i(a)+b^{\prime}-i(s^{\prime}(b^{\prime}))$ and therefore $\phi$ is surjective. Q.E.D.

Claim 1 and Claim 2 implies that $\phi$ is an isomorphism and we have $B\cong A\oplus C$. Q.E.D.