Theorems · Theorem · category theory
CategoryTheory.functorProdToProdFunctor_map
∀ (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] {X Y : CategoryTheory.Functor A (B × C)} (α : X ⟶ Y),
(CategoryTheory.functorProdToProdFunctor A B C).map α =
CategoryTheory.Prod.mkHom (CategoryTheory.Functor.whiskerRight α (CategoryTheory.Prod.fst B C))
(CategoryTheory.Functor.whiskerRight α (CategoryTheory.Prod.snd B C))- Defined in
- Mathlib.CategoryTheory.Products.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.Homstatement and proof · cited by 32,603
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Functor.whiskerRightstatement · cited by 467
- CategoryTheory.Prod.mkHomstatement · cited by 108
- CategoryTheory.Prod.fststatement · cited by 51
- CategoryTheory.Prod.sndstatement · cited by 50
- CategoryTheory.functorProdToProdFunctorstatement and proof · cited by 11
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.