Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Under.map

{T : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} T] →
    {P : CategoryTheory.MorphismProperty T} →
      (Q : CategoryTheory.MorphismProperty T) →
        [inst_1 : Q.IsMultiplicative] →
          {X Y : T} →
            [P.IsStableUnderComposition] → {f : X ⟶ Y} → P f → CategoryTheory.Functor (P.Under Q Y) (P.Under Q X)

If P is stable under composition and f : X ⟶ Y satisfies P, this is the functor P.Under Q Y ⥤ P.Under Q X given by composing with f.

Defined in
Mathlib.CategoryTheory.MorphismProperty.OverAdjunction
Cited by
11 results in Mathlib
Foundations
Depth 64 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.IsStableUnderComposition

Around this declaration

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

CategoryTheory.MorphismProperty.Under.mapPushoutAdj · cited by 3Under.mapPushoutAdjCategoryTheory.MorphismProperty.Under.mapCongr · cited by 2Under.mapCongrCategoryTheory.MorphismProperty.Under.mapId · cited by 2Under.mapIdCategoryTheory.MorphismProperty.Under.mapComp · cited by 1Under.mapCompCategoryTheory.MorphismProperty.Under.mapComp_hom_app_left · cited by 0Under.mapComp_hom_app_leftCategoryTheory.MorphismProperty.Under.mapCongr_hom_app_right · cited by 0Under.mapCongr_hom_app_ri…CategoryTheory.MorphismProperty.Under.mapCongr_inv_app_right · cited by 0Under.mapCongr_inv_app_ri…CategoryTheory.MorphismProperty.Under.mapId_hom_app_right · cited by 0Under.mapId_hom_app_rightCategoryTheory.MorphismProperty.Under.mapId_inv_app_right · cited by 0Under.mapId_inv_app_rightCategoryTheory.MorphismProperty.Under.mapPushoutAdj_counit_app · cited by 0Under.mapPushoutAdj_couni…CategoryTheory.MorphismProperty.Under.mapPushoutAdj_unit_app · cited by 0Under.mapPushoutAdj_unit_…CategoryTheory.MorphismProperty.Under.map_comp · cited by 0Under.map_compCategoryTheory.MorphismProperty.Under.map_map_right · cited by 0Under.map_map_rightCategoryTheory.MorphismProperty.Under.map_obj_hom · cited by 0Under.map_obj_homCategoryTheory.MorphismProperty.Under.map_obj_right · cited by 0Under.map_obj_rightCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorTop.top · cited by 9680Top.topCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.fromPUnit · cited by 769Functor.fromPUnitCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…CategoryTheory.MorphismProperty.IsStableUnderComposition · cited by 84MorphismProperty.IsStable…CategoryTheory.Discrete.natTrans · cited by 57Discrete.natTransCategoryTheory.MorphismProperty.Under · cited by 43MorphismProperty.UnderCategoryTheory.MorphismProperty.Comma.mapLeft · cited by 28Comma.mapLeftUnder.mapCITED BYCITES

Cites13

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

Cited by15

Results whose statement or proof uses this declaration.