Theorems · Theorem · category theory
CategoryTheory.EffectiveEpiStruct.fac
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] {X Y : C} {f : Y ⟶ X}
(self : CategoryTheory.EffectiveEpiStruct f) {W : C} (e : Y ⟶ W)
(h :
∀ {Z : C} (g₁ g₂ : Z ⟶ Y),
CategoryTheory.CategoryStruct.comp g₁ f = CategoryTheory.CategoryStruct.comp g₂ f →
CategoryTheory.CategoryStruct.comp g₁ e = CategoryTheory.CategoryStruct.comp g₂ e),
CategoryTheory.CategoryStruct.comp f (self.desc e ⋯) = e...factorizing e through f...
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- CategoryTheory.Category
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 and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.EffectiveEpiStructstatement and proof · cited by 8
- CategoryTheory.EffectiveEpiStruct.descstatement · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.EffectiveEpi.facproof · cited by 1