Theorems · Theorem · category theory
CategoryTheory.Abelian.Pseudoelement.sub_of_eq_image
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Abelian C] {P Q : C} (f : P ⟶ Q)
(x y : CategoryTheory.Abelian.Pseudoelement P),
CategoryTheory.Abelian.Pseudoelement.pseudoApply f x = CategoryTheory.Abelian.Pseudoelement.pseudoApply f y →
∃ z,
CategoryTheory.Abelian.Pseudoelement.pseudoApply f z = 0 ∧
∀ (R : C) (g : P ⟶ R),
CategoryTheory.Abelian.Pseudoelement.pseudoApply g y = 0 →
CategoryTheory.Abelian.Pseudoelement.pseudoApply g z = CategoryTheory.Abelian.Pseudoelement.pseudoApply g xIf two pseudoelements x and y have the same image under some morphism f, then we can form
their "difference" z. This pseudoelement has the properties that f z = 0 and for all
morphisms g, if g y = 0 then g z = g x.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
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.compproof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- add_zeroproof · cited by 2,707
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- sub_eq_add_negproof · cited by 1,023
- CategoryTheory.Overproof · cited by 935
- CategoryTheory.Comma.leftproof · cited by 886
- CategoryTheory.Epiproof · cited by 688
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.