Mathlib Map

Theorems · Definition · category theory

CategoryTheory.GlueData.mapGlueData

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v, u₁} C] →
    {C' : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v, u₂} C'] →
        (D : CategoryTheory.GlueData C) →
          (F : CategoryTheory.Functor C C') →
            [∀ (i j k : D.J),
                  CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.cospan (D.f i j) (D.f i k)) F] →
              CategoryTheory.GlueData C'

A functor that preserves the pullbacks of f i j and f i k can map a family of glue data.

Defined in
Mathlib.CategoryTheory.GlueData
Cited by
24 results in Mathlib
Foundations
Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.PreservesLimit

Around this declaration

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

CategoryTheory.GlueData.gluedIso · cited by 9GlueData.gluedIsoCategoryTheory.GlueData.diagramIso · cited by 8GlueData.diagramIsoCategoryTheory.GlueData.ι_gluedIso_inv · cited by 8GlueData.ι_gluedIso_invAlgebraicGeometry.PresheafedSpace.GlueData.ι_isOpenEmbedding · cited by 7GlueData.ι_isOpenEmbeddingAlgebraicGeometry.PresheafedSpace.GlueData.toTopGlueData · cited by 6GlueData.toTopGlueDataCategoryTheory.GlueData.ι_jointly_surjective · cited by 6GlueData.ι_jointly_surjec…AlgebraicGeometry.LocallyRingedSpace.GlueData.toSheafedSpaceGlueData · cited by 5GlueData.toSheafedSpaceGl…CategoryTheory.GlueData.hasColimit_mapGlueData_diagram · cited by 4GlueData.hasColimit_mapGl…AlgebraicGeometry.Scheme.GlueData.toLocallyRingedSpaceGlueData · cited by 4GlueData.toLocallyRingedS…AlgebraicGeometry.SheafedSpace.GlueData.toPresheafedSpaceGlueData · cited by 4GlueData.toPresheafedSpac…AlgebraicGeometry.PresheafedSpace.GlueData.ι_image_preimage_eq · cited by 3GlueData.ι_image_preimage…AlgebraicGeometry.Scheme.GlueData.ι_eq_iff · cited by 2GlueData.ι_eq_iffAlgebraicGeometry.Scheme.GlueData.ι_isoCarrier_inv · cited by 2GlueData.ι_isoCarrier_invCategoryTheory.GlueData.ι_gluedIso_hom · cited by 2GlueData.ι_gluedIso_homCategoryTheory.GlueData.ι_gluedIso_inv_assoc · cited by 1GlueData.ι_gluedIso_inv_a…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.WalkingCospan · cited by 496Limits.WalkingCospanCategoryTheory.Limits.cospan · cited by 467Limits.cospanCategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.GlueData.J · cited by 141GlueData.JCategoryTheory.GlueData.U · cited by 121GlueData.UCategoryTheory.GlueData.V · cited by 88GlueData.VCategoryTheory.GlueData.f · cited by 83GlueData.fGlueData.mapGlueDataCITED BYCITES

Cites19

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

Cited by31

Results whose statement or proof uses this declaration.