Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Sum.functorEquiv

(A : Type u_1) →
  [inst : CategoryTheory.Category.{v_1, u_1} A] →
    (A' : Type u_2) →
      [inst_1 : CategoryTheory.Category.{v_2, u_2} A'] →
        (B : Type u) →
          [inst_2 : CategoryTheory.Category.{v, u} B] →
            CategoryTheory.Functor (A ⊕ A') B ≌ CategoryTheory.Functor A B × CategoryTheory.Functor A' B

The equivalence between functors from a sum and the product of the functor categories.

Defined in
Mathlib.CategoryTheory.Sums.Products
Cited by
31 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso · cited by 6Sum.associativityFunctorE…CategoryTheory.Sum.natTransOfWhiskerLeftInlInr · cited by 5Sum.natTransOfWhiskerLeft…CategoryTheory.Sum.Swap.equivalenceFunctorEquivFunctorIso · cited by 4Swap.equivalenceFunctorEq…CategoryTheory.Sum.functorEquivFunctorCompFstIso · cited by 2Sum.functorEquivFunctorCo…CategoryTheory.Sum.functorEquivFunctorCompSndIso · cited by 2Sum.functorEquivFunctorCo…CategoryTheory.Sum.functorEquivInverseCompWhiskeringLeftInlIso · cited by 2Sum.functorEquivInverseCo…CategoryTheory.Sum.functorEquivInverseCompWhiskeringLeftInrIso · cited by 2Sum.functorEquivInverseCo…CategoryTheory.Sum.functorEquiv_unitIso · cited by 1Sum.functorEquiv_unitIsoCategoryTheory.Sum.natTransOfWhiskerLeftInlInr_app · cited by 1Sum.natTransOfWhiskerLeft…CategoryTheory.Sum.Swap.equivalenceFunctorEquivFunctorIso_hom_app_fst · cited by 0Swap.equivalenceFunctorEq…CategoryTheory.Sum.Swap.equivalenceFunctorEquivFunctorIso_hom_app_snd · cited by 0Swap.equivalenceFunctorEq…CategoryTheory.Sum.Swap.equivalenceFunctorEquivFunctorIso_inv_app_fst · cited by 0Swap.equivalenceFunctorEq…CategoryTheory.Sum.Swap.equivalenceFunctorEquivFunctorIso_inv_app_snd · cited by 0Swap.equivalenceFunctorEq…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_snd_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Prod.mkHom · cited by 108Prod.mkHomCategoryTheory.Sum.inl_ · cited by 63Sum.inl_CategoryTheory.Sum.inr_ · cited by 63Sum.inr_CategoryTheory.Functor.sum' · cited by 43Functor.sum'CategoryTheory.Iso.prod · cited by 19Iso.prodCategoryTheory.NatTrans.sum' · cited by 8NatTrans.sum'CategoryTheory.Functor.isoSum · cited by 6Functor.isoSumSum.functorEquivCITED BYCITES

Cites18

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

Cited by38

Results whose statement or proof uses this declaration.