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(Analysis/LocallyConvex/WithSeminorms): characterize continuous seminorms #5501

Closed
wants to merge 4 commits into from

Conversation

ADedecker
Copy link
Member

This shows that, if the topology of E is defined by some family of seminorms p, then a seminorm q is continuous iff ∃ s : Finset ι, ∃ C : ℝ≥0, C ≠ 0 ∧ q ≤ C • s.sup p. Via Seminorm.continuous_iff_continuous_comp this gives the converse of Seminorm.continuous_from_bounded and hence a characterization of continuous linear maps between such spaces.

To do that, we restate all of the "bound of shell" lemmas in terms of seminorms, which needs changing some imports, but I've checked the current state of the port and this should not cause too much trouble since most of the touched files are already ported so we can changes the imports in mathlib4 too.

The WithSeminorms file needs a naming/dot notation refactor at some point, because the naming scheme is neither predictable nor convenient to use, but this PR is already large enough.


Open in Gitpod

This is a manual port of leanprover-community/mathlib#17298 which was already maintainer merge-d and bors delegate-d, but I thought it would be easier to just make a new Mathlib4 PR.

There's one thing I'm not sure about: I moved some lemmas to other files (and I moved the #aligns with them), will that be a problem for mathport? If so we should also merge the Mathlib3 PR, otherwise I can just close it.

@sgouezel
Copy link
Contributor

bors r+
Thanks!
I think you can just close the mathlib3 PR, as the lemmas are still there and aligned.

@github-actions github-actions bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Jun 29, 2023
bors bot pushed a commit that referenced this pull request Jun 29, 2023
…eminorms (#5501)

This shows that, if the topology of `E` is defined by some family of seminorms `p`, then a seminorm `q` is continuous iff `∃ s : Finset ι, ∃ C : ℝ≥0, C ≠ 0 ∧ q ≤ C • s.sup p`. Via [Seminorm.continuous_iff_continuous_comp](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Analysis/LocallyConvex/WithSeminorms.html#Seminorm.continuous_iff_continuous_comp) this gives the converse of [Seminorm.continuous_from_bounded](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Analysis/LocallyConvex/WithSeminorms.html#Seminorm.continuous_from_bounded) and hence a characterization of continuous linear maps between such spaces.

To do that, we restate all of the "bound of shell" lemmas in terms of seminorms, which needs changing some imports, but I've checked the current state of the port and this should not cause too much trouble since most of the touched files are already ported so we can changes the imports in mathlib4 too.

The `WithSeminorms` file needs a naming/dot notation refactor at some point, because the naming scheme is neither predictable nor convenient to use, but this PR is already large enough.
@bors
Copy link

bors bot commented Jun 29, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat(Analysis/LocallyConvex/WithSeminorms): characterize continuous seminorms [Merged by Bors] - feat(Analysis/LocallyConvex/WithSeminorms): characterize continuous seminorms Jun 29, 2023
@bors bors bot closed this Jun 29, 2023
@bors bors bot deleted the AD_refactor_shell_seminorms branch June 29, 2023 09:22
kbuzzard pushed a commit that referenced this pull request Jul 6, 2023
…eminorms (#5501)

This shows that, if the topology of `E` is defined by some family of seminorms `p`, then a seminorm `q` is continuous iff `∃ s : Finset ι, ∃ C : ℝ≥0, C ≠ 0 ∧ q ≤ C • s.sup p`. Via [Seminorm.continuous_iff_continuous_comp](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Analysis/LocallyConvex/WithSeminorms.html#Seminorm.continuous_iff_continuous_comp) this gives the converse of [Seminorm.continuous_from_bounded](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Analysis/LocallyConvex/WithSeminorms.html#Seminorm.continuous_from_bounded) and hence a characterization of continuous linear maps between such spaces.

To do that, we restate all of the "bound of shell" lemmas in terms of seminorms, which needs changing some imports, but I've checked the current state of the port and this should not cause too much trouble since most of the touched files are already ported so we can changes the imports in mathlib4 too.

The `WithSeminorms` file needs a naming/dot notation refactor at some point, because the naming scheme is neither predictable nor convenient to use, but this PR is already large enough.
semorrison pushed a commit that referenced this pull request Aug 14, 2023
…eminorms (#5501)

This shows that, if the topology of `E` is defined by some family of seminorms `p`, then a seminorm `q` is continuous iff `∃ s : Finset ι, ∃ C : ℝ≥0, C ≠ 0 ∧ q ≤ C • s.sup p`. Via [Seminorm.continuous_iff_continuous_comp](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Analysis/LocallyConvex/WithSeminorms.html#Seminorm.continuous_iff_continuous_comp) this gives the converse of [Seminorm.continuous_from_bounded](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Analysis/LocallyConvex/WithSeminorms.html#Seminorm.continuous_from_bounded) and hence a characterization of continuous linear maps between such spaces.

To do that, we restate all of the "bound of shell" lemmas in terms of seminorms, which needs changing some imports, but I've checked the current state of the port and this should not cause too much trouble since most of the touched files are already ported so we can changes the imports in mathlib4 too.

The `WithSeminorms` file needs a naming/dot notation refactor at some point, because the naming scheme is neither predictable nor convenient to use, but this PR is already large enough.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge This PR has been sent to bors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants