Theorems · Theorem · category theory
CategoryTheory.MorphismProperty.pullbackLift_fst_snd
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {P : CategoryTheory.MorphismProperty C}
[P.IsStableUnderBaseChange] {S S' X Y : C} (f : S' ⟶ S) {v₁₂ : X ⟶ S} {v₂₂ : Y ⟶ S} {g : X ⟶ Y}
(hv₁₂ : v₁₂ = CategoryTheory.CategoryStruct.comp g v₂₂) [inst_2 : CategoryTheory.Limits.HasPullback v₁₂ f]
[inst_3 : CategoryTheory.Limits.HasPullback v₂₂ f],
P g →
P
(CategoryTheory.Limits.pullback.lift
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.pullback.fst v₁₂ f) g)
(CategoryTheory.Limits.pullback.snd v₁₂ f) ⋯)- Cited by
- 2 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.
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.fststatement and proof · cited by 639
- CategoryTheory.Limits.pullback.sndstatement and proof · cited by 637
- CategoryTheory.Limits.HasPullbackstatement and proof · cited by 434
- CategoryTheory.IsPullbackproof · cited by 320
- CategoryTheory.Limits.limit.lift_πproof · cited by 266
- CategoryTheory.Limits.PullbackCone.mkproof · cited by 203
- CategoryTheory.Limits.WalkingCospan.leftproof · cited by 190
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.overPullbackMapproof · cited by 2
- CategoryTheory.MorphismProperty.baseChange_map'proof · cited by 0