Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.rightAdjoint

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (R : CategoryTheory.Functor D C) → [R.IsLeftAdjoint] → CategoryTheory.Functor C D

A chosen right adjoint to a functor that is a left adjoint.

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
5 results in Mathlib
Foundations
Depth 9 from the axioms · uses Classical.choice
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLeftAdjoint

Around this declaration

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

Cites4

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

Cited by8

Results whose statement or proof uses this declaration.