[Merged by Bors] - feat(ProbabilityTheory): Conditional Jensen's Inequality#27953
[Merged by Bors] - feat(ProbabilityTheory): Conditional Jensen's Inequality#27953CoolRmal wants to merge 62 commits intoleanprover-community:masterfrom
Conversation
PR summary 1c7e491807Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 9502 | 1 | backward.isDefEq |
Current commit 47825382cc
Reference commit 1c7e491807
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).
|
This pull request has conflicts, please merge |
|
This pull request has conflicts, please merge |
|
This PR has a huge diff which makes it hard to review. Could you split it smaller bits please? For instance everything in the |
|
This pull request has conflicts, please merge |
|
@EtienneC30 Thank you for your comments. I created several new PRs and I believe they are ready to review now. -awaiting-author |
|
-awaiting-author |
RemyDegenne
left a comment
There was a problem hiding this comment.
This is looking really good now! We will be able to merge it soon.
Mathlib/MeasureTheory/Function/ConditionalExpectation/CondJensen.lean
Outdated
Show resolved
Hide resolved
Mathlib/MeasureTheory/Function/ConditionalExpectation/CondJensen.lean
Outdated
Show resolved
Hide resolved
|
-awaiting-author |
RemyDegenne
left a comment
There was a problem hiding this comment.
Thanks! This work has led to many nice PRs!
bors d+
Mathlib/MeasureTheory/Function/ConditionalExpectation/CondJensen.lean
Outdated
Show resolved
Hide resolved
|
✌️ CoolRmal can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
This PR adds several variants of the conditional Jensen's inequality. I made some changes to Mathlib/Analysis/Convex/Approximation.lean because I need the sequence of affine functions to be bouneded above at each point in the proof of `conditional_jensen_hereditarilyLindelofSpace`.
|
Pull request successfully merged into master. Build succeeded: |
…community#27953) This PR adds several variants of the conditional Jensen's inequality. I made some changes to Mathlib/Analysis/Convex/Approximation.lean because I need the sequence of affine functions to be bouneded above at each point in the proof of `conditional_jensen_hereditarilyLindelofSpace`.
This PR adds several variants of the conditional Jensen's inequality. I made some changes to Mathlib/Analysis/Convex/Approximation.lean because I need the sequence of affine functions to be bouneded above at each point in the proof of
conditional_jensen_hereditarilyLindelofSpace.