Theorems · Theorem · category theory
CategoryTheory.Functor.relativelyRepresentable.map
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {D : Type u₂} [inst_1 : CategoryTheory.Category.{v₂, u₂} D]
(F : CategoryTheory.Functor C D) [F.Full] [CategoryTheory.Limits.HasPullbacks C] {a b : C} (f : a ⟶ b)
[∀ (c : C) (g : c ⟶ b), CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.cospan f g) F],
F.relativelyRepresentable (F.map f)When C has pullbacks, then F.map f is representable with respect to F for any
f : a ⟶ b in C.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pullbackproof · cited by 864
- CategoryTheory.Limits.pullback.fstproof · cited by 639
- CategoryTheory.Limits.pullback.sndproof · cited by 637
- CategoryTheory.Limits.WalkingCospanstatement · cited by 496
- CategoryTheory.Limits.cospanstatement and proof · cited by 467
- CategoryTheory.Limits.HasPullbacksstatement and proof · cited by 439
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Functor.relativelyRepresentable.toPullbackTerminalproof · cited by 1