mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat(CategoryTheory/Action): category of continuous actions

Open chrisflav opened this issue 1 year ago • 4 comments
trafficstars

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 topological G-sets
  • V = TopCommRingCat: category of topological G-rings

Open in Gitpod

chrisflav avatar May 18 '24 10:05 chrisflav

Thanks for the suggestions, I adapted them in the last commit.

chrisflav avatar May 23 '24 13:05 chrisflav

This design seems better to me as compared to #12878

joelriou avatar May 23 '24 22:05 joelriou

This design seems better to me as compared to #12878

I closed #12878 and adapted your suggestions.

chrisflav avatar May 24 '24 07:05 chrisflav

Thanks!

bors merge

joelriou avatar May 25 '24 10:05 joelriou

Pull request successfully merged into master.

Build succeeded:

mathlib-bors[bot] avatar May 25 '24 10:05 mathlib-bors[bot]