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/mean_inequalities): Hölder's inequality for infinite sums #11314

Closed
wants to merge 3 commits into from

Conversation

hrmacbeth
Copy link
Member

State a few versions of Hölder's inequality for infinite sums.

The specific forms of the inequality chosen are parallel to those for Minkowski's inequality in #10984.


Open in Gitpod

@hrmacbeth hrmacbeth added the awaiting-review The author would like community review of the PR label Jan 8, 2022
Comment on lines +324 to +325
summable (λ i, f i * g i) ∧
∑' i, f i * g i ≤ (∑' i, (f i) ^ p) ^ (1 / p) * (∑' i, (g i) ^ q) ^ (1 / q) :=
Copy link
Collaborator

Choose a reason for hiding this comment

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

It would be nice to have two more lemmas which each give one of the terms in this conjunction: one for summable, the other for tsum. Since the proof of both parts is the same, I don't suggest that you break this theorem in two, but rather that you keep this one and add two corollaries.

Same thing for the other summable (...) ∧ ... theorems

Copy link
Member Author

Choose a reason for hiding this comment

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

Good idea, done!

@RemyDegenne RemyDegenne added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Jan 13, 2022
@hrmacbeth hrmacbeth 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 Jan 13, 2022
@RemyDegenne
Copy link
Collaborator

LGTM
bors r+

@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 Jan 13, 2022
bors bot pushed a commit that referenced this pull request Jan 13, 2022
…ms (#11314)

State a few versions of Hölder's inequality for infinite sums.

The specific forms of the inequality chosen are parallel to those for Minkowski's inequality in #10984.
@bors
Copy link

bors bot commented Jan 13, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(analysis/mean_inequalities): Hölder's inequality for infinite sums [Merged by Bors] - feat(analysis/mean_inequalities): Hölder's inequality for infinite sums Jan 13, 2022
@bors bors bot closed this Jan 13, 2022
@bors bors bot deleted the holder-lp branch January 13, 2022 20:16
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

2 participants