feat(PhyslibAlpha): finite path dimensional uncertainty chain - #1658
naype888-cloud wants to merge 10 commits into
Conversation
Co-authored-by: Claude Opus 4.8 <no-reply+claude-opus-4-8@anthropic.com>
Co-authored-by: Claude Opus 4.8 <no-reply+claude-opus-4-8@anthropic.com>
Co-authored-by: Claude Opus 4.8 <no-reply+claude-opus-4-8@anthropic.com>
|
Thank you for this pull-request (PR). If this is your first PR, welcome to the community! Below is what will happen next. Please read carefully if you are not familiar with the process. You may open other PRs while this one is being reviewed, and can stack PRs on top of each other, so don't let these steps slow you down.
Tip: The easiest way to get have a fast review is to submit a PR that is small and self-contained, and has clear documentation explaining why things are the way they are in your chages. If you have any problems or questions, please reach out to the community on the Zulip. |
|
hi Joseph i comiit this one large PR to make this happen quickly, im srry becouse i answer with out reading your instructions before comit. tks for your time i hope this matehematical framework works to ypu guys. my best regards Eduardo Nava Hernandez |
Co-authored-by: Claude Opus 4.8 <no-reply+claude-opus-4-8@anthropic.com>
Co-authored-by: Claude Opus 4.8 <no-reply+claude-opus-4-8@anthropic.com>
… import file The alphaFileImports CI check requires every .lean file under PhyslibAlpha/ to have a corresponding public import line. Adds the 17 missing entries (D0–D7 PathGap, PathSpectralGap, D8–D15 DimUncertainty). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Can you please make the comments in the files english. |
…nglish Addresses reviewer request from TomOleDiem on PR leanprover-community#1658 to make all comments in the files English. Translates all /-! module headers, /-- docstrings, and inline comments across D0-D15, preserving Lean identifier names unchanged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Dear Tom, done i all ready translate all the coments inside the file, idk if Joseph or some body all ready catch the point here, mmmm maybe the best aproaching becomes if think abouth the electron insithe the atom, where the theorem it's saying abouth the electron it's very very clear, you can get a perfect exact value from A variable if you only chose that one, if you choose B then you get a perfect info from B meassure becomes, so what you never be abble to get perfectly it's sharp bougth at the same time with out an irreductible gap, in other wise the only one thing you can know perfectly or exact when you try to meassuare or refine A same time B, the only one perfect determinate value it's the defect itself, how many info you never gone a get exactly at same time...that the algebraic thefect exactly means... |
|
Closeness as it currently does not meet our standards, and we do not put detailed reviews into PhyslibAlpha. |
Summary
This PR submits the complete chain together, separated into atomic commits:
HilbertSpace.PathSpectralGap: finite path habitat, Gram/Robertson bridge, canonical path observables, maximal-tension state, explicit Fiedler spectral decomposition, and the Niven saturation classification.CStarAlgebra.DimensionalUncertainty: strict positivity from dimension four, the exact Szegő limit, monotonicity, terminal certificates, and related finite-dimensional corollaries.PhyslibAlpha.lean.The mathematical purpose is to connect the general algebraic-state uncertainty API merged in #1649 and #1650 to an explicit finite-dimensional family, while also providing the Fisher–Rao side relevant to the Fubini–Study/information-geometry discussion.
Main definitions and results
The added files define
Hd, the path observablesTdandPd, their commutator observableKdOp, the explicit Fiedler state,CNava,deltaGeom, and the Szegő limitCinf. They prove the Gram form of Robertson–Schrödinger, hermiticity and noncommutativity of the path observables, the explicit path spectrum, saturation exactly in dimensions two and three, strict gap for everyd ≥ 4, strict monotonicity on that tail, and convergence to a strictly positive limiting defect. Each source file contains its complete declaration-level documentation.Reviewer map
PathSpectralGap/D0_HabitatthroughD3_GrafoCamino: setup and observables.D5_MaximaTensionandD6_Fiedler: operator and spectral core.D7_Niven: equality classification.DimensionalUncertainty/D8_SzegoandD9_Monotonia: strict gap and asymptotics.D10_CertificadoandD11_CuantoMinimoArea: terminal certificates and corollary.D12–D15: independent finite-dimensional complements.Verification
lake build PhyslibAlpha.AlgebraicFramework.CStarAlgebra.DimensionalUncertaintysorry,admit, or custom axioms in the submitted modulesThe mathematical design and intended interpretation are by the human author. Code organization and porting were AI-assisted; the author will provide the requested human explanation and verified bibliography in the review thread.