Skip to content

Commit 2c5e946

Browse files
committed
Move material around a bit in homology
Just to keep the flow more or less the same in the section on preadditive categories. Also fixed refs given using the \label{..} command.
1 parent e7807ed commit 2c5e946

1 file changed

Lines changed: 62 additions & 63 deletions

File tree

‎homology.tex‎

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

297+
\begin{lemma}
298+
\label{lemma-coim-im-map}
299+
Let $f : x \to y$ be a morphism in a preadditive category
300+
such that the kernel, cokernel, image and coimage all exist.
301+
Then $f$ can be factored uniquely as
302+
$x \to \Coim(f) \to \Im(f) \to y$.
303+
\end{lemma}
304+
305+
\begin{proof}
306+
There is a canonical morphism $\Coim(f) \to y$
307+
because $\Ker(f) \to x \to y$ is zero.
308+
The composition $\Coim(f) \to y \to \Coker(f)$
309+
is zero, because it is the unique morphism which gives
310+
rise to the morphism $x \to y \to \Coker(f)$ which
311+
is zero
312+
(the uniqueness follows from
313+
Lemma \ref{lemma-kernel-mono} (3)).
314+
Hence $\Coim(f) \to y$ factors uniquely through
315+
$\Im(f) \to y$, which gives us the desired map.
316+
\end{proof}
317+
318+
\begin{example}
319+
\label{example-not-abelian}
320+
Let $k$ be a field.
321+
Consider the category
322+
of filtered vector spaces over $k$.
323+
(See Definition \ref{definition-filtered}.)
324+
Consider the filtered vector spaces $(V, F)$ and $(W, F)$ with
325+
$V = W = k$ and
326+
$$
327+
F^iV
328+
=
329+
\left\{
330+
\begin{matrix}
331+
V & \text{if} & i < 0 \\
332+
0 & \text{if} & i \geq 0
333+
\end{matrix}
334+
\right.
335+
\text{ and }
336+
F^iW
337+
=
338+
\left\{
339+
\begin{matrix}
340+
W & \text{if} & i \leq 0 \\
341+
0 & \text{if} & i > 0
342+
\end{matrix}
343+
\right.
344+
$$
345+
The map $f : V \to W$ corresponding to $\text{id}_k$ on the underlying
346+
vector spaces has trivial kernel and cokernel but is not
347+
an isomorphism. Note also that $\Coim(f) = V$ and $\Im(f) = W$.
348+
This means that the category of filtered vector spaces over $k$
349+
is not abelian.
350+
\end{example}
351+
297352
\noindent
298-
Recall that an endomorphism $f$ is said to be
299-
idempotent if and only if $f \circ f = f$.
353+
We finish this section by some lemmas on splitting images of
354+
idempotent endormorphisms. Recall that an endomorphism $f$
355+
is idempotent if $f \circ f = f$.
300356

301357
\begin{remark}
302358
\label{remark-idempotent-symmetry}
303359
Let $\mathcal{A}$ be a preadditive category,
304-
$x$ be an object of $\mathcal{A}$,
305-
and $f : x \to x$ be idempotent.
360+
$x$ an object of $\mathcal{A}$,
361+
and $f : x \to x$ idempotent.
306362
Writing $g = \text{id} _ x - f$,
307363
one has $f \circ g = 0$, $g \circ f = 0$, and $g \circ g = g$.
308364
\end{remark}
@@ -445,62 +501,6 @@ \section{Preadditive and additive categories}
445501
and Lemma \ref{lemma-split-morphism-kernel-cokernel}.
446502
\end{proof}
447503

448-
\begin{lemma}
449-
\label{lemma-coim-im-map}
450-
Let $f : x \to y$ be a morphism in a preadditive category
451-
such that the kernel, cokernel, image and coimage all exist.
452-
Then $f$ can be factored uniquely as
453-
$x \to \Coim(f) \to \Im(f) \to y$.
454-
\end{lemma}
455-
456-
\begin{proof}
457-
There is a canonical morphism $\Coim(f) \to y$
458-
because $\Ker(f) \to x \to y$ is zero.
459-
The composition $\Coim(f) \to y \to \Coker(f)$
460-
is zero, because it is the unique morphism which gives
461-
rise to the morphism $x \to y \to \Coker(f)$ which
462-
is zero
463-
(the uniqueness follows from
464-
Lemma \ref{lemma-kernel-mono} (3)).
465-
Hence $\Coim(f) \to y$ factors uniquely through
466-
$\Im(f) \to y$, which gives us the desired map.
467-
\end{proof}
468-
469-
\begin{example}
470-
\label{example-not-abelian}
471-
Let $k$ be a field.
472-
Consider the category
473-
of filtered vector spaces over $k$.
474-
(See Definition \ref{definition-filtered}.)
475-
Consider the filtered vector spaces $(V, F)$ and $(W, F)$ with
476-
$V = W = k$ and
477-
$$
478-
F^iV
479-
=
480-
\left\{
481-
\begin{matrix}
482-
V & \text{if} & i < 0 \\
483-
0 & \text{if} & i \geq 0
484-
\end{matrix}
485-
\right.
486-
\text{ and }
487-
F^iW
488-
=
489-
\left\{
490-
\begin{matrix}
491-
W & \text{if} & i \leq 0 \\
492-
0 & \text{if} & i > 0
493-
\end{matrix}
494-
\right.
495-
$$
496-
The map $f : V \to W$ corresponding to $\text{id}_k$ on the underlying
497-
vector spaces has trivial kernel and cokernel but is not
498-
an isomorphism. Note also that $\Coim(f) = V$ and $\Im(f) = W$.
499-
This means that the category of filtered vector spaces over $k$
500-
is not abelian.
501-
\end{example}
502-
503-
504504

505505

506506

@@ -537,9 +537,8 @@ \section{Karoubian categories}
537537
\end{lemma}
538538

539539
\begin{proof}
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}.
540+
Immediate via Lemmas \ref{lemma-idempotent-kernel-cokernel},
541+
\ref{lemma-idempotent-splitting}, and \ref{lemma-additive-cat-biproduct-kernel}.
543542
\end{proof}
544543

545544
\begin{lemma}

0 commit comments

Comments
 (0)