Expose centered-square provider blocker honestly#25
Closed
freezed-corpse-143 wants to merge 1 commit into
Closed
Conversation
Constraint: The generic centered-square variance-proxy chain still depends on PSD Loewner-to-operator-norm monotonicity.\nRejected: Proving norm monotonicity inside this leaf | requires a wider spectral/order bridge beyond current local API.\nConfidence: high\nScope-risk: narrow\nDirective: Do not treat the norm-mono statement as proved; it is an explicit blocker consumed by the new wrapper.\nTested: lake env lean HighDimProb/RandomMatrix/MatrixOrder.lean; lake env lean HighDimProb/RandomMatrix/HardboneStatements.lean; lake env lean HighDimProbTest/RandomMatrixHardboneStatementsAPI.lean; lake env lean HighDimProbTest/RandomMatrixVarianceProxyAPI.lean; lake env lean HighDimProbJudge/RandomMatrix/TraceExpUse.lean; lake env lean HighDimProbJudge/RandomMatrix/VarianceProxyUse.lean; python .github/scripts/check_text_quality.py; python scripts/judge_policy_check.py; git diff --check; lake build HighDimProbJudge; lake test; lake build\nNot-tested: GitHub CI not run locally.
Owner
|
Integrated into main via a6aa38d with docs cleanup. |
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
matrixLE_sum, proving finite sums preserve the explicitMatrixLEorder.deterministicMatrixVarianceProxyNorm_mono_of_matrixLE_statementas the explicit Loewner-to-operator-norm monotonicity blocker.varianceProxyNormBound_of_centeredSquareChain_of_normMono, a centered-square provider wrapper that proves the finite-sum Loewner bookkeeping and consumes the norm-monotonicity blocker.Motivation
The generic centered-square provider chain can currently discharge finite-sum Loewner bookkeeping from per-row comparisons, but turning that Loewner comparison into a deterministic operator-norm variance-proxy bound needs a separate PSD/order-to-norm monotonicity theorem. This PR exposes that split honestly so later work can target the blocker directly.
Scope
MatrixLEbookkeeping.Stack
rm-sc-centered-square-bundle-example-usage(PR Show centered-square bundle usage in examples #24)rm-vp-centered-square-chain-providerTesting
python .github/scripts/check_text_quality.pypython scripts/judge_policy_check.pygit diff --checklake build HighDimProbJudgelake testlake build