Theorems · Theorem · category theory
CategoryTheory.MorphismProperty.relative.of_exists
∀ {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.Faithful] [F.Full]
[P.RespectsIso] {f : X ⟶ Y},
(∀ ⦃a : C⦄ (g : F.obj a ⟶ Y), ∃ b fst snd, ∃ (_ : CategoryTheory.IsPullback fst (F.map snd) f g), P snd) →
CategoryTheory.MorphismProperty.relative F P fGiven a morphism property P which respects isomorphisms, then to show that a morphism
f : X ⟶ Y satisfies P.relative it suffices to show that:
* The morphism is representable.
* For any morphism g : F.obj a ⟶ G, the property P holds for some represented pullback
of f by g.
- 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.
Cites27
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.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Iso.homproof · cited by 7,684
- CategoryTheory.MorphismPropertystatement and proof · cited by 2,179
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Functor.map_compproof · cited by 734
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Arrow.rightproof · cited by 423
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.MorphismProperty.relative_mapproof · cited by 1
- CategoryTheory.MorphismProperty.relative_of_sndproof · cited by 0