[Merged by Bors] - feat: union/intersection lemmas for DirSupInacc/DirSupClosed#37639
[Merged by Bors] - feat: union/intersection lemmas for DirSupInacc/DirSupClosed#37639vihdzp wants to merge 5 commits intoleanprover-community:masterfrom
DirSupInacc/DirSupClosed#37639Conversation
vihdzp
commented
Apr 4, 2026
PR summary 53f40a86f2Import changes exceeding 2%
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.Order.DirSupClosed | 355 | 372 | +17 (+4.79%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.Order.DirSupClosed |
17 |
Declarations diff
+ DirSupClosed.empty
+ DirSupClosed.iInter
+ DirSupClosed.sInter
+ DirSupClosed.univ
+ DirSupClosedOn.empty
+ DirSupClosedOn.iInter
+ DirSupClosedOn.inter
+ DirSupClosedOn.sInter
+ DirSupClosedOn.univ
+ DirSupInacc.empty
+ DirSupInacc.iUnion
+ DirSupInacc.sUnion
+ DirSupInacc.univ
+ DirSupInaccOn.empty
+ DirSupInaccOn.iUnion
+ DirSupInaccOn.sUnion
+ DirSupInaccOn.union
+ DirSupInaccOn.univ
You can run this locally as follows
## summary with just the declaration names:
./scripts/pr_summary/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/pr_summary/declarations_diff.sh long <optional_commit>The doc-module for scripts/pr_summary/declarations_diff.sh contains some details about this script.
No changes to technical debt.
You can run this locally as
./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).
b-mehta
left a comment
There was a problem hiding this comment.
It would be nice to have the iUnion/iInter versions alongside the sInter and sUnion versions, but thanks for this!
bors d+
|
✌️ vihdzp can now approve this pull request. To approve and merge a pull request, simply reply with |
|
I've added indexed union/intersection versions :) |
|
Pull request successfully merged into master. Build succeeded: |
DirSupInacc/DirSupClosedDirSupInacc/DirSupClosed