Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.Sigma.map

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

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

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

Around this declaration

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

CategoryTheory.SmallObject.functorObjLeft · cited by 29SmallObject.functorObjLeftCategoryTheory.Limits.sigmaConst · cited by 18Limits.sigmaConstSSet.Subcomplex.Pairing.RankFunction.m · cited by 12RankFunction.mCategoryTheory.Limits.Sigma.functor · cited by 10Sigma.functorSSet.relativeCellComplexOfMono.l · cited by 8relativeCellComplexOfMono…CategoryTheory.Limits.Sigma.ι_map_assoc · cited by 8Sigma.ι_map_assocCategoryTheory.OrthogonalReflection.D₁.t · cited by 7D₁.tCategoryTheory.Limits.Sigma.ι_map · cited by 7Sigma.ι_mapCategoryTheory.Limits.FormalCoproduct.eval · cited by 5FormalCoproduct.evalCategoryTheory.Limits.CoproductsFromFiniteFiltered.liftToFinset · cited by 3CoproductsFromFiniteFilte…CategoryTheory.Limits.sigmaFunctor · cited by 3Limits.sigmaFunctorCategoryTheory.Limits.FormalCoproduct.eval_map_app · cited by 0FormalCoproduct.eval_map_…CategoryTheory.Limits.Sigma.functor_map · cited by 0Sigma.functor_mapCategoryTheory.GradedObject.total · cited by 0GradedObject.totalCategoryTheory.Limits.Sigma.map'_comp_map · cited by 0Sigma.map'_comp_mapCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.sigmaObj · cited by 302Limits.sigmaObjCategoryTheory.Discrete.as · cited by 269Discrete.asCategoryTheory.Limits.HasCoproduct · cited by 143Limits.HasCoproductCategoryTheory.Limits.colimMap · cited by 69Limits.colimMapCategoryTheory.Discrete.natTrans · cited by 57Discrete.natTransSigma.mapCITED BYCITES

Cites8

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

Cited by24

Results whose statement or proof uses this declaration.