Theorems · Definition · category theory
CategoryTheory.Limits.SequentialProduct.isLimit
{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] →
CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.SequentialProduct.cone f)The cone over the tower
``
⋯ → ∏_{n < m} M n × ∏_{n ≥ m} N n → ⋯ → ∏ N
`
with cone point ∏ M` is indeed a limit cone.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.compproof · cited by 17,999
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.NatTrans.appproof · cited by 7,406
- CategoryTheory.Limits.Cone.ptproof · cited by 1,298
- CategoryTheory.eqToHomproof · cited by 860
- CategoryTheory.Limits.Coneproof · cited by 710
- CategoryTheory.Limits.IsLimitstatement · cited by 664
- CategoryTheory.Limits.Cone.πproof · cited by 500
- CategoryTheory.Limits.Pi.πproof · cited by 184
- CategoryTheory.Limits.Pi.liftproof · cited by 53
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.