Skip to content

[Merged by Bors] - feat(Topology/Category): category of finite topological spaces#13485

Closed
chrisflav wants to merge 3 commits intomasterfrom
chrisflav/fintopcat
Closed

[Merged by Bors] - feat(Topology/Category): category of finite topological spaces#13485
chrisflav wants to merge 3 commits intomasterfrom
chrisflav/fintopcat

Conversation

@chrisflav
Copy link
Copy Markdown
Member

@chrisflav chrisflav commented Jun 3, 2024

The category of finite topological spaces.


This is needed to obtain the category of finite continuous G-types for a topological group G. This would then be
ContAction FinTopCat G.

Open in Gitpod

@chrisflav chrisflav added t-category-theory Category theory t-topology Topological spaces, uniform spaces, metric spaces, filters awaiting-review labels Jun 3, 2024
@dagurtomas dagurtomas added awaiting-author A reviewer has asked the author a question or requested changes. and removed awaiting-review labels Jun 4, 2024
@chrisflav chrisflav added awaiting-review and removed awaiting-author A reviewer has asked the author a question or requested changes. labels Jun 4, 2024
Comment on lines +44 to +48
instance (X : FinTopCat) : TopologicalSpace ((forget FinTopCat).obj X) :=
inferInstanceAs <| TopologicalSpace X

instance (X : FinTopCat) : Fintype ((forget FinTopCat).obj X) :=
X.fintype
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the spelling be (forget _).obj X or X (from the CoeSort instance)?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this does not break things, I would favour the CoeSort versoin.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's sad that we need that. I really hope we can sort out the coercions of concrete categories one day.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I do anything about this in this case or can we merge this PR then?

@joelriou joelriou added awaiting-author A reviewer has asked the author a question or requested changes. and removed awaiting-review labels Jun 7, 2024
@chrisflav chrisflav added awaiting-review and removed awaiting-author A reviewer has asked the author a question or requested changes. labels Jun 7, 2024
@erdOne
Copy link
Copy Markdown
Member

erdOne commented Jun 8, 2024

Thanks!
maintainer merge

@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 8, 2024

🚀 Pull request has been placed on the maintainer queue by erdOne.

@github-actions github-actions bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Jun 8, 2024
Copy link
Copy Markdown
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉

bors merge

@ghost ghost added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Jun 8, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jun 8, 2024
@chrisflav
Copy link
Copy Markdown
Member Author

Thanks for the reviews!

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Jun 8, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Topology/Category): category of finite topological spaces [Merged by Bors] - feat(Topology/Category): category of finite topological spaces Jun 8, 2024
@mathlib-bors mathlib-bors bot closed this Jun 8, 2024
@mathlib-bors mathlib-bors bot deleted the chrisflav/fintopcat branch June 8, 2024 19:30
AntoineChambert-Loir pushed a commit that referenced this pull request Jun 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. ready-to-merge This PR has been sent to bors. t-category-theory Category theory t-topology Topological spaces, uniform spaces, metric spaces, filters

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants