Skip to content

feat(ContinuousFunctionalCalculus): add integral representation for x ↦ x ^ p for p ∈ (1, 2)#37612

Open
dupuisf wants to merge 2 commits intoleanprover-community:masterfrom
dupuisf:rpowIntegrand12
Open

feat(ContinuousFunctionalCalculus): add integral representation for x ↦ x ^ p for p ∈ (1, 2)#37612
dupuisf wants to merge 2 commits intoleanprover-community:masterfrom
dupuisf:rpowIntegrand12

Conversation

@dupuisf
Copy link
Copy Markdown
Contributor

@dupuisf dupuisf commented Apr 3, 2026

This PR adds an integral representation for the function x ↦ x ^ p for p ∈ (1, 2). We already have an analogous representation for p ∈ (0, 1). This will later be used to show that this function is operator convex in that range.


Open in Gitpod

@dupuisf dupuisf added the t-analysis Analysis (normed *, calculus) label Apr 3, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

PR summary 8850ed9386

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ continuousOn_rpowIntegrand₁₂_uncurry
+ exists_measure_nnrpow_eq_integral_cfcₙ_rpowIntegrand₁₂
+ exists_measure_rpow_eq_integral_rpowIntegrand₀₁
+ exists_measure_rpow_eq_integral_rpowIntegrand₁₂
+ integrableOn_rpowIntegrand₁₂
+ monotoneOn_rpowIntegrand₁₂
+ rpowIntegrand₁₂
+ rpowIntegrand₁₂_eq_mul_rpowIntegrand₀₁
+ rpowIntegrand₁₂_nonneg
+ rpowIntegrand₁₂_zero
+ rpow_eq_const_mul_integral_rpowIntegrand₁₂

You can run this locally as follows
## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>

The doc-module for scripts/pr_summary/declarations_diff.sh contains some details about this script.


Increase in tech debt: (relative, absolute) = (1.00, 0.00)
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 relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

✅ PR Title Formatted Correctly

The title of this PR has been updated to match our commit style conventions.
Thank you!

@dupuisf dupuisf changed the title feat(ContinuousFunctionalCalculus): add integral representation for x ↦ x ^ p for p ∈ (1, 2). feat(ContinuousFunctionalCalculus): add integral representation for x ↦ x ^ p for p ∈ (1, 2) Apr 3, 2026
@dupuisf dupuisf requested a review from j-loreaux April 3, 2026 19:06
@j-loreaux j-loreaux self-assigned this Apr 4, 2026
@mathlib-merge-conflicts
Copy link
Copy Markdown

This pull request has conflicts, please merge master and resolve them.

@mathlib-merge-conflicts mathlib-merge-conflicts bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 4, 2026
@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-analysis Analysis (normed *, calculus)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants