Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Over.pullback

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

If P and Q are stable under base change and pullbacks along f exist for morphisms in P, this is the functor P.Over Q Y ⥤ P.Over Q X given by base change along f.

Defined in
Mathlib.CategoryTheory.MorphismProperty.OverAdjunction
Cited by
42 results in Mathlib
Foundations
Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.HasPullbacksAlongCategoryTheory.MorphismProperty.IsStableUnderBaseChangeAlongCategoryTheory.MorphismProperty.IsStableUnderBaseChange

Around this declaration

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

AlgebraicGeometry.Scheme.Cover.ColimitGluingData.cocone · cited by 16ColimitGluingData.coconeAlgebraicGeometry.Scheme.Cover.ColimitGluingData.glued · cited by 7ColimitGluingData.gluedAlgebraicGeometry.Scheme.Cover.ColimitGluingData.relativeGluingData · cited by 6ColimitGluingData.relativ…AlgebraicGeometry.Scheme.Cover.ColimitGluingData.transitionMap · cited by 6ColimitGluingData.transit…CategoryTheory.MorphismProperty.Over.mapPullbackAdj · cited by 5Over.mapPullbackAdjCategoryTheory.MorphismProperty.Over.pullbackComp · cited by 5Over.pullbackCompAlgebraicGeometry.Scheme.Cover.ColimitGluingData.trans · cited by 5ColimitGluingData.transAlgebraicGeometry.Scheme.Cover.ColimitGluingData.cocone_ι_transitionMap · cited by 4ColimitGluingData.cocone_…AlgebraicGeometry.Scheme.Cover.ColimitGluingData.gluedCocone · cited by 4ColimitGluingData.gluedCo…AlgebraicGeometry.Scheme.Cover.ColimitGluingData.isColimit · cited by 4ColimitGluingData.isColim…AlgebraicGeometry.Scheme.Cover.ColimitGluingData.pullbackGluedIso · cited by 4ColimitGluingData.pullbac…CategoryTheory.MorphismProperty.Over.pullbackCompForgetIso · cited by 2Over.pullbackCompForgetIsoCategoryTheory.MorphismProperty.Over.pullbackCongr · cited by 2Over.pullbackCongrCategoryTheory.MorphismProperty.Over.pullbackMapHomPullback · cited by 2Over.pullbackMapHomPullba…AlgebraicGeometry.Scheme.Cover.ColimitGluingData.transitionCocone · cited by 2ColimitGluingData.transit…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.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.Limits.pullback.fst · cited by 639pullback.fstCategoryTheory.Limits.pullback.snd · cited by 637pullback.sndCategoryTheory.CommaMorphism.left · cited by 526CommaMorphism.leftCategoryTheory.Comma.hom · cited by 490Comma.homCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…CategoryTheory.MorphismProperty.Comma.toComma · cited by 260Comma.toCommaOver.pullbackCITED BYCITES

Cites23

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

Cited by62

Results whose statement or proof uses this declaration.