Theorems · Theorem · category theory
CategoryTheory.Limits.Pi.map_eq_prod_map
∀ {C : Type u_1} {I : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C] {X Y : I → C} (f : (i : I) → X i ⟶ Y i)
(P : I → Prop) [inst_1 : CategoryTheory.Limits.HasProduct X] [inst_2 : CategoryTheory.Limits.HasProduct Y]
[inst_3 : CategoryTheory.Limits.HasProduct fun i => X ↑i] [inst_4 : CategoryTheory.Limits.HasProduct fun i => X ↑i]
[inst_5 : CategoryTheory.Limits.HasProduct fun i => Y ↑i] [inst_6 : CategoryTheory.Limits.HasProduct fun i => Y ↑i]
[inst_7 : (i : I) → Decidable (P i)],
CategoryTheory.Limits.Pi.map f =
CategoryTheory.CategoryStruct.comp
((CategoryTheory.Limits.Pi.binaryFanOfPropIsLimit X P).conePointUniqueUpToIso
(CategoryTheory.Limits.prodIsProd (∏ᶜ fun i => X ↑i) (∏ᶜ fun i => X ↑i))).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.prod.map (CategoryTheory.Limits.Pi.map fun i => f ↑i)
(CategoryTheory.Limits.Pi.map fun i => f ↑i))
((CategoryTheory.Limits.Pi.binaryFanOfPropIsLimit Y P).conePointUniqueUpToIso
(CategoryTheory.Limits.prodIsProd (∏ᶜ fun i => Y ↑i) (∏ᶜ fun i => Y ↑i))).inv)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites51
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.SequentialProduct.functorMap_epiproof · cited by 0