Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Subobject.factorThru

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {X Y : C} →
      (P : CategoryTheory.Subobject Y) → (f : X ⟶ Y) → P.Factors f → (X ⟶ CategoryTheory.Subobject.underlying.obj P)

P.factorThru f h provides a factorisation of f : X ⟶ Y through some P : Subobject Y, given the evidence h : P.Factors f that such a factorisation exists.

Defined in
Mathlib.CategoryTheory.Subobject.FactorThru
Cited by
35 results in Mathlib
Foundations
Depth 39 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.

CategoryTheory.Subobject.factorThru_arrow · cited by 31Subobject.factorThru_arrowAlgebraicTopology.DoldKan.PInftyToNormalizedMooreComplex · cited by 10DoldKan.PInftyToNormalize…CategoryTheory.Limits.kernelSubobjectMap · cited by 9Limits.kernelSubobjectMapCategoryTheory.ObjectProperty.isStrongGenerator_iff · cited by 5ObjectProperty.isStrongGe…CategoryTheory.Limits.factorThruKernelSubobject · cited by 4Limits.factorThruKernelSu…AlgebraicTopology.NormalizedMooreComplex.map · cited by 4NormalizedMooreComplex.mapAlgebraicTopology.NormalizedMooreComplex.objD · cited by 3NormalizedMooreComplex.ob…CategoryTheory.Subobject.factorThru_arrow_assoc · cited by 3Subobject.factorThru_arro…AlgebraicTopology.DoldKan.PInftyToNormalizedMooreComplex_comp_inclusionOfMooreComplexMap · cited by 2DoldKan.PInftyToNormalize…CategoryTheory.Limits.pullback_factors · cited by 2Limits.pullback_factorsCategoryTheory.Subobject.finset_inf_arrow_factors · cited by 2Subobject.finset_inf_arro…AlgebraicTopology.DoldKan.PInftyToNormalizedMooreComplex_naturality · cited by 1DoldKan.PInftyToNormalize…AlgebraicTopology.DoldKan.PInfty_comp_PInftyToNormalizedMooreComplex · cited by 1DoldKan.PInfty_comp_PInft…CategoryTheory.Subobject.factorThru.congr_simp · cited by 1factorThru.congr_simpCategoryTheory.Subobject.eq_of_le_of_isDetecting · cited by 1Subobject.eq_of_le_of_isD…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Subobject · cited by 385CategoryTheory.SubobjectCategoryTheory.Subobject.underlying · cited by 211Subobject.underlyingCategoryTheory.Subobject.Factors · cited by 56Subobject.FactorsSubobject.factorThruCITED BYCITES

Cites6

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

Cited by40

Results whose statement or proof uses this declaration.