Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Pi.map

{β : Type w} →
  {C : Type u} →
    [inst : CategoryTheory.Category.{v, u} C] →
      {f g : β → C} →
        [inst_1 : CategoryTheory.Limits.HasProduct f] →
          [inst_2 : CategoryTheory.Limits.HasProduct g] → ((b : β) → f b ⟶ g b) → (∏ᶜ f ⟶ ∏ᶜ g)

Construct a morphism between categorical products (indexed by the same type) from a family of morphisms between the factors.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Products
Cited by
39 results in Mathlib
Foundations
Depth 32 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasProductCategoryTheory.Limits.HasProduct

Around this declaration

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

CategoryTheory.Limits.Pi.map_π · cited by 17Pi.map_πCategoryTheory.Pretriangulated.productTriangle · cited by 15Pretriangulated.productTr…CategoryTheory.Limits.Pi.functor · cited by 13Pi.functorCategoryTheory.Limits.FormalCoproduct.powerMap · cited by 9FormalCoproduct.powerMapCategoryTheory.Limits.SequentialProduct.functorMap · cited by 9SequentialProduct.functor…CategoryTheory.Limits.FormalCoproduct.evalOp · cited by 7FormalCoproduct.evalOpCategoryTheory.Limits.Pi.map_π_assoc · cited by 6Pi.map_π_assocCategoryTheory.Limits.piFunctor · cited by 5Limits.piFunctorCategoryTheory.Limits.SequentialProduct.cone · cited by 5SequentialProduct.coneCategoryTheory.Limits.ProductsFromFiniteCofiltered.liftToFinset · cited by 3ProductsFromFiniteCofilte…CategoryTheory.Limits.piConst · cited by 3Limits.piConstCategoryTheory.Limits.ι_colimitPointwiseProductToProductColimit_π · cited by 3Limits.ι_colimitPointwise…CategoryTheory.GrothendieckTopology.Point.skyscraperPresheafHomEquiv_naturality_right · cited by 3Point.skyscraperPresheafH…CategoryTheory.Limits.Types.pi_map_π_apply · cited by 1Types.pi_map_π_applyCategoryTheory.Limits.FormalCoproduct.mapPower_powerMap · cited by 1FormalCoproduct.mapPower_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Discrete.as · cited by 269Discrete.asCategoryTheory.Limits.piObj · cited by 237Limits.piObjCategoryTheory.Limits.HasProduct · cited by 115Limits.HasProductCategoryTheory.Discrete.natTrans · cited by 57Discrete.natTransCategoryTheory.Limits.limMap · cited by 29Limits.limMapPi.mapCITED BYCITES

Cites8

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

Cited by48

Results whose statement or proof uses this declaration.