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/metric_space/pi_lp): Holder and Minkowski inequalities in ennreal #2988

Closed
wants to merge 5 commits into from

Conversation

sgouezel
Copy link
Collaborator

@sgouezel sgouezel commented Jun 8, 2020

Hölder and Minkowski inequalities for finite sums. Versions for ennreals.


The goal is to put the L^p norm on finite products of metric spaces (ultimately fixing the current definition of the Euclidean space in mathlib), but to keep things at a reasonable length this PR only contains the above inequalities.

The versions in reals and nnreals have been golfed and added in #3025, so there just remains the ennreal version (that I will need for the L^p distance on finite products of emetric spaces).

@urkud
Copy link
Member

urkud commented Jun 8, 2020

What's wrong with the current definition of the Euclidean space in mathlib? If you want it to be the L^2 space, then you'll need to refactor real inner product spaces to accept a has_norm (or normed_space?) instance and require ∥a∥²=inner a a.

@sgouezel
Copy link
Collaborator Author

sgouezel commented Jun 8, 2020

The main flaw of the current euclidean space is that its topology is not (defeq to) the product topology.
We need to refactor it to take a norm, which is equal (but maybe not defeq) to sqrt (inner x x). So I should construct this (L^2) norm in some way, so let's do all the L^p, and prove for all of them that they induce the product topology. I have all this locally, and I will PR it in tiny bits.

@semorrison semorrison added the awaiting-author A reviewer has asked the author a question or requested changes label Jun 9, 2020
@sgouezel sgouezel changed the title feat(topology/metric_space/pi_lp): Holder and Minkowski inequalities feat(topology/metric_space/pi_lp): Holder and Minkowski inequalities in ennreal Jun 13, 2020
@sgouezel sgouezel added awaiting-review The author would like community review of the PR and removed awaiting-author A reviewer has asked the author a question or requested changes labels Jun 13, 2020
@semorrison
Copy link
Collaborator

Is this ready to merge now? It looks fine to me.

@PatrickMassot
Copy link
Member

bors merge

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Jun 13, 2020
bors bot pushed a commit that referenced this pull request Jun 13, 2020
…in ennreal (#2988)

Hölder and Minkowski inequalities for finite sums. Versions for ennreals.
@bors
Copy link

bors bot commented Jun 13, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(topology/metric_space/pi_lp): Holder and Minkowski inequalities in ennreal [Merged by Bors] - feat(topology/metric_space/pi_lp): Holder and Minkowski inequalities in ennreal Jun 13, 2020
@bors bors bot closed this Jun 13, 2020
@bors bors bot deleted the holder_minkowski branch June 13, 2020 11:08
cipher1024 pushed a commit to cipher1024/mathlib that referenced this pull request Mar 15, 2022
…in ennreal (leanprover-community#2988)

Hölder and Minkowski inequalities for finite sums. Versions for ennreals.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants