Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.pi

{I : Type w₀} →
  {C : I → Type u₁} →
    [inst : (i : I) → CategoryTheory.Category.{v₁, u₁} (C i)] →
      {D : I → Type u₂} →
        [inst_1 : (i : I) → CategoryTheory.Category.{v₂, u₂} (D i)] →
          ((i : I) → CategoryTheory.Functor (C i) (D i)) → CategoryTheory.Functor ((i : I) → C i) ((i : I) → D i)

Assemble an I-indexed family of functors into a functor between the pi types.

Defined in
Mathlib.CategoryTheory.Pi.Basic
Cited by
29 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.pointwiseProduct · cited by 14Limits.pointwiseProductCategoryTheory.NatTrans.pi · cited by 6NatTrans.piCategoryTheory.Limits.colimitPointwiseProductToProductColimit · cited by 6Limits.colimitPointwisePr…CategoryTheory.Equivalence.pi · cited by 4Equivalence.piCategoryTheory.NatIso.pi · cited by 4NatIso.piCategoryTheory.Limits.ι_colimitPointwiseProductToProductColimit_π · cited by 3Limits.ι_colimitPointwise…CategoryTheory.Limits.pointwiseProductCompEvaluation · cited by 3Limits.pointwiseProductCo…CategoryTheory.Limits.Pi.constCompPiIsoConst · cited by 3Pi.constCompPiIsoConstCategoryTheory.Limits.Sigma.constCompSigmaIsoConst · cited by 2Sigma.constCompSigmaIsoCo…CategoryTheory.Limits.ι_colimitPointwiseProductToProductColimit_π_assoc · cited by 1Limits.ι_colimitPointwise…CategoryTheory.Limits.Sigma.constCompSigmaIsoConst_hom_app · cited by 0Sigma.constCompSigmaIsoCo…CategoryTheory.Limits.Sigma.constCompSigmaIsoConst_inv_app · cited by 0Sigma.constCompSigmaIsoCo…CategoryTheory.MorphismProperty.IsInvertedBy.pi · cited by 0IsInvertedBy.piCategoryTheory.Functor.pi_map · cited by 0Functor.pi_mapCategoryTheory.Functor.pi_obj · cited by 0Functor.pi_objCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapFunctor.piCITED BYCITES

Cites5

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

Cited by37

Results whose statement or proof uses this declaration.