Theorems · Theorem · category theory
CategoryTheory.IsIdempotentComplete.idempotents_split
∀ {C : Type u_1} {inst : CategoryTheory.Category.{v_1, u_1} C} [self : CategoryTheory.IsIdempotentComplete C] (X : C)
(p : X ⟶ X),
CategoryTheory.CategoryStruct.comp p p = p →
∃ Y i e,
CategoryTheory.CategoryStruct.comp i e = CategoryTheory.CategoryStruct.id Y ∧
CategoryTheory.CategoryStruct.comp e i = pA category is idempotent complete iff all idempotent endomorphisms p
split as a composition p = e ≫ i with i ≫ e = 𝟙 _
- Defined in
- Mathlib.CategoryTheory.Idempotents.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 3 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.IsIdempotentCompletestatement and proof · cited by 29
Cited by3
Results whose statement or proof uses this declaration.