Theorems · Definition · category theory
CategoryTheory.Limits.coneOfIsSplitMono
{C : Type u} →
{X Y : C} →
[inst : CategoryTheory.Category.{v, u} C] →
(f : X ⟶ Y) →
[inst_1 : CategoryTheory.IsSplitMono f] →
CategoryTheory.Limits.Fork (CategoryTheory.CategoryStruct.id Y)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.retraction f) f)A split mono f equalizes (retraction f ≫ f) and (𝟙 Y).
Here we build the cone, and show in isSplitMonoEqualizes that it is a limit cone.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.Limits.Forkstatement · cited by 85
- CategoryTheory.Limits.Fork.ofιproof · cited by 66
- CategoryTheory.IsSplitMonostatement and proof · cited by 33
- CategoryTheory.retractionstatement · cited by 14
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.isSplitMonoEqualizesstatement and proof · cited by 0
- CategoryTheory.Limits.coneOfIsSplitMono_ptstatement and proof · cited by 0
- CategoryTheory.Limits.coneOfIsSplitMono_ιstatement · cited by 0
- CategoryTheory.Limits.coneOfIsSplitMono_π_appstatement and proof · cited by 0