Theorems · Theorem · category theory
CategoryTheory.IsGrothendieckAbelian.generatingMonomorphisms.exists_pushouts
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {G : C} [CategoryTheory.Abelian C],
CategoryTheory.IsSeparator G →
∀ {X Y : C} (p : X ⟶ Y) [CategoryTheory.Mono p],
¬CategoryTheory.IsIso p →
∃ X' i p',
∃ (_ : (CategoryTheory.IsGrothendieckAbelian.generatingMonomorphisms G).pushouts i) (_ :
¬CategoryTheory.IsIso i) (_ : CategoryTheory.Mono p'), CategoryTheory.CategoryStruct.comp i p' = pIf p : X ⟶ Y is a monomorphism that is not an isomorphism, there exists
a subobject X' of Y containing X (but different from X) such that
the inclusion X ⟶ X' is a pushout of a monomorphism in the family
generatingMonomorphisms G.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 90 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites49
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.ConcreteCategory.homproof · cited by 4,022
- Opposite.unopproof · cited by 2,231
- CategoryTheory.Category.comp_idproof · cited by 2,119
Cited by1
Results whose statement or proof uses this declaration.