Theorems · Theorem · category theory
CategoryTheory.MorphismProperty.pullback_map
Deprecated since 2026-03-20Use CategoryTheory.MorphismProperty.pullbackMap instead.
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {P : CategoryTheory.MorphismProperty C}
[P.IsStableUnderBaseChange] [P.IsStableUnderComposition] {S X X' Y Y' : C} {f : X ⟶ S}
[inst_3 : CategoryTheory.Limits.HasPullbacksAlong f] {g : Y ⟶ S} {f' : X' ⟶ S} {g' : Y' ⟶ S} {i₁ : X ⟶ X'}
[inst_4 : CategoryTheory.Limits.HasPullbacksAlong g'] {i₂ : Y ⟶ Y'},
P i₁ →
P i₂ →
∀ (e₁ : f = CategoryTheory.CategoryStruct.comp i₁ f') (e₂ : g = CategoryTheory.CategoryStruct.comp i₂ g'),
P (CategoryTheory.Limits.pullback.map f g f' g' i₁ i₂ (CategoryTheory.CategoryStruct.id S) ⋯ ⋯)Alias of CategoryTheory.MorphismProperty.pullbackMap.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.MorphismPropertystatement · cited by 2,179
- CategoryTheory.Category.comp_idstatement · cited by 2,119
- CategoryTheory.Limits.pullbackstatement · cited by 864
- CategoryTheory.Limits.pullback.mapstatement · cited by 156
- CategoryTheory.MorphismProperty.IsStableUnderBaseChangestatement · cited by 131
- CategoryTheory.MorphismProperty.IsStableUnderCompositionstatement · cited by 84
- CategoryTheory.Limits.HasPullbacksAlongstatement · cited by 21
- CategoryTheory.Limits.hasPullback_symmetry_of_hasPullbacksAlongstatement · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.