Theorems · Definition · category theory
CategoryTheory.Prod.mkHom
{C : Type u₁} →
[inst : CategoryTheory.CategoryStruct.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.CategoryStruct.{v₂, u₂} D] →
{X₁ X₂ : C} → {Y₁ Y₂ : D} → (X₁ ⟶ X₂) → (Y₁ ⟶ Y₂) → ((X₁, Y₁) ⟶ (X₂, Y₂))Construct a morphism in a product category by giving its constituent components.
This constructor should be preferred over Prod.mk, because Lean infers better the
source and target of the resulting morphism.
- Defined in
- Mathlib.CategoryTheory.Products.Basic
- Cited by
- 108 results in Mathlib
- Foundations
- Depth 4 from the axioms, rests on 11 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStructstatement and proof · cited by 343
Cited by131
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.prodproof · cited by 126
- CategoryTheory.Prod.swapproof · cited by 36
- CategoryTheory.Sum.functorEquivproof · cited by 31
- CategoryTheory.Functor.prod'proof · cited by 31
- CategoryTheory.MonoidalCategory.DayConvolution.mapproof · cited by 21
- CategoryTheory.Iso.prodproof · cited by 19
- CategoryTheory.prod.associatorproof · cited by 12
- CategoryTheory.functorProdToProdFunctorproof · cited by 11
- CategoryTheory.prod.inverseAssociatorproof · cited by 10
- CategoryTheory.MonoidalCategory.ExternalProduct.extensionUnitLeftproof · cited by 10
- CategoryTheory.MonoidalCategory.ExternalProduct.extensionUnitRightproof · cited by 9
- CategoryTheory.prod.rightInverseUnitorproof · cited by 8