Mathlib Map

Theorems · Definition · category theory

ContAction

(V : Type u_1) →
  [inst : CategoryTheory.Category.{v_1, u_1} V] →
    {FV : V → V → Type u_2} →
      {CV : V → Type u_3} →
        [inst_1 : (X Y : V) → FunLike (FV X Y) (CV X) (CV Y)] →
          [inst_2 : CategoryTheory.ConcreteCategory V FV] →
            [CategoryTheory.HasForget₂ V TopCat] →
              (G : Type u_4) → [Monoid G] → [TopologicalSpace G] → Type (max (max u_1 u_4) v_1)

For HasForget₂ V TopCat, this is the full subcategory of Action V G where the induced action is continuous.

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

Around this declaration

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

ContAction.res · cited by 9ContAction.resCategoryTheory.Functor.mapContAction · cited by 8Functor.mapContActionContAction.resCongr · cited by 3ContAction.resCongrCategoryTheory.Functor.mapContActionComp · cited by 2Functor.mapContActionCompCategoryTheory.Functor.mapContActionCongr · cited by 2Functor.mapContActionCongrCategoryTheory.Equivalence.mapContAction · cited by 2Equivalence.mapContActionContAction.resComp · cited by 2ContAction.resCompContAction.resEquiv · cited by 2ContAction.resEquivCategoryTheory.PreGaloisCategory.functorToContAction · cited by 2PreGaloisCategory.functor…CategoryTheory.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.Category · cited by 32673CategoryTheory.CategoryTopologicalSpace · cited by 24529TopologicalSpaceMonoid · cited by 3887MonoidTopCat.carrier · cited by 3184TopCat.carrierFunLike · cited by 2560FunLikeContinuousMap · cited by 2491ContinuousMapTopCat · cited by 1889TopCatCategoryTheory.ObjectProperty.FullSubcategory · cited by 726ObjectProperty.FullSubcat…CategoryTheory.ConcreteCategory · cited by 421CategoryTheory.ConcreteCa…CategoryTheory.HasForget₂ · cited by 37CategoryTheory.HasForget₂Action.IsContinuous · cited by 20Action.IsContinuousContActionCITED BYCITES

Cites11

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

Cited by29

Results whose statement or proof uses this declaration.