Theorems · Definition · category theory
CategoryTheory.CostructuredArrow.prodFunctor
{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.Functor (CategoryTheory.CostructuredArrow (S.prod S') (T, T'))
(CategoryTheory.CostructuredArrow S T × CategoryTheory.CostructuredArrow S' T')Implementation; see CostructuredArrow.prodEquivalence.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Quiver.Homproof · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.CostructuredArrowstatement and proof · cited by 536
- CategoryTheory.CommaMorphism.leftproof · cited by 526
- CategoryTheory.CostructuredArrow.homproof · cited by 179
- CategoryTheory.CostructuredArrow.mkproof · cited by 155
- CategoryTheory.Functor.prodstatement and proof · cited by 126
- CategoryTheory.CostructuredArrow.homMkproof · cited by 55
Cited by6
Results whose statement or proof uses this declaration.
- CategoryTheory.CostructuredArrow.prodEquivalenceproof · cited by 4
- CategoryTheory.CostructuredArrow.prodEquivalence_counitIsostatement · cited by 0
- CategoryTheory.CostructuredArrow.prodEquivalence_functorstatement · cited by 0
- CategoryTheory.CostructuredArrow.prodEquivalence_unitIsostatement · cited by 0
- CategoryTheory.CostructuredArrow.prodFunctor_mapstatement and proof · cited by 0
- CategoryTheory.CostructuredArrow.prodFunctor_objstatement and proof · cited by 0