Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Subobject.homOfFactors

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {Y : C} → {P Q : CategoryTheory.Subobject Y} → Q.Factors P.arrow → (P ⟶ Q)

Given two subobjects P Q : Subobject Y, if P factors through Q, then there is a morphism of subobjects from P to Q.

Defined in
Mathlib.CategoryTheory.Subobject.FactorThru
Cited by
1 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

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

Cites9

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

Cited by1

Results whose statement or proof uses this declaration.