Theorems · Definition · category theory
CategoryTheory.Limits.prodComparison
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{w, u₂} D] →
(F : CategoryTheory.Functor C D) →
(A B : C) →
[inst_2 : CategoryTheory.Limits.HasBinaryProduct A B] →
[inst_3 : CategoryTheory.Limits.HasBinaryProduct (F.obj A) (F.obj B)] → F.obj (A ⨯ B) ⟶ F.obj A ⨯ F.obj BThe product comparison morphism.
In CategoryTheory/Limits/Preserves we show this is always an iso iff F preserves binary products.
- Cited by
- 26 results in Mathlib
- Foundations
- Depth 25 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 · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Limits.prodstatement · cited by 364
- CategoryTheory.Limits.prod.fstproof · cited by 189
- CategoryTheory.Limits.prod.sndproof · cited by 185
- CategoryTheory.Limits.HasBinaryProductstatement and proof · cited by 169
- CategoryTheory.Limits.prod.liftproof · cited by 123
Cited by28
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.prodComparison_fststatement · cited by 5
- CategoryTheory.Limits.prodComparison_sndstatement · cited by 5
- CategoryTheory.Limits.prodComparisonNatTransproof · cited by 3
- CategoryTheory.Limits.prodComparison_naturalstatement and proof · cited by 3
- CategoryTheory.Limits.prodComparisonNatIsostatement and proof · cited by 2
- CategoryTheory.Limits.PreservesLimitPair.of_iso_prod_comparisonstatement and proof · cited by 2
- CategoryTheory.Limits.prodComparison_inv_naturalstatement and proof · cited by 1
- CategoryTheory.Limits.prodComparison_natural_of_natTransstatement and proof · cited by 1
- CategoryTheory.Limits.inv_prodComparison_map_fststatement and proof · cited by 1
- CategoryTheory.Limits.inv_prodComparison_map_sndstatement and proof · cited by 1
- CategoryTheory.Limits.preservesBinaryBiproduct_of_mono_biprodComparisonproof · cited by 1
- CategoryTheory.Limits.Concrete.prodEquiv_apply_fstproof · cited by 1