-
Notifications
You must be signed in to change notification settings - Fork 47
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
Minkowski #1000
Minkowski #1000
Conversation
a9f7045
to
cb3368e
Compare
cb3368e
to
72db09d
Compare
c131baf
to
048badf
Compare
Minkowski should also hold with p = 1 |
It does, I just updated the proof. |
a70eaa8
to
5211206
Compare
2a88a17
to
7995997
Compare
I tried to simplify the proof after our meeting, but it's impossible to merge the " |
- definition of convex_function - lnorm and equivalence lemma - hoelder for sums - convexity of powR Co-authored-by: Alessandro Bruni <[email protected]>
Co-authored-by: @affeldt-aist
7995997
to
5756c76
Compare
@@ -924,6 +943,21 @@ Qed. | |||
Lemma poweR_eq0_eq0 x r : 0 <= x -> x `^ r = 0 -> x = 0. | |||
Proof. by move=> + /eqP => /poweR_eq0-> /andP[/eqP]. Qed. | |||
|
|||
Lemma gt0_ler_poweR (r : R) : (0 <= r)%R -> | |||
{in `[0, +oo] &, {homo poweR ^~ r : x y / x <= y >-> x <= y}}. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should use Rpos.nneg here? I misread.
theories/hoelder.v
Outdated
@@ -87,7 +85,15 @@ under eq_integral => x _ do rewrite ger0_norm ?powR_ge0//. | |||
by rewrite fp//; apply: integral_ge0 => t _; rewrite lee_fin powR_ge0. | |||
Qed. | |||
|
|||
Lemma Lnorm_powR_K f (p : R) : p != 0%R -> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is maybe not a good name, I looked at the proof steps using this lemma but couldn't come with an improvement. :-(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At least, powR_Lnorm would be better (head symbol goes first).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We spent enough time on this one I think.
I'll merge soon unless there are comments.
* Minkowski's inequality and accessory lemmas --------- Co-authored-by: Alessandro Bruni <[email protected]> Co-authored-by: Reynald Affeldt <[email protected]>
* Minkowski's inequality and accessory lemmas --------- Co-authored-by: Alessandro Bruni <[email protected]> Co-authored-by: Reynald Affeldt <[email protected]>
Motivation for this change
This PR introduces Minkowski's inequality, a consequence of Hoelder's.
Things done/to do
CHANGELOG_UNRELEASED.md
Compatibility with MathComp 2.0
TODO: HB port
to make sure someone ports this PR tothe
hierarchy-builder
branch or I already opened an issue or PR (please cross reference).Automatic note to reviewers
Read this Checklist and put a milestone if possible.