Thread explicit Tropp assumptions forward#28
Closed
freezed-corpse-143 wants to merge 1 commit into
Closed
Conversation
Constraint: Hard Lieb/Jensen, log-order, and trace-exp monotonicity providers are being filled separately, so this leaf must consume them explicitly rather than prove them. Rejected: Waiting for all hard assumptions before composing the one-step route | the current strategy is progress-first with assumptions recorded in docs/STATEMENTS.md Confidence: high Scope-risk: narrow Directive: Keep future high-level Tropp progress assumption-consuming unless a separate provider theorem actually discharges the analytic input. Tested: lake build HighDimProb.RandomMatrix.HardboneStatements; lake env lean HighDimProbTest/RandomMatrixHardboneStatementsAPI.lean; lake env lean HighDimProbJudge/RandomMatrix/TraceExpUse.lean; python .github/scripts/check_text_quality.py; python scripts/judge_policy_check.py; git diff --check; lake build HighDimProbJudge; lake test; lake build Not-tested: Provider proofs for Lieb concavity, Jensen, operator-log monotonicity, trace-exp monotonicity, conditional expectation, integrability propagation, and full Matrix Bernstein remain open.
Owner
|
Closing this PR under the current repository strategy. The explicit Tropp-assumption forwarding idea is useful as hardbone/progress scaffolding, but this PR is based on the rejected CStar transport branch and exposes development-state composition too directly. The usable parts should be carried forward through the later hardbone scaffold PR with clearer developer-ledger documentation and without presenting the scaffold as downstream API. |
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
HardboneStatements.Motivation
This advances the Lieb/Tropp roadmap by exposing the next conditional trace-MGF composition layer while keeping the hard analytic steps as explicit assumptions rather than overstating proved results.
Scope
HighDimProb/RandomMatrix/HardboneStatements.lean.main; this is stacked on the S6 CStar transport branch.Testing
git diff --checkpython .github/scripts/check_text_quality.pypython scripts/judge_policy_check.pylake build HighDimProb.RandomMatrix.HardboneStatementslake env lean HighDimProbTest/RandomMatrixHardboneStatementsAPI.leanlake env lean HighDimProbJudge/RandomMatrix/TraceExpUse.leanlake test