Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapContAction

{V : Type u_5} →
  {W : Type u_6} →
    [inst : CategoryTheory.Category.{v_2, u_5} V] →
      {FV : V → V → Type u_7} →
        {CV : V → Type u_8} →
          [inst_1 : (X Y : V) → FunLike (FV X Y) (CV X) (CV Y)] →
            [inst_2 : CategoryTheory.ConcreteCategory V FV] →
              [inst_3 : CategoryTheory.HasForget₂ V TopCat] →
                [inst_4 : CategoryTheory.Category.{v_3, u_6} W] →
                  {FW : W → W → Type u_9} →
                    {CW : W → Type u_10} →
                      [inst_5 : (X Y : W) → FunLike (FW X Y) (CW X) (CW Y)] →
                        [inst_6 : CategoryTheory.ConcreteCategory W FW] →
                          [inst_7 : CategoryTheory.HasForget₂ W TopCat] →
                            (G : Type u_11) →
                              [inst_8 : Monoid G] →
                                [inst_9 : TopologicalSpace G] →
                                  (F : CategoryTheory.Functor V W) →
                                    (∀ (X : ContAction V G), ((F.mapAction G).obj X.obj).IsContinuous) →
                                      CategoryTheory.Functor (ContAction V G) (ContAction W G)

Continuous version of Functor.mapAction.

Defined in
Mathlib.CategoryTheory.Action.Continuous
Cited by
8 results in Mathlib
Foundations
Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategoryCategoryTheory.HasForget₂CategoryTheory.CategoryFunLikeCategoryTheory.ConcreteCategoryCategoryTheory.HasForget₂MonoidTopologicalSpace

Around this declaration

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

CategoryTheory.Functor.mapContActionComp · cited by 2Functor.mapContActionCompCategoryTheory.Functor.mapContActionCongr · cited by 2Functor.mapContActionCongrCategoryTheory.Equivalence.mapContAction · cited by 2Equivalence.mapContActionCategoryTheory.Functor.mapContActionComp_hom · cited by 0Functor.mapContActionComp…CategoryTheory.Functor.mapContActionComp_inv · cited by 0Functor.mapContActionComp…CategoryTheory.Functor.mapContActionCongr_hom · cited by 0Functor.mapContActionCong…CategoryTheory.Functor.mapContActionCongr_inv · cited by 0Functor.mapContActionCong…CategoryTheory.Functor.mapContAction_map · cited by 0Functor.mapContAction_mapCategoryTheory.Functor.mapContAction_obj_obj · cited by 0Functor.mapContAction_obj…CategoryTheory.Equivalence.mapContAction_functor · cited by 0Equivalence.mapContAction…CategoryTheory.Equivalence.mapContAction_inverse · cited by 0Equivalence.mapContAction…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryTopologicalSpace · cited by 24529TopologicalSpaceCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compMonoid · cited by 3887MonoidTopCat.carrier · cited by 3184TopCat.carrierFunLike · cited by 2560FunLikeContinuousMap · cited by 2491ContinuousMapTopCat · cited by 1889TopCatCategoryTheory.ObjectProperty.FullSubcategory.obj · cited by 1316FullSubcategory.objCategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…Action · cited by 206ActionCategoryTheory.ObjectProperty.ι · cited by 95ObjectProperty.ιCategoryTheory.HasForget₂ · cited by 37CategoryTheory.HasForget₂Functor.mapContActionCITED BYCITES

Cites19

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

Cited by11

Results whose statement or proof uses this declaration.