Idempotent Endomorphisms and Direct Products

April 11, 2026 · Luciano Muratore

1. Statement of the Exercise

In the study of non-trivial abelian groups GG, three specific structural conditions are found to be equivalent. These conditions bridge the gap between abstract mappings and the internal decomposition of groups.

The Three Equivalent Conditions:

  1. Idempotent Endomorphism: There exists a non-trivial homomorphism p:GGp:G\rightarrow G such that pp=pp\circ p=p.
  2. Retraction and Section: There exists a non-trivial group HH and homomorphisms GfHgGG \xrightarrow{f} H \xrightarrow{g} G such that fg=IdHf\circ g=Id_{H}.
  3. Direct Product Decomposition: There exist non-trivial groups G1G_1 and G2G_2 such that GG1×G2G\cong G_{1}\times G_{2}.

2. Big Picture Intuition

The relationship between these conditions is the group-theoretic version of projection operators in linear algebra.

  • Projections: Idempotent maps (p2=pp^2 = p) behave exactly like projections.
  • Decompositions: In linear algebra, a projection PP on a vector space VV implies V=ker(P)Im(P)V=ker(P)\oplus Im(P).
  • Correspondence: Projections onto a subspace correspond directly to direct product decompositions of the group.

3. Proving the Equivalence

(1) \Rightarrow (3): From Idempotent to Product

If we assume a non-trivial idempotent pp, we can define two subgroups: A=Im(p)A=Im(p) and B=ker(p)B=ker(p).

  • For any aAa \in A, the map acts as the identity: p(a)=ap(a)=a.
  • Every element xGx \in G can be uniquely decomposed as x=p(x)+(xp(x))x = p(x) + (x - p(x)), where p(x)Ap(x) \in A and (xp(x))B(x - p(x)) \in B.
  • Since AB={0}A \cap B = \{0\}, it follows that GA×BG \cong A \times B.

(3) \Rightarrow (2): From Product to Maps

If GG1×G2G \cong G_1 \times G_2, we can construct the necessary homomorphisms using the natural structure of products:

  • Projection (ff): Define f(x,y)=xf(x,y)=x, mapping G1×G2G1G_1 \times G_2 \rightarrow G_1.
  • Inclusion (gg): Define g(x)=(x,0)g(x)=(x,0), mapping G1G1×G2G_1 \rightarrow G_1 \times G_2.
  • The composition (fg)(x)=x(f \circ g)(x) = x, satisfying fg=IdG1f \circ g = Id_{G_1}.

(2) \Rightarrow (1): From Maps to Idempotent

Given fg=IdHf \circ g = Id_H, we define the endomorphism p=gfp = g \circ f.

  • Verification: pp=(gf)(gf)=g(fg)f=gIdHf=gf=pp \circ p = (g \circ f) \circ (g \circ f) = g \circ (f \circ g) \circ f = g \circ Id_H \circ f = g \circ f = p.
  • A contradiction argument ensures pp is neither the zero map nor the identity map, fulfilling the “non-trivial” requirement.

4. Concrete Example: Z6\mathbb{Z}_6

Consider the cyclic group Z6\mathbb{Z}_6, which we know is isomorphic to Z2×Z3\mathbb{Z}_2 \times \mathbb{Z}_3.

  • The Map: Define p([x]6)=[3x]6p([x]_6) = [3x]_6.
  • Idempotency: p(p(x))=p(3x)=9x3x(mod6)p(p(x)) = p(3x) = 9x \equiv 3x \pmod 6.
  • Decomposition:
    • Im(p)={0,3}Z2Im(p) = \{0, 3\} \cong \mathbb{Z}_2.
    • ker(p)={0,2,4}Z3ker(p) = \{0, 2, 4\} \cong \mathbb{Z}_3.

5. Final Takeaway

Non-trivial idempotent endomorphisms of an abelian group are precisely the projections that arise from non-trivial direct product decompositions. This fundamental concept links multiple fields of mathematics, including:

  • Group and Module Theory.
  • Linear Algebra (Projection matrices like P=(1000)P = \begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix}).
  • Functional Analysis.