Skip to content

[Merged by Bors] - chore: generalize IsBoundedBilinearMap to seminormed spaces#17011

Closed
eric-wieser wants to merge 7 commits intomasterfrom
eric-wieser/bounded-seminormed-maps
Closed

[Merged by Bors] - chore: generalize IsBoundedBilinearMap to seminormed spaces#17011
eric-wieser wants to merge 7 commits intomasterfrom
eric-wieser/bounded-seminormed-maps

Conversation

@eric-wieser
Copy link
Copy Markdown
Member

@eric-wieser eric-wieser commented Sep 22, 2024

The claim in Mathlib/Analysis/NormedSpace/OperatorNorm/NormedSpace.lean that

This file contains statements about operator norm for which it really matters that the
underlying space has a norm (rather than just a seminorm).

was not entirely true.

The main trick is to case on whether the norm of an element is zero, rather than on that element itself being zero.

Unfortunately this causes some minor elaboration issues downstream, but they are easy to work around.


Open in Gitpod

@eric-wieser eric-wieser added the t-analysis Analysis (normed *, calculus) label Sep 22, 2024
@github-actions
Copy link
Copy Markdown

github-actions bot commented Sep 22, 2024

PR summary 3d3cf51231

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

No declarations were harmed in the making of this PR! 🐙

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>

The doc-module for script/declarations_diff.sh contains some details about this script.

‖c x • f‖ = ‖c x‖ * ‖f‖ := norm_smul _ _
_ ≤ ‖c‖ * ‖x‖ * ‖f‖ := mul_le_mul_of_nonneg_right (le_opNorm _ _) (norm_nonneg _)
_ = ‖c‖ * ‖f‖ * ‖x‖ := by ring
· obtain hf | hf := (norm_nonneg f).eq_or_gt
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.

This line of the proof changed

@Ruben-VandeVelde Ruben-VandeVelde added the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Sep 22, 2024
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Sep 22, 2024
Copy link
Copy Markdown
Contributor

@YaelDillies YaelDillies left a comment

Choose a reason for hiding this comment

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

Sad to see elaboration issues crop up, but glad that this is generalisable.

maintainer merge

@github-actions
Copy link
Copy Markdown

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

@github-actions github-actions bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Sep 23, 2024
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
@jcommelin
Copy link
Copy Markdown
Member

Thanks 🎉

bors merge

@github-actions github-actions bot added the ready-to-merge This PR has been sent to bors. label Sep 23, 2024
mathlib-bors bot pushed a commit that referenced this pull request Sep 23, 2024
The claim in `Mathlib/Analysis/NormedSpace/OperatorNorm/NormedSpace.lean` that

> This file contains statements about operator norm for which it really matters that the
> underlying space has a norm (rather than just a seminorm).

was not entirely true.

The main trick is to case on whether the norm of an element is zero, rather than on that element itself being zero.

Unfortunately this causes some minor elaboration issues downstream, but they are easy to work around.
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Sep 23, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: generalize IsBoundedBilinearMap to seminormed spaces [Merged by Bors] - chore: generalize IsBoundedBilinearMap to seminormed spaces Sep 23, 2024
@mathlib-bors mathlib-bors bot closed this Sep 23, 2024
@mathlib-bors mathlib-bors bot deleted the eric-wieser/bounded-seminormed-maps branch September 23, 2024 12:17
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-analysis Analysis (normed *, calculus)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants