Theorems · Definition · category theory
CategoryTheory.Limits.isLimitMapConeBinaryFanEquiv
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(G : CategoryTheory.Functor C D) →
{P X Y : C} →
(f : P ⟶ X) →
(g : P ⟶ Y) →
CategoryTheory.Limits.IsLimit (G.mapCone (CategoryTheory.Limits.BinaryFan.mk f g)) ≃
CategoryTheory.Limits.IsLimit (CategoryTheory.Limits.BinaryFan.mk (G.map f) (G.map g))The map of a binary fan is a limit iff the fork consisting of the mapped morphisms is a limit. This
essentially lets us commute BinaryFan.mk with Functor.mapCone.
- 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.
Cites23
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 and proof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- Equivstatement · cited by 8,337
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- Equiv.symmproof · cited by 3,681
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.Cone.ptproof · cited by 1,298
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.PreservesLimitPair.of_iso_prod_comparisonproof · cited by 2
- CategoryTheory.Functor.isLimitMapConeBinaryFanOfPreservesKernelsproof · cited by 1
- CategoryTheory.Limits.mapIsLimitOfPreservesOfIsLimitproof · cited by 1
- CategoryTheory.Limits.isLimitOfReflectsOfMapIsLimitproof · cited by 0