[Merged by Bors] - feat: the norm raised to a power is C^1#14124
[Merged by Bors] - feat: the norm raised to a power is C^1#14124fpvandoorn wants to merge 7 commits intomasterfrom
Conversation
PR summary 3d4c88398fImport changesNo significant changes to the import graph
|
|
This PR/issue depends on:
|
| #align real.continuous_at_rpow_const Real.continuousAt_rpow_const | ||
|
|
||
| @[fun_prop] | ||
| theorem continuous_rpow_const {q : ℝ} (h : 0 < q) : Continuous (fun x : ℝ => x ^ q) := |
There was a problem hiding this comment.
Could you assume that q is nonnegative instead? (Should be trivial for q = 0).
There was a problem hiding this comment.
Thanks! I also generalized the previous lemma.
|
✌️ fpvandoorn can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors merge |
* From the Sobolev inequality project * Generalize `continuousAt_rpow_const` Co-authored-by: Heather Macbeth 25316162+hrmacbeth@users.noreply.github.com
|
Pull request successfully merged into master. Build succeeded: |
* From the Sobolev inequality project * Generalize `continuousAt_rpow_const` Co-authored-by: Heather Macbeth 25316162+hrmacbeth@users.noreply.github.com
continuousAt_rpow_constCo-authored-by: Heather Macbeth 25316162+hrmacbeth@users.noreply.github.com