Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Adjunction.ofIsLeftAdjoint

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

The adjunction associated to a functor known to be a left adjoint.

Defined in
Mathlib.CategoryTheory.Adjunction.Basic
Cited by
9 results in Mathlib
Foundations
Depth 11 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.

Cites6

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

Cited by11

Results whose statement or proof uses this declaration.