Theorems · Theorem · category theory
CategoryTheory.Functor.relativelyRepresentable.hom_ext
∀ {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} {f : X ⟶ Y} (hf : F.relativelyRepresentable f) {a : C} {g : F.obj a ⟶ Y}
[F.Faithful] {c : C} {a_1 b : c ⟶ hf.pullback g},
CategoryTheory.CategoryStruct.comp (F.map a_1) (hf.fst g) = CategoryTheory.CategoryStruct.comp (F.map b) (hf.fst g) →
CategoryTheory.CategoryStruct.comp a_1 (hf.snd g) = CategoryTheory.CategoryStruct.comp b (hf.snd g) → a_1 = bTwo morphisms a b : c ⟶ hf.pullback g are equal if
* Their compositions (in C) with hf.snd g : hf.pullback ⟶ X are equal.
* The compositions of F.map a and F.map b with hf.fst g are equal.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 28 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Functor.map_compproof · cited by 734
- CategoryTheory.Functor.Faithfulstatement and proof · cited by 313
- CategoryTheory.Functor.map_injectiveproof · cited by 91
- CategoryTheory.Functor.relativelyRepresentable.pullbackstatement and proof · cited by 65
- CategoryTheory.Functor.relativelyRepresentablestatement and proof · cited by 64
- CategoryTheory.Functor.congr_mapproof · cited by 50
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.relativelyRepresentable.hom_ext'proof · cited by 3
- CategoryTheory.Functor.relativelyRepresentable.hom_ext_iffproof · cited by 0