Skip to content
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

Draft
wants to merge 67 commits into
base: master
Choose a base branch
from

Conversation

mans0954
Copy link
Collaborator

@mans0954 mans0954 commented Jul 2, 2024

@mans0954 mans0954 added the WIP Work in progress label Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

PR summary 9a6c14b41a

Import changes exceeding 2%

% File
+74.67% Mathlib.Analysis.NormedSpace.MStructure

Import changes for modified files

Dependency changes

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 the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the blocked-by-other-PR This PR depends on another PR to Mathlib (this label is automatically managed by a bot) label Jul 7, 2024
@leanprover-community-mathlib4-bot
Copy link
Collaborator

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 16, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 16, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 27, 2024
@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 30, 2024
@github-actions github-actions bot added the large-import Automatically added label for PRs with a significant increase in transitive imports label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
large-import Automatically added label for PRs with a significant increase in transitive imports t-analysis Analysis (normed *, calculus) WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants