-
Notifications
You must be signed in to change notification settings - Fork 382
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
Conversation
PR summary 54c5e4f42e
|
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>
There was a problem hiding this 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
.
Co-authored-by: Jireh Loreaux <[email protected]>
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 |
🚀 Pull request has been placed on the maintainer queue by j-loreaux. |
Thanks! bors merge |
…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]>
Pull request successfully merged into master. Build succeeded: |
This PR uses Arzela-Ascoli to prove local compactness of the Pontryagin dual.
expMapCircle
as aPartialHomeomorph
and proveIsLocalHomeomorph
#11334