Theorems · Theorem · category theory
CategoryTheory.preservesFinOfPreservesBinaryAndTerminal
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {D : Type u'} [inst_1 : CategoryTheory.Category.{v', u'} D]
(F : CategoryTheory.Functor C D)
[CategoryTheory.Limits.PreservesLimitsOfShape (CategoryTheory.Discrete CategoryTheory.Limits.WalkingPair) F]
[CategoryTheory.Limits.PreservesLimitsOfShape (CategoryTheory.Discrete PEmpty.{1}) F]
[CategoryTheory.Limits.HasFiniteProducts C] (n : ℕ) (f : Fin n → C),
CategoryTheory.Limits.PreservesLimit (CategoryTheory.Discrete.functor f) FIf F preserves the terminal object and binary products, then it preserves products indexed by
Fin n for any n.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement and proof · cited by 1,319
- CategoryTheory.Discrete.functorstatement · cited by 633
- CategoryTheory.Limits.PreservesLimitstatement · cited by 293
- CategoryTheory.Limits.PreservesLimitsOfShapestatement and proof · cited by 156
- CategoryTheory.Limits.HasFiniteProductsstatement and proof · cited by 142
Cited by1
Results whose statement or proof uses this declaration.