Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Subobject.Factors

{C : Type u₁} → [inst : CategoryTheory.Category.{v₁, u₁} C] → {X Y : C} → CategoryTheory.Subobject Y → (X ⟶ Y) → Prop

When f : X ⟶ Y and P : Subobject Y, P.Factors f expresses that there exists a factorisation of f through P. Given h : P.Factors f, you can recover the morphism as P.factorThru f h.

Defined in
Mathlib.CategoryTheory.Subobject.FactorThru
Cited by
56 results in Mathlib
Foundations
Depth 32 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 · cited by 35Subobject.factorThruCategoryTheory.Subobject.factorThru_arrow · cited by 31Subobject.factorThru_arrowCategoryTheory.ObjectProperty.IsStrongGenerator · cited by 18ObjectProperty.IsStrongGe…CategoryTheory.Subobject.factors_iff · cited by 12Subobject.factors_iffCategoryTheory.Subobject.factors_of_le · cited by 5Subobject.factors_of_leCategoryTheory.ObjectProperty.isStrongGenerator_iff · cited by 5ObjectProperty.isStrongGe…AlgebraicTopology.DoldKan.factors_normalizedMooreComplex_PInfty · cited by 4DoldKan.factors_normalize…CategoryTheory.Subobject.factorThru_arrow_assoc · cited by 3Subobject.factorThru_arro…CategoryTheory.Limits.kernelSubobject_factors · cited by 3Limits.kernelSubobject_fa…CategoryTheory.Subobject.factors_comp_arrow · cited by 2Subobject.factors_comp_ar…CategoryTheory.Subobject.factors_of_factors_right · cited by 2Subobject.factors_of_fact…CategoryTheory.Limits.pullback_factors · cited by 2Limits.pullback_factorsCategoryTheory.Subobject.finset_inf_arrow_factors · cited by 2Subobject.finset_inf_arro…CategoryTheory.wellPowered_of_isDetecting · cited by 2CategoryTheory.wellPowere…CategoryTheory.Limits.equalizerSubobject_factors · cited by 2Limits.equalizerSubobject…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Subobject · cited by 385CategoryTheory.SubobjectCategoryTheory.MonoOver · cited by 115CategoryTheory.MonoOverQuotient.liftOn' · cited by 19Quotient.liftOn'CategoryTheory.MonoOver.Factors · cited by 4MonoOver.FactorsSubobject.FactorsCITED BYCITES

Cites6

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

Cited by59

Results whose statement or proof uses this declaration.