Theorems · Definition · category theory
CategoryTheory.Limits.FormalCoproduct.homPullbackEquiv
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{X Y Z : CategoryTheory.Limits.FormalCoproduct C} →
(f : X ⟶ Z) →
(g : Y ⟶ Z) →
(pb :
(i : Function.Pullback f.f g.f) →
CategoryTheory.Limits.PullbackCone
(CategoryTheory.CategoryStruct.comp (f.φ (↑i).1) (CategoryTheory.eqToHom ⋯)) (g.φ (↑i).2)) →
((i : Function.Pullback f.f g.f) → CategoryTheory.Limits.IsLimit (pb i)) →
(T : CategoryTheory.Limits.FormalCoproduct C) →
(T ⟶ (CategoryTheory.Limits.FormalCoproduct.pullbackCone f g pb).pt) ≃
{ p // CategoryTheory.CategoryStruct.comp p.1 f = CategoryTheory.CategoryStruct.comp p.2 g }The Equiv that witnesses that pullbackCone f g pb is actually a pullback. This is the
universal property of pullbacks.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 34 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.
Cites22
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.compstatement and proof · cited by 17,999
- Equivstatement · cited by 8,337
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.Cone.ptstatement and proof · cited by 1,298
- CategoryTheory.eqToHomstatement and proof · cited by 860
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Limits.WalkingCospanstatement · cited by 496
- CategoryTheory.Limits.cospanstatement · cited by 467
- CategoryTheory.Limits.PullbackCone.mkproof · cited by 203
- CategoryTheory.Limits.IsLimit.liftproof · cited by 167
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.FormalCoproduct.isLimitPullbackConeproof · cited by 2
- CategoryTheory.Limits.FormalCoproduct.homPullbackEquiv_apply_coestatement and proof · cited by 0
- CategoryTheory.Limits.FormalCoproduct.homPullbackEquiv_symm_apply_f_coestatement and proof · cited by 0
- CategoryTheory.Limits.FormalCoproduct.homPullbackEquiv_symm_apply_φstatement and proof · cited by 0