Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Functor.isRightKanExtension_iff_isIso

∀ {C : Type u_1} {H : Type u_3} {D : Type u_4} [inst : CategoryTheory.Category.{v_1, u_1} C]
  [inst_1 : CategoryTheory.Category.{v_3, u_3} H] [inst_2 : CategoryTheory.Category.{v_4, u_4} D]
  {F' F'' : CategoryTheory.Functor D H} (φ : F'' ⟶ F') {L : CategoryTheory.Functor C D} {F : CategoryTheory.Functor C H}
  (α : L.comp F' ⟶ F) (α' : L.comp F'' ⟶ F),
  CategoryTheory.CategoryStruct.comp (L.whiskerLeft φ) α = α' →
    ∀ [F'.IsRightKanExtension α], F''.IsRightKanExtension α' ↔ CategoryTheory.IsIso φ
Defined in
Mathlib.CategoryTheory.Functor.KanExtension.Basic
Cited by
4 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsRightKanExtension

Around this declaration

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

CategoryTheory.SimplicialObject.isCoskeletal_iff_isIso · cited by 0SimplicialObject.isCoskel…CategoryTheory.Functor.isIso_ranAdjunction_homEquiv_iff · cited by 0Functor.isIso_ranAdjuncti…CategoryTheory.Functor.isIso_ranAdjunction_unit_app_iff · cited by 0Functor.isIso_ranAdjuncti…CategoryTheory.Functor.isLeftDerivedFunctor_iff_isIso_leftDerivedLift · cited by 0Functor.isLeftDerivedFunc…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.IsIso · cited by 1156CategoryTheory.IsIsoCategoryTheory.Functor.whiskerLeft · cited by 496Functor.whiskerLeftCategoryTheory.asIso · cited by 177CategoryTheory.asIsoCategoryTheory.Functor.IsRightKanExtension · cited by 46Functor.IsRightKanExtensi…CategoryTheory.Functor.liftOfIsRightKanExtension_fac · cited by 11Functor.liftOfIsRightKanE…CategoryTheory.Functor.rightKanExtensionUnique · cited by 6Functor.rightKanExtension…CategoryTheory.Functor.rightKanExtensionUnique_hom · cited by 5Functor.rightKanExtension…CategoryTheory.Functor.hom_ext_of_isRightKanExtension · cited by 4Functor.hom_ext_of_isRigh…CategoryTheory.Functor.isRightKanExtension_iff_of_iso · cited by 2Functor.isRightKanExtensi…Functor.isRightKanExtension_i…CITED BYCITES

Cites15

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

Cited by4

Results whose statement or proof uses this declaration.