Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Quotient.lift

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    (r : HomRel C) →
      {D : Type u_2} →
        [inst_1 : CategoryTheory.Category.{v_2, u_2} D] →
          (F : CategoryTheory.Functor C D) →
            (∀ (x y : C) (f₁ f₂ : x ⟶ y), r f₁ f₂ → F.map f₁ = F.map f₂) →
              CategoryTheory.Functor (CategoryTheory.Quotient r) D

The induced functor on the quotient category.

Defined in
Mathlib.CategoryTheory.Quotient
Cited by
11 results in Mathlib
Foundations
Depth 15 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

HomotopyCategory.homologyFunctor · cited by 36HomotopyCategory.homology…CategoryTheory.Functor.mapHomotopyCategory · cited by 18Functor.mapHomotopyCatego…SSet.Truncated.mapHomotopyCategory · cited by 13Truncated.mapHomotopyCate…CategoryTheory.Localization.Construction.lift · cited by 12Construction.liftCategoryTheory.FreeGroupoid.lift · cited by 12FreeGroupoid.liftHomologicalComplexUpToQuasiIso.Qh · cited by 8HomologicalComplexUpToQua…SimplexCategoryGenRel.toSimplexCategory · cited by 7SimplexCategoryGenRel.toS…CategoryTheory.Cat.FreeRefl.lift · cited by 6FreeRefl.liftHomotopicalAlgebra.BifibrantObject.HoCat.ιCofibrantObject · cited by 6HoCat.ιCofibrantObjectHomotopicalAlgebra.CofibrantObject.HoCat.bifibrantResolution · cited by 5HoCat.bifibrantResolutionQuiver.FreeGroupoid.lift · cited by 5FreeGroupoid.liftCategoryTheory.Quotient.LiftCommShift.iso · cited by 3LiftCommShift.isoCategoryTheory.Quotient.lift_unique · cited by 3Quotient.lift_uniqueCategoryTheory.Quotient.lift.isLift · cited by 3lift.isLiftSSet.Truncated.HomotopyCategory.lift · cited by 2HomotopyCategory.liftCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapHomRel · cited by 49HomRelCategoryTheory.Quotient · cited by 48CategoryTheory.QuotientCategoryTheory.Quotient.as · cited by 47Quotient.asQuotient.liftCITED BYCITES

Cites8

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

Cited by33

Results whose statement or proof uses this declaration.