Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Injective.factorThru

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {J X Y : C} → [CategoryTheory.Injective J] → (X ⟶ J) → (f : X ⟶ Y) → [CategoryTheory.Mono f] → Y ⟶ J

Let J be injective and g a morphism into J, then g can be factored through any monomorphism.

Defined in
Mathlib.CategoryTheory.Preadditive.Injective.Basic
Cited by
12 results in Mathlib
Foundations
Depth 9 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.InjectiveCategoryTheory.Mono

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Injective.comp_factorThru · cited by 10Injective.comp_factorThruCategoryTheory.ShortComplex.Exact.comp_descToInjective · cited by 6Exact.comp_descToInjectiveCategoryTheory.ShortComplex.Exact.descToInjective · cited by 4Exact.descToInjectiveCategoryTheory.Abelian.epiWithInjectiveKernel_iff · cited by 3Abelian.epiWithInjectiveK…CategoryTheory.Injective.hasLiftingProperty_of_isZero · cited by 2Injective.hasLiftingPrope…CochainComplex.isSplitMono_from_singleFunctor_obj_of_injective · cited by 1CochainComplex.isSplitMon…CategoryTheory.Functor.preservesMonomorphisms_of_adjunction_of_preservesInjectiveObjects · cited by 1Functor.preservesMonomorp…CategoryTheory.IsGrothendieckAbelian.GabrielPopescuAux.exists_d_comp_eq_d · cited by 1GabrielPopescuAux.exists_…FDRep.simple_iff_end_is_rank_one · cited by 1FDRep.simple_iff_end_is_r…CategoryTheory.Injective.comp_factorThru_assoc · cited by 1Injective.comp_factorThru…CategoryTheory.ShortComplex.ShortExact.splittingOfInjective · cited by 1ShortExact.splittingOfInj…CategoryTheory.InjectiveResolution.descFZero · cited by 1InjectiveResolution.descF…CategoryTheory.Injective.factorThru.congr_simp · cited by 1factorThru.congr_simpCategoryTheory.Abelian.has_injective_coseparator · cited by 1Abelian.has_injective_cos…CategoryTheory.Injective.injective_of_adjoint · cited by 0Injective.injective_of_ad…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Mono · cited by 893CategoryTheory.MonoCategoryTheory.Injective · cited by 70CategoryTheory.InjectiveCategoryTheory.Injective.factors · cited by 8Injective.factorsInjective.factorThruCITED BYCITES

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by15

Results whose statement or proof uses this declaration.