Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Equivalence.prod

{A : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} A] →
    {B : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} B] →
        {C : Type u₃} →
          [inst_2 : CategoryTheory.Category.{v₃, u₃} C] →
            {D : Type u₄} → [inst_3 : CategoryTheory.Category.{v₄, u₄} D] → (A ≌ B) → (C ≌ D) → (A × C ≌ B × D)

The Cartesian product of two equivalences of categories.

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

Around this declaration

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

CategoryTheory.prod.prodμ · cited by 8prod.prodμCategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso · cited by 6Sum.associativityFunctorE…CategoryTheory.prod.prodμ_counitIso_hom_app · cited by 0prod.prodμ_counitIso_hom_…CategoryTheory.prod.prodμ_counitIso_inv_app · cited by 0prod.prodμ_counitIso_inv_…CategoryTheory.prod.prodμ_functor_map · cited by 0prod.prodμ_functor_mapCategoryTheory.prod.prodμ_inverse_map · cited by 0prod.prodμ_inverse_mapCategoryTheory.prod.prodμ_unitIso_hom_app · cited by 0prod.prodμ_unitIso_hom_appCategoryTheory.prod.prodμ_unitIso_inv_app · cited by 0prod.prodμ_unitIso_inv_appCategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_snd_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_snd_snd · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_inv_app_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_inv_app_snd_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_inv_app_snd_snd · cited by 0Sum.associativityFunctorE…CategoryTheory.Equivalence.prod_counitIso · cited by 0Equivalence.prod_counitIsoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Equivalence.functor · cited by 1268Equivalence.functorCategoryTheory.Equivalence.inverse · cited by 1130Equivalence.inverseCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Equivalence.unitIso · cited by 536Equivalence.unitIsoCategoryTheory.Equivalence.counitIso · cited by 480Equivalence.counitIsoCategoryTheory.Functor.prod · cited by 126Functor.prodCategoryTheory.NatIso.prod · cited by 4NatIso.prodEquivalence.prodCITED BYCITES

Cites8

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

Cited by18

Results whose statement or proof uses this declaration.