mathlib4
mathlib4 copied to clipboard
feat(CategoryTheory/Action): category of continuous actions
Introduces the category ContAction V G for any concrete category V with a forgetful functor to TopCat and monoid G. It is realized as a full subcategory of Action V G where the induced action is continuous.
Also introduces the full subcategory DiscreteContAction V G where the underlying topological space is discrete.
This is an alternative design of #12878. The difference is that instead of bundling a topological space instance in ContAction, we require V to have a HasForget₂ V TopCat instance. Examples could be:
V = TopCat: category of topologicalG-setsV = TopCommRingCat: category of topologicalG-rings
Thanks for the suggestions, I adapted them in the last commit.
This design seems better to me as compared to #12878
This design seems better to me as compared to #12878
I closed #12878 and adapted your suggestions.
Thanks!
bors merge
Pull request successfully merged into master.
Build succeeded: