Theorems · Theorem · category theory
CategoryTheory.Limits.SequentialProduct.functorMap_commSq_succ
∀ {C : Type u_1} {M N : ℕ → C} [inst : CategoryTheory.Category.{v_1, u_1} C] (f : (n : ℕ) → M n ⟶ N n)
[inst_1 : CategoryTheory.Limits.HasCountableProducts C] (n : ℕ),
CategoryTheory.CategoryStruct.comp
((CategoryTheory.Functor.ofOpSequence (CategoryTheory.Limits.SequentialProduct.functorMap f)).map
(CategoryTheory.homOfLE ⋯).op)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Limits.Pi.π (fun m => if x : m < Opposite.unop (Opposite.op n) then M m else N m) n)
(CategoryTheory.eqToHom ⋯)) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.Pi.π (fun i => if x : i < n + 1 then M i else N i) n)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom ⋯) (f n))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 61 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functor.mapstatement · cited by 8,698
- Oppositestatement · cited by 8,081
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Discretestatement · cited by 2,447
- Opposite.unopstatement · cited by 2,231
- CategoryTheory.Category.comp_idproof · cited by 2,119
- Quiver.Hom.opstatement · cited by 1,948
- CategoryTheory.eqToHomstatement and proof · cited by 860
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.SequentialProduct.functorMap_commSqproof · cited by 0