[Merged by Bors] - feat(Topology/Category): category of finite topological spaces#13485
[Merged by Bors] - feat(Topology/Category): category of finite topological spaces#13485
Conversation
| instance (X : FinTopCat) : TopologicalSpace ((forget FinTopCat).obj X) := | ||
| inferInstanceAs <| TopologicalSpace X | ||
|
|
||
| instance (X : FinTopCat) : Fintype ((forget FinTopCat).obj X) := | ||
| X.fintype |
There was a problem hiding this comment.
Should the spelling be (forget _).obj X or X (from the CoeSort instance)?
There was a problem hiding this comment.
If this does not break things, I would favour the CoeSort versoin.
There was a problem hiding this comment.
The CoeSort version already works:
example (X : FinTopCat) : Fintype X := inferInstance
but
example (X : FinTopCat) : Fintype ((forget FinTopCat).obj X) := inferInstance
does not without the instance above and I think I'll need this one.
There was a problem hiding this comment.
It's sad that we need that. I really hope we can sort out the coercions of concrete categories one day.
There was a problem hiding this comment.
Should I do anything about this in this case or can we merge this PR then?
|
Thanks! |
|
🚀 Pull request has been placed on the maintainer queue by erdOne. |
The category of finite topological spaces.
|
Thanks for the reviews! |
|
Pull request successfully merged into master. Build succeeded: |
The category of finite topological spaces.
The category of finite topological spaces.
This is needed to obtain the category of finite continuous
G-types for a topological groupG. This would then beContAction FinTopCat G.