mathlib4 icon indicating copy to clipboard operation
mathlib4 copied to clipboard

feat(Topology/Algebra/PontryaginDual): Local Compactness of the Pontryagin Dual

Open tb65536 opened this issue 1 year ago • 2 comments

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


  • [x] depends on: #11334
  • [x] depends on: #6844
  • [x] depends on: #12002

Open in Gitpod

tb65536 avatar Mar 12 '24 20:03 tb65536

I'm marking this as awaiting-review in case a lemma other than #12002 would be better for this situation.

tb65536 avatar Jun 05 '24 04:06 tb65536

This PR/issue depends on:

  • ~~leanprover-community/mathlib4#11334~~
  • ~~leanprover-community/mathlib4#6844~~
  • ~~leanprover-community/mathlib4#12002~~ By Dependent Issues (🤖). Happy coding!

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>

github-actions[bot] avatar Jul 13 '24 14:07 github-actions[bot]

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

j-loreaux avatar Jul 21 '24 18:07 j-loreaux

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

github-actions[bot] avatar Jul 21 '24 18:07 github-actions[bot]

Thanks!

bors merge

riccardobrasca avatar Jul 22 '24 07:07 riccardobrasca

Pull request successfully merged into master.

Build succeeded:

mathlib-bors[bot] avatar Jul 22 '24 07:07 mathlib-bors[bot]