-
Notifications
You must be signed in to change notification settings - Fork 841
feat(Data/List): list splitting definitions and lemmas #30391
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
base: master
Are you sure you want to change the base?
Conversation
Comments from Original PR #24395This section contains 2 comment(s) from the original PR, excluding bot comments. @rudynicolop (2025-10-09 22:07 UTC): @rudynicolop (2025-10-09 22:56 UTC): |
PR summary df375c234e
|
File | Base Count | Head Count | Change |
---|---|---|---|
Mathlib.Data.List.Perm.Lattice | 318 | 319 | +1 (+0.31%) |
Import changes for all files
Files | Import difference |
---|---|
Mathlib.Data.List.Perm.Lattice |
1 |
Declarations diff
+ Disjoint_self
+ Nodup.splits_nodup
+ Nodup.splits₃_left_nodup
+ Nodup.splits₃_right_nodup
+ Perm.splits₃_left_right_perm
+ mem_splits_iff
+ mem_splits₃_left_iff
+ mem_splits₃_right_iff
+ nil_self_mem_splits
+ self_nil_mem_splits
+ splits
+ splits_cons
+ splits_nil
+ splits₃_left
+ splits₃_right
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.
No changes to technical debt.
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).
1479224
to
bb4fed4
Compare
…3_l_r permutation lemma...
bb4fed4
to
33b91d1
Compare
This PR continues the work from #24395.
Original PR: #24395