Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat(Topology/Algebra/PontryaginDual): Local Compactness of the Pontryagin Dual #11335

Closed
wants to merge 31 commits into from

Conversation

tb65536
Copy link
Collaborator

@tb65536 tb65536 commented Mar 12, 2024

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Mar 12, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 8, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 16, 2024
grunweg pushed a commit that referenced this pull request Jun 7, 2024
…us family of functions (#12002)

This PR adds a version of Arzela-Ascoli for an equicontinuous family of functions that I will use to prove local compactness of the Pontryagin dual in #11335.
AntoineChambert-Loir pushed a commit that referenced this pull request Jun 20, 2024
…us family of functions (#12002)

This PR adds a version of Arzela-Ascoli for an equicontinuous family of functions that I will use to prove local compactness of the Pontryagin dual in #11335.
@tb65536 tb65536 added awaiting-review-DONT-USE Read the "Changes to the #queue" announcement on Zulip and removed awaiting-review-DONT-USE Read the "Changes to the #queue" announcement on Zulip labels Jul 9, 2024
Copy link

github-actions bot commented Jul 13, 2024

PR summary 54c5e4f42e

Import changes for modified files

Dependency changes

File Base Count Head Count Change
Mathlib.Topology.Algebra.PontryaginDual 1260 1347 +87 (+6.90%)
Mathlib.Topology.Algebra.ContinuousMonoidHom 1061 1074 +13 (+1.23%)
Import changes for all files
Files Import difference
Mathlib.Topology.Algebra.ContinuousMonoidHom 13
Mathlib.Topology.Algebra.PontryaginDual 87

Declarations diff

+ instance [LocallyCompactSpace G] : LocallyCompactSpace (PontryaginDual G) := by
+ locallyCompactSpace_of_equicontinuousAt
+ locallyCompactSpace_of_hasBasis

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

@urkud urkud requested review from j-loreaux and ADedecker July 13, 2024 14:36
Copy link
Collaborator

@j-loreaux j-loreaux left a comment

Choose a reason for hiding this comment

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

Fingers crossed, but I think it's possible there is a big simplification available here in the case of FirstCountableTopology X.

@j-loreaux j-loreaux added the awaiting-author A reviewer has asked the author a question or requested changes label Jul 17, 2024
@tb65536 tb65536 added awaiting-CI and removed awaiting-author A reviewer has asked the author a question or requested changes labels Jul 17, 2024
@tb65536 tb65536 added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-author A reviewer has asked the author a question or requested changes labels Jul 17, 2024
@j-loreaux j-loreaux self-assigned this Jul 18, 2024
@j-loreaux
Copy link
Collaborator

I haven't checked carefully whether these proofs can be significantly simplified, but I don't think it's too big a problem even if they can be.

maintainer merge

Copy link

🚀 Pull request has been placed on the maintainer queue by j-loreaux.

@riccardobrasca
Copy link
Member

Thanks!

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Jul 22, 2024
mathlib-bors bot pushed a commit that referenced this pull request Jul 22, 2024
…yagin Dual (#11335)

This PR uses Arzela-Ascoli to prove local compactness of the Pontryagin dual.



Co-authored-by: Yury G. Kudryashov <[email protected]>
Co-authored-by: Thomas Browning <[email protected]>
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Jul 22, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Topology/Algebra/PontryaginDual): Local Compactness of the Pontryagin Dual [Merged by Bors] - feat(Topology/Algebra/PontryaginDual): Local Compactness of the Pontryagin Dual Jul 22, 2024
@mathlib-bors mathlib-bors bot closed this Jul 22, 2024
@mathlib-bors mathlib-bors bot deleted the tb_locally_compact branch July 22, 2024 07:28
@adomani adomani mentioned this pull request Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintainer-merge ready-to-merge This PR has been sent to bors. t-algebra Algebra (groups, rings, fields, etc) t-topology Topological spaces, uniform spaces, metric spaces, filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants