Skip to content

[Merged by Bors] - feat(MeasureTheory): integral is monotone/convex if the integrand is monotone/convex#24341

Closed
dupuisf wants to merge 5 commits intomasterfrom
dupuisf/integral_monotone
Closed

[Merged by Bors] - feat(MeasureTheory): integral is monotone/convex if the integrand is monotone/convex#24341
dupuisf wants to merge 5 commits intomasterfrom
dupuisf/integral_monotone

Conversation

@dupuisf
Copy link
Contributor

@dupuisf dupuisf commented Apr 24, 2025

This PR shows that the function fun b => ∫ x, f x b ∂μ is monotone/antitone/convex/concave whenever the integrand f x is monotone/antitone/convex/concave ae.

This will be needed to show that various functions are operator monotone or convex.


Open in Gitpod

@dupuisf dupuisf added the t-measure-probability Measure theory / Probability theory label Apr 24, 2025
@github-actions
Copy link

github-actions bot commented Apr 24, 2025

PR summary 4b70dd6b74

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

+ Integrable.fun_smul
+ convex_iff_add_mem
+ integral_antitoneOn_of_integrand_ae
+ integral_concaveOn_of_integrand_ae
+ integral_convexOn_of_integrand_ae
+ integral_monotoneOn_of_integrand_ae

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

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

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


No changes to technical debt.

You can run this locally as

./scripts/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).

Copy link
Collaborator

@j-loreaux j-loreaux left a comment

Choose a reason for hiding this comment

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

To make the fun_prop calls you need to add this variant next to Integrable.smul:

@[fun_prop]
theorem Integrable.fun_smul {α β : Type*} {m : MeasurableSpace α} {μ : Measure α}
    [NormedAddCommGroup β] {𝕜 : Type u_6} [NormedAddCommGroup 𝕜] [SMulZeroClass 𝕜 β]
    [IsBoundedSMul 𝕜 β] (c : 𝕜) {f : α → β} (hf : Integrable f μ) :
    Integrable (fun x ↦ c • f x) μ :=
  hf.smul c

bors d+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented May 6, 2025

✌️ dupuisf can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@ghost ghost added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label May 6, 2025
@dupuisf
Copy link
Contributor Author

dupuisf commented May 7, 2025

bors r+

@ghost ghost added the ready-to-merge This PR has been sent to bors. label May 7, 2025
mathlib-bors bot pushed a commit that referenced this pull request May 7, 2025
…monotone/convex (#24341)

This PR shows that the function `fun b => ∫ x, f x b ∂μ` is monotone/antitone/convex/concave whenever the integrand `f x` is monotone/antitone/convex/concave ae.

This will be needed to show that various functions are operator monotone or convex.
@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented May 7, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(MeasureTheory): integral is monotone/convex if the integrand is monotone/convex [Merged by Bors] - feat(MeasureTheory): integral is monotone/convex if the integrand is monotone/convex May 7, 2025
@mathlib-bors mathlib-bors bot closed this May 7, 2025
@mathlib-bors mathlib-bors bot deleted the dupuisf/integral_monotone branch May 7, 2025 04:29
riccardobrasca pushed a commit that referenced this pull request May 7, 2025
…monotone/convex (#24341)

This PR shows that the function `fun b => ∫ x, f x b ∂μ` is monotone/antitone/convex/concave whenever the integrand `f x` is monotone/antitone/convex/concave ae.

This will be needed to show that various functions are operator monotone or convex.
tannerduve pushed a commit that referenced this pull request May 13, 2025
…monotone/convex (#24341)

This PR shows that the function `fun b => ∫ x, f x b ∂μ` is monotone/antitone/convex/concave whenever the integrand `f x` is monotone/antitone/convex/concave ae.

This will be needed to show that various functions are operator monotone or convex.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). ready-to-merge This PR has been sent to bors. t-measure-probability Measure theory / Probability theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants