feat(Analysis/Normed/Algebra/SpectralNorm): define spectral norms and prove uniqueness - #42988
feat(Analysis/Normed/Algebra/SpectralNorm): define spectral norms and prove uniqueness#42988tb65536 wants to merge 5 commits into
Conversation
PR summary b8bcbfd3ceImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (weak) |
|---|---|---|
| 4939 | 1 | exposed public sections |
Current commit b8bcbfd3ce
Reference commit d77ef0741c
This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/technical-debt-metrics.sh pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
This PR is the first step towards the construction of extensions of absolute values in #42985. The hard part of #42985 is the proof of multiplicativity of the extended norm. The proof involves applying a uniqueness theorem to the extended norm and a modification. This PR introduces the type
SpectralNorm, develops the basic API, and proves the uniqueness theorem.