feat(ContinuousFunctionalCalculus): add integral representation for x ↦ x ^ p for p ∈ (1, 2)#37612
feat(ContinuousFunctionalCalculus): add integral representation for x ↦ x ^ p for p ∈ (1, 2)#37612dupuisf wants to merge 2 commits intoleanprover-community:masterfrom
x ↦ x ^ p for p ∈ (1, 2)#37612Conversation
PR summary 8850ed9386Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 6909 | 1 | backward.isDefEq.respectTransparency |
Current commit 847712d46a
Reference commit 8850ed9386
You can run this locally as
./scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match our commit style conventions. |
x ↦ x ^ p for p ∈ (1, 2).x ↦ x ^ p for p ∈ (1, 2)
|
This pull request has conflicts, please merge |
This PR adds an integral representation for the function
x ↦ x ^ pforp ∈ (1, 2). We already have an analogous representation forp ∈ (0, 1). This will later be used to show that this function is operator convex in that range.