Theorems · Theorem · category theory
CategoryTheory.LiftLeftAdjoint.constructLeftAdjointObj.congr_simp
∀ {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]
{U : CategoryTheory.Functor B C} {F : CategoryTheory.Functor C B} (R : CategoryTheory.Functor A B)
(F' : CategoryTheory.Functor C A) (adj₁ adj₁_1 : F ⊣ U),
adj₁ = adj₁_1 →
∀ (adj₂ adj₂_1 : F' ⊣ R.comp U),
adj₂ = adj₂_1 →
∀ [inst_3 : CategoryTheory.Limits.HasReflexiveCoequalizers A] (Y Y_1 : B),
Y = Y_1 →
CategoryTheory.LiftLeftAdjoint.constructLeftAdjointObj R F' adj₁ adj₂ Y =
CategoryTheory.LiftLeftAdjoint.constructLeftAdjointObj R F' adj₁_1 adj₂_1 Y_1- Cited by
- 0 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.compstatement and proof · cited by 6,529
- CategoryTheory.Adjunctionstatement and proof · cited by 524
- CategoryTheory.Limits.HasReflexiveCoequalizersstatement and proof · cited by 9
- CategoryTheory.LiftLeftAdjoint.constructLeftAdjointObjstatement and proof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.