Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Injective.comp_factorThru

∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {J X Y : C} [inst_1 : CategoryTheory.Injective J]
  (g : X ⟶ J) (f : X ⟶ Y) [inst_2 : CategoryTheory.Mono f],
  CategoryTheory.CategoryStruct.comp f (CategoryTheory.Injective.factorThru g f) = g
Defined in
Mathlib.CategoryTheory.Preadditive.Injective.Basic
Cited by
10 results in Mathlib
Foundations
Depth 10 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.

Cites7

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

Cited by10

Results whose statement or proof uses this declaration.