Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Injective.factors

∀ {C : Type u₁} {inst : CategoryTheory.Category.{v₁, u₁} C} {J : C} [self : CategoryTheory.Injective J] {X Y : C}
  (g : X ⟶ J) (f : X ⟶ Y) [CategoryTheory.Mono f], ∃ h, CategoryTheory.CategoryStruct.comp f h = g

An object J is injective iff every morphism into J can be obtained by extending a monomorphism.

Defined in
Mathlib.CategoryTheory.Preadditive.Injective.Basic
Cited by
8 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
CategoryTheory.InjectiveCategoryTheory.Mono

Around this declaration

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

Cites5

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

Cited by9

Results whose statement or proof uses this declaration.