Mathlib Map

Theorems · Definition · category theory

CategoryTheory.MorphismProperty.Under.pushout

{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.HasPushoutsAlong f] →
              [P.IsStableUnderCobaseChangeAlong f] →
                [Q.IsStableUnderCobaseChange] → CategoryTheory.Functor (P.Under Q X) (P.Under Q Y)

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

Defined in
Mathlib.CategoryTheory.MorphismProperty.OverAdjunction
Cited by
15 results in Mathlib
Foundations
Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MorphismProperty.IsMultiplicativeCategoryTheory.MorphismProperty.HasPushoutsAlongCategoryTheory.MorphismProperty.IsStableUnderCobaseChangeAlongCategoryTheory.MorphismProperty.IsStableUnderCobaseChange

Around this declaration

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

CategoryTheory.MorphismProperty.Under.pushoutCompForgetIso · cited by 4Under.pushoutCompForgetIsoCategoryTheory.MorphismProperty.Under.mapPushoutAdj · cited by 3Under.mapPushoutAdjCategoryTheory.MorphismProperty.Under.pushoutComp · cited by 2Under.pushoutCompCategoryTheory.MorphismProperty.Under.pushoutCongr · cited by 2Under.pushoutCongrCategoryTheory.MorphismProperty.Under.pushoutCongr_hom_app_left_fst · cited by 1Under.pushoutCongr_hom_ap…RingHom.HasFiniteProducts.preservesFiniteProducts_pushout · cited by 1HasFiniteProducts.preserv…RingHom.HasStableEqualizers.preservesEqualizers_pushout · cited by 1HasStableEqualizers.prese…CategoryTheory.MorphismProperty.isLeftAdjoint_pushout · cited by 0MorphismProperty.isLeftAd…CategoryTheory.MorphismProperty.Under.mapPushoutAdj_counit_app · cited by 0Under.mapPushoutAdj_couni…CategoryTheory.MorphismProperty.Under.mapPushoutAdj_unit_app · cited by 0Under.mapPushoutAdj_unit_…CategoryTheory.MorphismProperty.Under.pushoutCompForgetIso_hom_app_right · cited by 0Under.pushoutCompForgetIs…CategoryTheory.MorphismProperty.Under.pushoutCompForgetIso_inv_app_right · cited by 0Under.pushoutCompForgetIs…CategoryTheory.MorphismProperty.Under.pushoutComp_hom_app_right · cited by 0Under.pushoutComp_hom_app…CategoryTheory.MorphismProperty.Under.pushoutComp_inv_app_right · cited by 0Under.pushoutComp_inv_app…CategoryTheory.MorphismProperty.Under.pushoutCongr_hom_app_left_fst_assoc · cited by 0Under.pushoutCongr_hom_ap…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.Comma.hom · cited by 490Comma.homCategoryTheory.CommaMorphism.right · cited by 391CommaMorphism.rightCategoryTheory.MorphismProperty.IsMultiplicative · cited by 332MorphismProperty.IsMultip…CategoryTheory.MorphismProperty.Comma.toComma · cited by 260Comma.toCommaCategoryTheory.Limits.pushout.inr · cited by 193pushout.inrCategoryTheory.Limits.pushout.inl · cited by 192pushout.inlUnder.pushoutCITED BYCITES

Cites23

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

Cited by19

Results whose statement or proof uses this declaration.