Theorems · Definition · category theory
isBinaryProductOfIsTerminalIsPullback
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
(F : CategoryTheory.Functor (CategoryTheory.Discrete CategoryTheory.Limits.WalkingPair) C) →
(c : CategoryTheory.Limits.Cone F) →
{X : C} →
(hX : CategoryTheory.Limits.IsTerminal X) →
(f : F.obj { as := CategoryTheory.Limits.WalkingPair.left } ⟶ X) →
(g : F.obj { as := CategoryTheory.Limits.WalkingPair.right } ⟶ X) →
CategoryTheory.Limits.IsLimit
(CategoryTheory.Limits.PullbackCone.mk (c.π.app { as := CategoryTheory.Limits.WalkingPair.left })
(c.π.app { as := CategoryTheory.Limits.WalkingPair.right }) ⋯) →
CategoryTheory.Limits.IsLimit cIf a span is the pullback span over the terminal object, then it is a binary product.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement and proof · cited by 1,319
- CategoryTheory.Limits.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.Functor.conststatement · cited by 1,264
- CategoryTheory.Limits.Conestatement and proof · cited by 710
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
Cited by3
Results whose statement or proof uses this declaration.
- limitConeOfTerminalAndPullbacksproof · cited by 6
- preservesBinaryProducts_of_preservesTerminal_and_pullbacksproof · cited by 1
- isProductOfIsTerminalIsPullbackproof · cited by 0