Theorems · Theorem · category theory
CategoryTheory.MorphismProperty.relative.property
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
{F : CategoryTheory.Functor C D} {X Y : D} {P : CategoryTheory.MorphismProperty C} {f : X ⟶ Y},
CategoryTheory.MorphismProperty.relative F P f →
∀ ⦃a b : C⦄ (g : F.obj a ⟶ Y) (fst : F.obj b ⟶ X) (snd : b ⟶ a),
CategoryTheory.IsPullback fst (F.map snd) f g → P snd- Cited by
- 4 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement · cited by 8,698
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.IsPullbackstatement · cited by 320
- CategoryTheory.MorphismProperty.relativestatement and proof · cited by 10
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.of_relative_mapproof · cited by 1
- CategoryTheory.MorphismProperty.relative_monotoneproof · cited by 1
- CategoryTheory.MorphismProperty.relative.property_sndproof · cited by 1
- CategoryTheory.MorphismProperty.relative_isStableUnderBaseChangeproof · cited by 0