Theorems · Theorem · category theory
CategoryTheory.IsPullback.app
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
[CategoryTheory.Limits.HasPullbacks D] {F₁ F₂ F₃ F₄ : CategoryTheory.Functor C D} {f₁ : F₁ ⟶ F₂} {f₂ : F₁ ⟶ F₃}
{f₃ : F₂ ⟶ F₄} {f₄ : F₃ ⟶ F₄},
CategoryTheory.IsPullback f₁ f₂ f₃ f₄ →
∀ (X : C), CategoryTheory.IsPullback (f₁.app X) (f₂.app X) (f₃.app X) (f₄.app X)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.NatTrans.appstatement · cited by 7,406
- CategoryTheory.Limits.HasPullbacksstatement and proof · cited by 439
- CategoryTheory.IsPullbackstatement and proof · cited by 320
- CategoryTheory.evaluationproof · cited by 173
- CategoryTheory.IsPullback.mapproof · cited by 20
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.IsPullback.iff_appproof · cited by 0