Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LocalizerMorphism.localizedFunctor

{C₁ : Type u₁} →
  {C₂ : Type u₂} →
    {D₁ : Type u₄} →
      {D₂ : Type u₅} →
        [inst : CategoryTheory.Category.{v₁, u₁} C₁] →
          [inst_1 : CategoryTheory.Category.{v₂, u₂} C₂] →
            [inst_2 : CategoryTheory.Category.{v₄, u₄} D₁] →
              [inst_3 : CategoryTheory.Category.{v₅, u₅} D₂] →
                {W₁ : CategoryTheory.MorphismProperty C₁} →
                  {W₂ : CategoryTheory.MorphismProperty C₂} →
                    CategoryTheory.LocalizerMorphism W₁ W₂ →
                      (L₁ : CategoryTheory.Functor C₁ D₁) →
                        [L₁.IsLocalization W₁] →
                          (L₂ : CategoryTheory.Functor C₂ D₂) → [L₂.IsLocalization W₂] → CategoryTheory.Functor D₁ D₂

When Φ : LocalizerMorphism W₁ W₂ and that L₁ and L₂ are localization functors for W₁ and W₂, then Φ.localizedFunctor L₁ L₂ is the induced functor on the localized categories.

Defined in
Mathlib.CategoryTheory.Localization.LocalizerMorphism
Cited by
29 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.IsLocalizationCategoryTheory.Functor.IsLocalization

Around this declaration

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

CategoryTheory.LocalizerMorphism.homMap · cited by 10LocalizerMorphism.homMapCategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison · cited by 6LocalizerMorphism.rightDe…CategoryTheory.LocalizerMorphism.smallHomMap · cited by 5LocalizerMorphism.smallHo…CategoryTheory.LocalizerMorphism.equiv_smallHomMap · cited by 4LocalizerMorphism.equiv_s…CategoryTheory.LocalizerMorphism.homMap_apply · cited by 4LocalizerMorphism.homMap_…CategoryTheory.Functor.mapHomologicalComplexUpToQuasiIso · cited by 3Functor.mapHomologicalCom…CategoryTheory.LocalizerMorphism.isLeftDerivabilityStructure_of_isLocalizedEquivalence · cited by 3LocalizerMorphism.isLeftD…CategoryTheory.LocalizerMorphism.isRightDerivabilityStructure_iff · cited by 3LocalizerMorphism.isRight…CategoryTheory.LocalizerMorphism.homMap_comp · cited by 2LocalizerMorphism.homMap_…CategoryTheory.LocalizerMorphism.homMap_map · cited by 2LocalizerMorphism.homMap_…CategoryTheory.LocalizerMorphism.isLeftDerivabilityStructure_iff_op · cited by 2LocalizerMorphism.isLeftD…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison_fac · cited by 2LocalizerMorphism.rightDe…CategoryTheory.LocalizerMorphism.rightDerivedFunctorComparison_fac_app · cited by 2LocalizerMorphism.rightDe…CategoryTheory.LocalizerMorphism.IsLocalizedEquivalence.isEquivalence · cited by 1IsLocalizedEquivalence.is…CategoryTheory.LocalizerMorphism.IsLocalizedEquivalence.mk' · cited by 1IsLocalizedEquivalence.mk'CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Functor.IsLocalization · cited by 432Functor.IsLocalizationCategoryTheory.LocalizerMorphism · cited by 161CategoryTheory.LocalizerM…CategoryTheory.LocalizerMorphism.functor · cited by 140LocalizerMorphism.functorCategoryTheory.Localization.lift · cited by 9Localization.liftCategoryTheory.LocalizerMorphism.inverts · cited by 2LocalizerMorphism.invertsLocalizerMorphism.localizedFu…CITED BYCITES

Cites9

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

Cited by44

Results whose statement or proof uses this declaration.