Mathlib Map

Theorems · Definition · category theory

CategoryTheory.NatTrans.rightOp

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        {F G : CategoryTheory.Functor Cᵒᵖ D} → (F ⟶ G) → (G.rightOp ⟶ F.rightOp)

Given a natural transformation α : F ⟶ G, for F G : Cᵒᵖ ⥤ D, taking op of each component gives a natural transformation G.rightOp ⟶ F.rightOp.

Defined in
Mathlib.CategoryTheory.Opposites
Cited by
18 results in Mathlib
Foundations
Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Limits.coconeRightOpOfCone · cited by 16Limits.coconeRightOpOfConeCategoryTheory.SimplicialObject.Augmented.rightOp · cited by 15Augmented.rightOpCategoryTheory.Functor.leftOpRightOpEquiv · cited by 15Functor.leftOpRightOpEquivCategoryTheory.Limits.coneRightOpOfCocone · cited by 9Limits.coneRightOpOfCoconeAlgebraicGeometry.Scheme.AffineZariskiSite.relativeGluingData · cited by 5AffineZariskiSite.relativ…CategoryTheory.simplicialToCosimplicialAugmented · cited by 4CategoryTheory.simplicial…CategoryTheory.NatTrans.rightOpWhiskerRight · cited by 1NatTrans.rightOpWhiskerRi…Ext · cited by 1ExtCategoryTheory.NatTrans.rightOpWhiskerRight_assoc · cited by 0NatTrans.rightOpWhiskerRi…CategoryTheory.NatTrans.rightOp_app · cited by 0NatTrans.rightOp_appCategoryTheory.NatTrans.rightOp_comp · cited by 0NatTrans.rightOp_compCategoryTheory.NatTrans.rightOp_id · cited by 0NatTrans.rightOp_idCategoryTheory.NatTrans.Equifibered.rightOp · cited by 0Equifibered.rightOpCategoryTheory.Limits.coneRightOpOfCocone_π · cited by 0Limits.coneRightOpOfCocon…CategoryTheory.simplicialToCosimplicialAugmented_map_right · cited by 0CategoryTheory.simplicial…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorOpposite · cited by 8081OppositeCategoryTheory.NatTrans.app · cited by 7406NatTrans.appQuiver.Hom.op · cited by 1948Hom.opCategoryTheory.Functor.rightOp · cited by 214Functor.rightOpNatTrans.rightOpCITED BYCITES

Cites7

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

Cited by25

Results whose statement or proof uses this declaration.