Theorems · Definition · category theory
CategoryTheory.Limits.Concrete.pullbackEquiv
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{FC : C → C → Type u_1} →
{CC : C → Type v} →
[inst_1 : (X Y : C) → FunLike (FC X Y) (CC X) (CC Y)] →
[inst_2 : CategoryTheory.ConcreteCategory C FC] →
{X₁ X₂ S : C} →
(f₁ : X₁ ⟶ S) →
(f₂ : X₂ ⟶ S) →
[inst_3 : CategoryTheory.Limits.HasPullback f₁ f₂] →
[CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.cospan f₁ f₂)
(CategoryTheory.forget C)] →
CategoryTheory.ToType (CategoryTheory.Limits.pullback f₁ f₂) ≃
{ p //
(CategoryTheory.ConcreteCategory.hom f₁) p.1 = (CategoryTheory.ConcreteCategory.hom f₂) p.2 }In a concrete category C, given two morphisms f₁ : X₁ ⟶ S and f₂ : X₂ ⟶ S,
the elements in pullback f₁ f₂ can be identified to compatible tuples of
elements in X₁ and X₂.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- Equivstatement · cited by 8,337
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- FunLikestatement and proof · cited by 2,560
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Limits.WalkingCospanstatement · cited by 496
- CategoryTheory.Limits.cospanstatement and proof · cited by 467
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.Concrete.pullbackMkproof · cited by 4
- CategoryTheory.Limits.Concrete.pullbackMk_surjectiveproof · cited by 0