Skip to content

Commit e7807ed

Browse files
thesnakefromthelemmaaisejohan
authored andcommitted
A proof of the splitting lemma for Stacks
The goal of this patch is to establish the well-known splitting lemma, currently [Lemma 010G](https://stacks.math.columbia.edu/tag/010G) (`lemma-ses-split`) with proof omitted in [Section 00ZX](https://stacks.math.columbia.edu/tag/00ZX) (`section-abelian-categories`). However, the theorem can be stated in a manner which is equivalent for Abelian categories and true in all preadditive categories; cf `lemma-split-morphism-splitting` below. Our approach to proving the theorem is to first show (in the full generality of the preadditive setting) the well-known splitting result for idempotents (cf. [Lemma 09SH](https://stacks.math.columbia.edu/tag/09SH), `lemma-karoubian`). This involves the creation of 5 labels: - 1 preliminary remark in `section-additive-categories` concerning idempotents - 2 lemmate in `section-additive-categories` concerning idempotents - 2 lemmate in `section-additive-categories` concerning section/retraction pairs. As an incidental bonus we are able to complete and simplify the proof of the aforementioned [Lemma 09SH](https://stacks.math.columbia.edu/tag/09SH) (`lemma-karoubian`). There is room to consider merging created lemmata; cf. the below lists: **Labels created:** - `lemma-idempotent-symmetry`: The complement of an idempotent is idempotent, and the two annihilate one another. - `lemma-idempotent-kernel-cokernel`: An idempotent has a kernel iff it has a cokernel, and likewise for its complement. - `lemma-idempotent-splitting`: Idempotents beget direct product decompositions of their (co)domains. - `lemma-split-morphism-kernel-cokernel`: The section/retraction of a split pair of morphisms is a kernel/cokernel respectively. - `lemma-split-morphism-splitting`: The section/retraction of a split pair of morphisms beget a splitting of the codomain/domain respectively. **Labels modified:** - `lemma-karoubian`: Proof is completed ("omit" eliminated) and simplified with the claim an immediate corollary of the above and [Lemma 09QG](https://stacks.math.columbia.edu/tag/09QG) (`lemma-additive-cat-biproduct-kernel`) - `lemma-ses-split`: Proof is added; the claim is trivialized via the created lemmata.
1 parent b02ee97 commit e7807ed

1 file changed

Lines changed: 155 additions & 11 deletions

File tree

‎homology.tex‎

Lines changed: 155 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,157 @@ \section{Preadditive and additive categories}
294294
Similarly, (4) follows from (1).
295295
\end{proof}
296296

297+
\noindent
298+
Recall that an endomorphism $f$ is said to be
299+
idempotent if and only if $f \circ f = f$.
300+
301+
\begin{remark}
302+
\label{remark-idempotent-symmetry}
303+
Let $\mathcal{A}$ be a preadditive category,
304+
$x$ be an object of $\mathcal{A}$,
305+
and $f : x \to x$ be idempotent.
306+
Writing $g = \text{id} _ x - f$,
307+
one has $f \circ g = 0$, $g \circ f = 0$, and $g \circ g = g$.
308+
\end{remark}
309+
310+
\begin{lemma}
311+
\label{lemma-idempotent-kernel-cokernel}
312+
Let $\mathcal{A}$ be a preadditive category,
313+
$x$ be an object of $\mathcal{A}$,
314+
and $f : x \to x$ be idempotent.
315+
Write $g = \text{id} _ x - f$
316+
and recall by Remark \ref{remark-idempotent-symmetry}
317+
that $f \circ g = g \circ f = 0$.
318+
\begin{enumerate}
319+
\item If $f$ has kernel $i : \Ker (f) \to x$
320+
and $p$ is the unique morphism such that $g = i \circ p$,
321+
then $p \circ i = \text{id} _ {\Ker (f)}$
322+
and $p$ is the cokernel of $f$.
323+
\item If $f$ has cokernel $p : x \to \Coker (f)$
324+
and $i$ is the unique morphism such that $g = i \circ p$,
325+
then $p \circ i = \text{id} _ {\Coker (f)}$
326+
and $i$ is the kernel of $f$.
327+
\item If $g$ has kernel $j : \Ker (g) \to x$
328+
and $q$ is the unique morphism such that $f = j \circ q$,
329+
then $q \circ j = \text{id} _ {\Ker (g)}$
330+
and $q$ is the cokernel of $g$.
331+
\item If $g$ has cokernel $q : x \to \Coker (g)$
332+
and $j$ is the unique morphism such that $f = j \circ q$,
333+
then $q \circ j = \text{id} _ {\Coker (g)}$
334+
and $j$ is the kernel of $g$.
335+
\end{enumerate}
336+
\end{lemma}
337+
338+
\begin{proof}
339+
As for (1), compute first that $i = (f + g) \circ i = g \circ i$.
340+
By the construction of $p$, this implies that
341+
$i \circ p \circ i = g \circ i = i \circ \text{id} _ {\Ker (f)}$.
342+
By Lemma \ref{lemma-kernel-mono} we conclude that
343+
$p \circ i = \text{id} _ {\Ker (f)}$.
344+
345+
\medskip\noindent
346+
It remains to show that $p : x \to \Ker (f)$
347+
satisfies the universal property of the cokernel of $f$,
348+
i.e., that given a morphism $a : x \to y$ satisfying $a \circ f = 0$
349+
there exists a unique morphism $b : \Ker (f) \to y$
350+
such that $a = b \circ p$.
351+
Existence follows by first computing that $a = a \circ (f + g) = a \circ g$
352+
and concluding by the construction of $p$
353+
that $a = a \circ g = a \circ i \circ p$
354+
(so that we can take $b = a \circ i$).
355+
Uniqueness follows from that $b = b \circ p \circ i = a \circ i$
356+
(so that $a$ determines $b$).
357+
358+
\medskip\noindent
359+
By duality,
360+
symmetry (i.e., that $g$ is itself idempotent;
361+
cf. Remark \ref{remark-idempotent-symmetry}),
362+
and duality and symmetry respectively, (2), (3), and (4) follow as did (1).
363+
\end{proof}
364+
365+
\begin{lemma}
366+
\label{lemma-idempotent-splitting}
367+
Let $\mathcal{A}$ be a preadditive category,
368+
$x$ be an object of $\mathcal{A}$,
369+
and $f : x \to x$ be idempotent.
370+
Write $g = \text{id} _ x - f$.
371+
If each of $f$ and $g$ have at least one of a kernel or cokernel
372+
and in turn morphisms $i , j , p , q$ are constructed
373+
as in the statement of Lemma \ref{lemma-idempotent-kernel-cokernel},
374+
then all four (co)kernels exist and
375+
\begin{align*}
376+
x
377+
& \simeq \Ker (f) \oplus \Ker (g) \\
378+
& \simeq \Coker (f) \oplus \Ker (g) \\
379+
& \simeq \Ker (f) \oplus \Coker (g) \\
380+
& \simeq \Coker (f) \oplus \Coker (g)
381+
\end{align*}
382+
with the structure of each direct product given by $i , j , p , q$.
383+
\end{lemma}
384+
385+
\begin{proof}
386+
By Lemma \ref{lemma-idempotent-kernel-cokernel}
387+
$p \circ i = \text{id} _ {\Ker (f)} = \text{id} _ {\Coker (f)}$
388+
and $q \circ j = \text{id} _ {\Ker (g)} = \text{id} _ {\Coker (g)}$.
389+
By construction, $i \circ p + j \circ q = f + g = \text{id} _ x$.
390+
By Remark \ref{remark-direct-sum} the claim follows.
391+
\end{proof}
392+
393+
\begin{lemma}
394+
\label{lemma-split-morphism-kernel-cokernel}
395+
Let $\mathcal{A}$ be a preadditive category,
396+
$x$ and $y$ be objects of $\mathcal{A}$,
397+
and $j : y \to x$ and $q : x \to y$ be morphisms
398+
satisfying $q \circ j = \text{id} _ y$.
399+
Then
400+
\begin{enumerate}
401+
\item $\text{id} _ x - j \circ q$ has kernel $j$.
402+
\item $\text{id} _ x - j \circ q$ has cokernel $q$.
403+
\end{enumerate}
404+
\end{lemma}
405+
406+
\begin{proof}
407+
As for (1), compute first that $(\text{id} _ x - j \circ q) \circ j = 0$.
408+
We must show that $j$ satisfies the universal property
409+
of the kernel of $\text{id} _ {x} - j \circ q$,
410+
i.e., that given a morphism $a : z \to x$
411+
satisfying $(\text{id} _ x - j \circ q) \circ a = 0$
412+
there exists a unique morphism $b : z \to y$
413+
such that $a = j \circ b$.
414+
Existence follows by computing that $a = j \circ q \circ a$
415+
(so that we can take $b = q \circ a$).
416+
Uniqueness follows from that $b = q \circ j \circ b = q \circ a$
417+
(so that $a$ determines $b$).
418+
419+
\medskip\noindent
420+
By duality, (2) follows as did (1).
421+
\end{proof}
422+
423+
\begin{lemma}
424+
\label{lemma-split-morphism-splitting}
425+
Let $\mathcal{A}$ be a preadditive category,
426+
$x$ and $y$ be objects of $\mathcal{A}$,
427+
and $j : y \to x$ and $q : x \to y$ be morphisms
428+
satisfying $q \circ j = \text{id} _ y$.
429+
If $j \circ q$ has at least one of a kernel or cokernel,
430+
then both (co)kernels exist and
431+
\begin{align*}
432+
x
433+
& \simeq \Ker (j \circ q) \oplus y \\
434+
& \simeq \Coker (j \circ q) \oplus y
435+
\end{align*}
436+
with the structure of either direct product including $j , q$,
437+
and the canonical (co)kernel morphism,
438+
and the remaining map uniquely determined.
439+
\end{lemma}
440+
441+
\begin{proof}
442+
Write $f = j \circ q$,
443+
compute that $f \circ f = f$,
444+
and apply Lemma \ref{lemma-idempotent-splitting}
445+
and Lemma \ref{lemma-split-morphism-kernel-cokernel}.
446+
\end{proof}
447+
297448
\begin{lemma}
298449
\label{lemma-coim-im-map}
299450
Let $f : x \to y$ be a morphism in a preadditive category
@@ -386,16 +537,9 @@ \section{Karoubian categories}
386537
\end{lemma}
387538

388539
\begin{proof}
389-
Assume (1) and let $p : z \to z$ be as in (3).
390-
Let $x = \Ker(p)$ and $y = \Ker(1 - p)$. There are maps
391-
$x \to z$ and $y \to z$. Since $(1 - p)p = 0$ we see that $p : z \to z$
392-
factors through $y$, hence we obtain a morphism $z \to y$. Similarly
393-
we obtain a morphism $z \to x$. We omit the verification that these
394-
four morphisms induce an isomorphism $x = y \oplus z$ as in
395-
Remark \ref{remark-direct-sum}.
396-
Thus (1) $\Rightarrow$ (3). The implication (2) $\Rightarrow$ (3)
397-
is dual. Finally, condition (3) implies (1) and (2) by
398-
Lemma \ref{lemma-additive-cat-biproduct-kernel}.
540+
Immediate via Lemma \label{lemma-idempotent-kernel-cokernel}
541+
and Lemma \label{lemma-idempotent-splitting},
542+
and Lemma \label{lemma-additive-cat-biproduct-kernel}.
399543
\end{proof}
400544

401545
\begin{lemma}
@@ -659,7 +803,7 @@ \section{Abelian categories}
659803
\end{lemma}
660804

661805
\begin{proof}
662-
Omitted.
806+
Immediate corollary of Lemma \ref{lemma-split-morphism-splitting}.
663807
\end{proof}
664808

665809
\begin{lemma}

0 commit comments

Comments
 (0)