Theorems · Definition · category theory
CategoryTheory.costructuredArrowOpEquivalence
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(F : CategoryTheory.Functor C D) →
(d : D) → (CategoryTheory.CostructuredArrow F d)ᵒᵖ ≌ CategoryTheory.StructuredArrow (Opposite.op d) F.opFor a functor F : C ⥤ D and an object d : D, the category of costructured arrows
F.obj c ⟶ d is contravariantly equivalent to the category of structured arrows
op d ⟶ F.op.obj c.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.Functorstatement and proof · cited by 16,252
- Oppositestatement and proof · cited by 8,081
- CategoryTheory.Functor.compproof · cited by 6,529
- Opposite.unopproof · cited by 2,231
- CategoryTheory.Functor.opstatement and proof · cited by 997
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Equivalencestatement · cited by 601
- CategoryTheory.CostructuredArrowstatement and proof · cited by 536
- CategoryTheory.StructuredArrowstatement and proof · cited by 370
- CategoryTheory.Functor.rightOpproof · cited by 214
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.isCofiltered_costructuredArrow_of_isCofiltered_of_existsproof · cited by 2
- CategoryTheory.representablyFlat_op_iffproof · cited by 1