Completing proof of splitting lemma #187
Open
+155
−11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The goal of this patch is to establish the splitting lemma, currently Lemma 010G (
lemma-ses-split) in Section 00ZX (section-abelian-categories) with proof omitted.Our approach is to first show (in the full generality of the preadditive setting) the underlying splitting results for idempotents and (in turn) section/retraction pairs; (cf. Lemma 09SH,
lemma-karoubian). this involves the creation of 5 labels:section-additive-categoriesconcerning idempotentssection-additive-categoriesconcerning idempotentssection-additive-categoriesconcerning section/retraction pairsThere is room to consider merging/eliding created lemmata.
As an incidental bonus we are able to complete and simplify the proof of Lemma 09SH (
lemma-karoubian); this should position us nicely to subsequently add material on idempotent completions as mentioned in Comment 8065 if still desired.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 (lemma-additive-cat-biproduct-kernel)lemma-ses-split: Proof is added ("omit" eliminated); the claim is trivialized via the created lemmata.