-
Notifications
You must be signed in to change notification settings - Fork 341
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(Analysis/NormedSpace/MStructure): M-ideals #14369
base: master
Are you sure you want to change the base?
Conversation
PR summary 9a6c14b41aImport changes exceeding 2%
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.Analysis.NormedSpace.MStructure | 979 | 1710 | +731 (+74.67%) |
Import changes for all files
Files | Import difference |
---|---|
Mathlib.Analysis.NormedSpace.MStructure |
731 |
Declarations diff
+ IsIdempotentElem.range_prod__of_commute
+ IsLprojection.range_inter
+ IsLprojection.range_sum
+ IsMideal
+ IsMideal.inter
+ IsMideal.isSublattice
+ contractive
+ instance : FunLike Pₗ[𝕜](A) A A
+ polarSubmodule
+ polarSubmodule_eq_polar
+ proj_apply
+ range_prod_of_commute
+ unit_ball_conv
You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>
The doc-module for script/declarations_diff.sh
contains some details about this script.
Increase in tech debt: (relative, absolute) = (1.00, 0.10)
Current number | Change | Type |
---|---|---|
10 | 1 | maxHeartBeats modifications |
Current commit 9a6c14b41a
Reference commit 2bb0410843
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relative
value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolute
value is therelative
value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
This PR/issue depends on: |
WiP: Define M-ideals and establish basic properties.