Conversation
✅ Deploy Preview for lustrous-melomakarona-3ee73e ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Pull request overview
This PR corrects the algebra/logic used in the “second case of intersecting pairs” argument in match_transport.md, ensuring the strict concavity step is applied to the right convex combinations in the uncrossing proof.
Changes:
- Replaces the prior (incorrect) definition of (\alpha) with one consistent with the ordering (x < x' < y' < y).
- Rewrites the convex-combination equalities for (|x-y'|) and (|x'-y|) in terms of (|x-y|) and (|x'-y'|).
- Expands the strict concavity argument into two inequalities and then adds them to obtain the desired strict improvement.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
I've reviewed the mathematical fix in this PR and confirm it is correct. The original proof had two bugs:
The fix is sound:
The presentation is also improved by breaking the final inequality chain into clear, individually justified steps. |
|
thanks @thomassargent30 - I will let @HumphreyYang make the final approval and then we will merge. |
|
Closing in favor of #319. |
No description provided.