Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LocalizerMorphism.smallHomMap

{C₁ : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C₁] →
    {W₁ : CategoryTheory.MorphismProperty C₁} →
      {C₂ : Type u₂} →
        [inst_1 : CategoryTheory.Category.{v₂, u₂} C₂] →
          {W₂ : CategoryTheory.MorphismProperty C₂} →
            (Φ : CategoryTheory.LocalizerMorphism W₁ W₂) →
              {X Y : C₁} →
                [inst_2 : CategoryTheory.Localization.HasSmallLocalizedHom W₁ X Y] →
                  [inst_3 : CategoryTheory.Localization.HasSmallLocalizedHom W₂ (Φ.functor.obj X) (Φ.functor.obj Y)] →
                    CategoryTheory.Localization.SmallHom W₁ X Y →
                      CategoryTheory.Localization.SmallHom W₂ (Φ.functor.obj X) (Φ.functor.obj Y)

The action of a localizer morphism on SmallHom.

Defined in
Mathlib.CategoryTheory.Localization.SmallHom
Cited by
5 results in Mathlib
Foundations
Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Localization.HasSmallLocalizedHomCategoryTheory.Localization.HasSmallLocalizedHom

Around this declaration

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

CategoryTheory.LocalizerMorphism.equiv_smallHomMap · cited by 4LocalizerMorphism.equiv_s…CategoryTheory.Localization.SmallHom.shift · cited by 3SmallHom.shiftCategoryTheory.LocalizerMorphism.smallHomMap' · cited by 3LocalizerMorphism.smallHo…CategoryTheory.LocalizerMorphism.equiv_smallHomMap' · cited by 1LocalizerMorphism.equiv_s…CategoryTheory.LocalizerMorphism.smallHomMap_comp · cited by 1LocalizerMorphism.smallHo…CategoryTheory.LocalizerMorphism.smallHomMap_mk · cited by 1LocalizerMorphism.smallHo…CategoryTheory.LocalizerMorphism.smallHomMap'_comp · cited by 0LocalizerMorphism.smallHo…DFunLike.coe · cited by 62936DFunLike.coeCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor.map · cited by 8698Functor.mapEquiv.symm · cited by 3681Equiv.symmCategoryTheory.MorphismProperty · cited by 2179CategoryTheory.MorphismPr…CategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Iso.app · cited by 253Iso.appCategoryTheory.LocalizerMorphism · cited by 161CategoryTheory.LocalizerM…CategoryTheory.LocalizerMorphism.functor · cited by 140LocalizerMorphism.functorCategoryTheory.CatCommSq.iso · cited by 108CatCommSq.isoCategoryTheory.MorphismProperty.Q · cited by 98MorphismProperty.QCategoryTheory.Localization.HasSmallLocalizedHom · cited by 30Localization.HasSmallLoca…CategoryTheory.Iso.homCongr · cited by 30Iso.homCongrCategoryTheory.LocalizerMorphism.localizedFunctor · cited by 29LocalizerMorphism.localiz…LocalizerMorphism.smallHomMapCITED BYCITES

Cites17

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

Cited by7

Results whose statement or proof uses this declaration.