Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.IsRepresentedBy.representableBy

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {F : CategoryTheory.Functor Cᵒᵖ (Type w)} →
      {X : C} → {x : F.obj (Opposite.op X)} → F.IsRepresentedBy x → F.RepresentableBy X

The canonical representation induced by the universal element x : F.obj X.

Defined in
Mathlib.CategoryTheory.RepresentedBy
Cited by
6 results in Mathlib
Foundations
Depth 34 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.Category

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Functor.IsRepresentedBy.iff_exists_representableBy · cited by 2IsRepresentedBy.iff_exist…CategoryTheory.Functor.IsRepresentedBy.of_isoObj · cited by 1IsRepresentedBy.of_isoObjCategoryTheory.Functor.IsRepresentedBy.of_natIso · cited by 1IsRepresentedBy.of_natIsoCategoryTheory.Functor.IsRepresentable.iff_exists_isRepresentedBy · cited by 0IsRepresentable.iff_exist…CategoryTheory.Functor.IsRepresentedBy.representableBy.congr_simp · cited by 0representableBy.congr_simpCategoryTheory.Functor.IsRepresentedBy.representableBy_homEquiv_apply · cited by 0IsRepresentedBy.represent…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.Functor.comp · cited by 6529Functor.compEquiv.symm · cited by 3681Equiv.symmCategoryTheory.uliftFunctor · cited by 58CategoryTheory.uliftFunct…CategoryTheory.Functor.RepresentableBy · cited by 51Functor.RepresentableByCategoryTheory.Functor.IsRepresentedBy · cited by 14Functor.IsRepresentedByCategoryTheory.Functor.representableByUliftFunctorEquiv · cited by 4Functor.representableByUl…CategoryTheory.Functor.RepresentableBy.equivUliftYonedaIso · cited by 3RepresentableBy.equivUlif…CategoryTheory.Functor.IsRepresentedBy.uliftYonedaIso · cited by 1IsRepresentedBy.uliftYone…IsRepresentedBy.representable…CITED BYCITES

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by6

Results whose statement or proof uses this declaration.