Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Over.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.Over Q X) (P.Over Q Y)

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

Defined in
Mathlib.CategoryTheory.MorphismProperty.OverAdjunction
Cited by
26 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.

AlgebraicGeometry.Scheme.Cover.ColimitGluingData.transitionMap · cited by 6ColimitGluingData.transit…CategoryTheory.MorphismProperty.Over.mapPullbackAdj · cited by 5Over.mapPullbackAdjAlgebraicGeometry.Scheme.Cover.ColimitGluingData.trans · cited by 5ColimitGluingData.transCategoryTheory.MorphismProperty.Over.mapComp · cited by 4Over.mapCompCategoryTheory.MorphismProperty.Over.mapId · cited by 4Over.mapIdAlgebraicGeometry.Scheme.Cover.ColimitGluingData.cocone_ι_transitionMap · cited by 4ColimitGluingData.cocone_…CategoryTheory.MorphismProperty.Over.mapCongr · cited by 2Over.mapCongrCategoryTheory.MorphismProperty.Over.pullbackMapHomPullback · cited by 2Over.pullbackMapHomPullba…AlgebraicGeometry.Scheme.Cover.ColimitGluingData.transitionCocone · cited by 2ColimitGluingData.transit…CategoryTheory.MorphismProperty.Over.mapComp_hom_app_left · cited by 0Over.mapComp_hom_app_leftCategoryTheory.MorphismProperty.Over.mapComp_inv_app_left · cited by 0Over.mapComp_inv_app_leftCategoryTheory.MorphismProperty.Over.mapCongr_hom_app_left · cited by 0Over.mapCongr_hom_app_leftCategoryTheory.MorphismProperty.Over.mapCongr_inv_app_left · cited by 0Over.mapCongr_inv_app_leftCategoryTheory.MorphismProperty.Over.mapId_hom_app_left · cited by 0Over.mapId_hom_app_leftCategoryTheory.MorphismProperty.Over.mapId_inv_app_left · cited by 0Over.mapId_inv_app_leftCategoryTheory.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.Over · cited by 94MorphismProperty.OverCategoryTheory.MorphismProperty.IsStableUnderComposition · cited by 84MorphismProperty.IsStable…CategoryTheory.Discrete.natTrans · cited by 57Discrete.natTransCategoryTheory.MorphismProperty.Comma.mapRight · cited by 28Comma.mapRightOver.mapCITED BYCITES

Cites13

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

Cited by34

Results whose statement or proof uses this declaration.