Theorems · Theorem · category theory
CategoryTheory.Preregular.exists_fac
∀ {C : Type u_1} {inst : CategoryTheory.Category.{v_1, u_1} C} [self : CategoryTheory.Preregular C] {X Y Z : C}
(f : X ⟶ Y) (g : Z ⟶ Y) [CategoryTheory.EffectiveEpi g],
∃ W h,
∃ (_ : CategoryTheory.EffectiveEpi h),
∃ i, CategoryTheory.CategoryStruct.comp i g = CategoryTheory.CategoryStruct.comp h fFor X, Y, Z, f, g like in the diagram, where g is an effective epi, there exists
an object W, an effective epi h : W ⟶ X and a morphism i : W ⟶ Z making the diagram
commute.
``
W --i-→ Z
| |
h g
↓ ↓
X --f-→ Y
``
- Cited by
- 1 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.EffectiveEpistatement · cited by 86
- CategoryTheory.Preregularstatement and proof · cited by 52
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.reflects_preregularproof · cited by 3