Theorems · Theorem · category theory
CategoryTheory.Limits.Types.isPullback_iff
∀ {X₁ X₂ X₃ X₄ : Type u} (t : X₁ ⟶ X₂) (r : X₂ ⟶ X₄) (l : X₁ ⟶ X₃) (b : X₃ ⟶ X₄),
CategoryTheory.IsPullback t l r b ↔
CategoryTheory.CategoryStruct.comp t r = CategoryTheory.CategoryStruct.comp l b ∧
(∀ (x₁ y₁ : (fun X => X) X₁),
(CategoryTheory.ConcreteCategory.hom t) x₁ = (CategoryTheory.ConcreteCategory.hom t) y₁ ∧
(CategoryTheory.ConcreteCategory.hom l) x₁ = (CategoryTheory.ConcreteCategory.hom l) y₁ →
x₁ = y₁) ∧
∀ (x₂ : (fun X => X) X₂) (x₃ : (fun X => X) X₃),
(CategoryTheory.ConcreteCategory.hom r) x₂ = (CategoryTheory.ConcreteCategory.hom b) x₃ →
∃ x₁, (CategoryTheory.ConcreteCategory.hom t) x₁ = x₂ ∧ (CategoryTheory.ConcreteCategory.hom l) x₁ = x₃- Cited by
- 4 results in Mathlib
- Foundations
- Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- TypeCat.Funstatement · cited by 1,307
- CategoryTheory.IsIsoproof · cited by 1,156
- CategoryTheory.Iso.symmproof · cited by 993
- TypeCat.ofHomproof · cited by 389
- CategoryTheory.IsPullbackstatement and proof · cited by 320
- CategoryTheory.Limits.PullbackCone.mkproof · cited by 203
- CategoryTheory.asIsoproof · cited by 177
- CategoryTheory.ConcreteCategory.congr_homproof · cited by 138
Cited by4
Results whose statement or proof uses this declaration.
- SSet.relativeCellComplexOfMono.isPullbackproof · cited by 1
- CategoryTheory.Presheaf.isPullback_χ_truthproof · cited by 1
- SSet.Subcomplex.Pairing.RankFunction.isPullbackproof · cited by 1
- CategoryTheory.Limits.Types.isPullback_of_isPushoutproof · cited by 0