Theorems · Definition · category theory
ContAction.res
(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] →
[inst_3 : CategoryTheory.HasForget₂ V TopCat] →
{G : Type u_4} →
[inst_4 : Monoid G] →
[inst_5 : TopologicalSpace G] →
{H : Type u_5} →
[inst_6 : Monoid H] →
[inst_7 : TopologicalSpace H] →
(G →ₜ* H) → CategoryTheory.Functor (ContAction V H) (ContAction V G)The "restriction" functor along a monoid homomorphism f : G →* H,
taking actions of H to actions of G. This is the analogue of
Action.res in the continuous setting.
- Defined in
- Mathlib.CategoryTheory.Action.Continuous
- Cited by
- 9 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- TopologicalSpacestatement and proof · cited by 24,529
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.compproof · cited by 6,529
- Monoidstatement and proof · cited by 3,887
- TopCat.carrierstatement · cited by 3,184
- FunLikestatement and proof · cited by 2,560
- ContinuousMapstatement · cited by 2,491
- TopCatstatement and proof · cited by 1,889
- CategoryTheory.ConcreteCategorystatement and proof · cited by 421
- MonoidHomClass.toMonoidHomproof · cited by 294
- Actionstatement · cited by 206
Cited by12
Results whose statement or proof uses this declaration.
- ContAction.resCongrstatement and proof · cited by 3
- ContAction.resCompstatement and proof · cited by 2
- ContAction.resEquivproof · cited by 2
- ContAction.resComp_homstatement · cited by 0
- ContAction.resComp_invstatement · cited by 0
- ContAction.resCongr_homstatement · cited by 0
- ContAction.resCongr_invstatement · cited by 0
- ContAction.resEquiv_functorstatement · cited by 0
- ContAction.resEquiv_inversestatement · cited by 0
- ContAction.res_mapstatement and proof · cited by 0
- ContAction.res_obj_objstatement and proof · cited by 0
- ContAction.resCongr.congr_simpstatement · cited by 0