Theorems · Theorem · category theory
CategoryTheory.IsPushout.hom_eq_add_up_to_refinements
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Abelian C] {X₁ X₂ X₃ X₄ : C}
{t : X₁ ⟶ X₂} {l : X₁ ⟶ X₃} {r : X₂ ⟶ X₄} {b : X₃ ⟶ X₄},
CategoryTheory.IsPushout t l r b →
∀ {T : C} (x₄ : T ⟶ X₄),
∃ T' π,
∃ (_ : CategoryTheory.Epi π),
∃ x₂ x₃,
CategoryTheory.CategoryStruct.comp π x₄ =
CategoryTheory.CategoryStruct.comp x₂ r + CategoryTheory.CategoryStruct.comp x₃ bGiven a pushout square in an abelian category
``
X₁ ⟶ X₂
| |
v v
X₃ ⟶ X₄
`
the morphism X₂ ⊞ X₃ ⟶ X₄ is an epimorphism. This lemma translates this
as the existence of liftings up to refinements: a morphism z : T ⟶ X₄
can be written as a sum of a morphism to X₂ and a morphism to X₃,
at least if we allow a precomposition with an epimorphism π : T' ⟶ T`.
- Defined in
- Mathlib.CategoryTheory.Abelian.CommSq
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
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 and proof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- CategoryTheory.ShortComplex.X₂proof · cited by 1,115
- CategoryTheory.ShortComplex.X₃proof · cited by 876
- CategoryTheory.Epistatement and proof · cited by 688
- CategoryTheory.ShortComplex.gproof · cited by 658
- CategoryTheory.CategoryStructproof · cited by 343
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPushout.mono_of_isPullback_of_monoproof · cited by 1