Theorems · Theorem · category theory
CategoryTheory.CategoryOfElements.costructuredArrowULiftYonedaEquivalence_counitIso
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] (F : CategoryTheory.Functor Cᵒᵖ (Type (max w v))),
(CategoryTheory.CategoryOfElements.costructuredArrowULiftYonedaEquivalence F).counitIso =
CategoryTheory.NatIso.ofComponents
(fun X =>
CategoryTheory.CostructuredArrow.isoMk
(CategoryTheory.Iso.refl
(({ obj := fun X => Opposite.op (F.elementsMk (Opposite.op X.left) (CategoryTheory.uliftYonedaEquiv X.hom)),
map := fun {X Y} f =>
(CategoryTheory.CategoryOfElements.homMk
(F.elementsMk (Opposite.op Y.left) (CategoryTheory.uliftYonedaEquiv Y.hom))
(F.elementsMk (Opposite.op X.left) (CategoryTheory.uliftYonedaEquiv X.hom)) f.left.op
⋯).op,
map_id := ⋯, map_comp := ⋯ }.comp
{
obj := fun x =>
CategoryTheory.CostructuredArrow.mk
(CategoryTheory.uliftYonedaEquiv.symm (Opposite.unop x).snd),
map := fun {X Y} f => CategoryTheory.CostructuredArrow.homMk (↑(Opposite.unop f)).unop ⋯,
map_id := ⋯, map_comp := ⋯ }).obj
X).left)
⋯)
⋯- Defined in
- Mathlib.CategoryTheory.Elements
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 39 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.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · 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
- Equivstatement · cited by 8,337
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.ConcreteCategory.homstatement · cited by 4,022
- CategoryTheory.Isostatement · cited by 3,963
- Equiv.symmstatement · cited by 3,681
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.