Theorems · Definition · category theory
CategoryTheory.CostructuredArrow.prodEquivalence
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
{C' : Type u₃} →
[inst_2 : CategoryTheory.Category.{v₃, u₃} C'] →
{D' : Type u₄} →
[inst_3 : CategoryTheory.Category.{v₄, u₄} D'] →
(S : CategoryTheory.Functor C D) →
(S' : CategoryTheory.Functor C' D') →
(T : D) →
(T' : D') →
CategoryTheory.CostructuredArrow (S.prod S') (T, T') ≌
CategoryTheory.CostructuredArrow S T × CategoryTheory.CostructuredArrow S' T'The natural equivalence
CostructuredArrow (S.prod S') (T, T') ≌ CostructuredArrow S T × CostructuredArrow S' T'.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Functor.idproof · cited by 3,333
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Equivalencestatement · cited by 601
- CategoryTheory.CostructuredArrowstatement and proof · cited by 536
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.Functor.prodstatement and proof · cited by 126
- CategoryTheory.CostructuredArrow.prodFunctorproof · cited by 5
- CategoryTheory.CostructuredArrow.prodInverseproof · cited by 5
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.CostructuredArrow.prodEquivalence_counitIsostatement and proof · cited by 0
- CategoryTheory.CostructuredArrow.prodEquivalence_functorstatement and proof · cited by 0
- CategoryTheory.CostructuredArrow.prodEquivalence_inversestatement and proof · cited by 0
- CategoryTheory.CostructuredArrow.prodEquivalence_unitIsostatement and proof · cited by 0