Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.isLeftAdjoint_square_lift_comonadic

∀ {A : Type u₁} {B : Type u₂} {C : Type u₃} [inst : CategoryTheory.Category.{v₁, u₁} A]
  [inst_1 : CategoryTheory.Category.{v₂, u₂} B] [inst_2 : CategoryTheory.Category.{v₃, u₃} C] {D : Type u₄}
  [inst_3 : CategoryTheory.Category.{v₄, u₄} D] (Q : CategoryTheory.Functor A B) (V : CategoryTheory.Functor B D)
  (U : CategoryTheory.Functor A C) (L : CategoryTheory.Functor C D) (comm : U.comp L ≅ Q.comp V) [U.IsLeftAdjoint]
  [CategoryTheory.ComonadicLeftAdjoint V] [L.IsLeftAdjoint] [CategoryTheory.Limits.HasCoreflexiveEqualizers A],
  Q.IsLeftAdjoint

Suppose we have a commutative square of functors `` Q A → B U ↓ ↓ V C → D L ` where U has a right adjoint, A has reflexive equalizers and V is comonadic. Then Q has a right adjoint if L` has a right adjoint. See https://ncatlab.org/nlab/show/adjoint+lifting+theorem

Defined in
Mathlib.CategoryTheory.Adjunction.Lifting.Right
Cited by
0 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLeftAdjointCategoryTheory.ComonadicLeftAdjointCategoryTheory.Functor.IsLeftAdjointCategoryTheory.Limits.HasCoreflexiveEqualizers

Around this declaration

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

Cites11

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.