Theorems · Definition · category theory
CategoryTheory.CartesianMonoidalCategory.isLimitCartesianMonoidalCategoryOfPreservesLimits
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.CartesianMonoidalCategory C] →
{D : Type u₁} →
[inst_2 : CategoryTheory.Category.{v₁, u₁} D] →
(F : CategoryTheory.Functor C D) →
(A B : C) →
[CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.pair A B) F] →
CategoryTheory.Limits.IsLimit
(CategoryTheory.Limits.BinaryFan.mk (F.map (CategoryTheory.SemiCartesianMonoidalCategory.fst A B))
(F.map (CategoryTheory.SemiCartesianMonoidalCategory.snd A B)))If F preserves the limit of the pair (A, B), then the binary fan given by
(F.map fst A B, F.map (snd A B)) is a limit cone.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.Functor.objstatement · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.CartesianMonoidalCategorystatement and proof · cited by 947
- CategoryTheory.Limits.IsLimitstatement · cited by 664
- CategoryTheory.Limits.pairstatement and proof · cited by 536
- CategoryTheory.Limits.PreservesLimitstatement and proof · cited by 293
- CategoryTheory.SemiCartesianMonoidalCategory.fststatement and proof · cited by 184
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.CartesianMonoidalCategory.prodComparisonIsoproof · cited by 16