Theorems · Theorem · category theory
CategoryTheory.Abelian.epiWithInjectiveKernel_iff
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Abelian C] {X Y : C}
(g : X ⟶ Y),
CategoryTheory.Abelian.epiWithInjectiveKernel g ↔
∃ I,
∃ (_ : CategoryTheory.Injective I),
∃ f,
∃ (w : CategoryTheory.CategoryStruct.comp f g = 0),
Nonempty { X₁ := I, X₂ := X, X₃ := Y, f := f, g := g, zero := w }.SplittingA morphism g : X ⟶ Y is epi with an injective kernel iff there exists a morphism
f : I ⟶ X with I injective such that f ≫ g = 0 and
the short complex I ⟶ X ⟶ Y has a splitting.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Isoproof · cited by 3,963
- CategoryTheory.ShortComplexproof · cited by 1,850
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- CategoryTheory.ShortComplex.X₁proof · cited by 889
- CategoryTheory.Limits.parallelPairproof · cited by 766
- CategoryTheory.Epiproof · cited by 688
- CategoryTheory.ShortComplex.gproof · cited by 658
- CategoryTheory.ShortComplex.fproof · cited by 653
Cited by3
Results whose statement or proof uses this declaration.
- CochainComplex.cm5b.degreewiseEpiWithInjectiveKernel_pproof · cited by 1
- CategoryTheory.Abelian.epiWithInjectiveKernel.hasLiftingPropertyproof · cited by 0
- CategoryTheory.Abelian.epiWithInjectiveKernel_of_isoproof · cited by 0