Show centered-square bundle usage in examples#24
Closed
freezed-corpse-143 wants to merge 1 commit into
Closed
Conversation
Demonstrate the exact-row centered-square sample-covariance bundles through the reader-facing SampleCovarianceTailUsage route so downstream callers can use the bundled API without copying proof-facing hypotheses.\n\nConstraint: stacked on PR #23 because the core assumption bundles are not merged to main yet.\nRejected: duplicating the core bundles as example-local structures | the example should prove the public bundles are directly usable.\nConfidence: high\nScope-risk: narrow\nDirective: Keep these examples as thin routing layers; do not infer new centered-square, Tropp/Lieb, trace-MGF, Matrix Bernstein, or unconditional concentration proofs.\nTested: lake env lean HighDimProb/Examples/RandomMatrix/SampleCovarianceTailUsage.lean; lake build HighDimProb.Examples; lake env lean HighDimProbTest/ExamplesAPI.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 on the stacked branch has not run yet.
6 tasks
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
StatementRoutes, regular API checks, and docs.Motivation
This is the next stacked RandomMatrix example slice after PR #23. It gives downstream users a concrete usage point for the centered-square assumption bundle without widening the theorem boundary.
Scope
Stack
rm-natural-state-centered-square-bundles(PR Package exact-row centered-square sample covariance assumptions #23)rm-sc-centered-square-bundle-example-usageTesting
python .github/scripts/check_text_quality.pypython scripts/judge_policy_check.pygit diff --checklake build HighDimProbJudgelake testlake build