Add optimal transport and Wasserstein geometry roadmap#76
Open
Vilin97 wants to merge 5 commits into
Open
Conversation
Author
|
@kim-em , lmk if this looks good |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
TauCetiRoadmap.leanGenerality and references
Villani's Optimal Transport: Old and New is the classical spine, supplemented by Ambrosio--Gigli--Savaré and Lisini for dynamic transport and gradient flows, De Philippis--Figalli/Caffarelli/MTW for regularity, and primary sources for barycenters, Schrödinger/Sinkhorn, CD/RCD theory, Alexandrov-space maps, and measured-kernel GW. It is a source map rather than a chapter-by-chapter transcription.
Definitions begin at the weakest mathematically valid level—raw measures, extended costs, arbitrary measurable carriers, extended exponents, and target-valued measured kernels. Standard-Borel, Polish, Euclidean, Riemannian, curvature, finite-cost, compactness, and regularity assumptions remain local to the theorems that need them. Each milestone asks for the strongest valid form with its real hypotheses exposed, plus counterexample guardrails where common overgeneralizations fail.
Lean prior art and coordination
The roadmap audits and pins:
W₁development at31186ee11b1c478a35b1775db48384252eb06e22003655ccf010cdf44c4f67d6675167b54ce0e9dfa5f474fd0e9a26266cc599d100267411690dfeb7It requires coordination before adapting those sources. A pinned-Mathlib audit used Lean LSP searches to reuse existing law, conditional-kernel/disintegration, trajectory/projective-limit, convexity/Rademacher, KL-divergence, probability-measure, and compact Gromov--Hausdorff APIs rather than proposing duplicates.
The root roadmap list and issue dropdowns are intentionally unchanged:
TauCetiRoadmap/is the source of truth, and the repository's post-merge sync workflow owns those generated copies.Review preemption
Suggested.leanwith the README's dependency order687b16593fb40c4768513d35aeb86d6295c10e32; all ten rubrics approvedValidation
lake build(8,521 jobs; expected roadmapsorrywarnings only)lake env lean TauCetiRoadmap/OptimalTransport/Suggested.leansorrywarnings, no errorscodespell TauCetiRoadmap/OptimalTransport/README.md TauCetiRoadmap/OptimalTransport/Suggested.lean --ignore-words-list=OT,AGS,Savingit diff --checkcheck_roadmap_areas.pyreports only the expected generated-index drift; the sync workflow fixes it after mergeAuthorship
Prepared with OpenAI Codex, including independent research and adversarial review agents; mathematical and API findings were checked against the cited primary sources and pinned Mathlib.