[Merged by Bors] - feat(CategoryTheory/Sites/Over): add Presieve.overEquiv#41510
[Merged by Bors] - feat(CategoryTheory/Sites/Over): add Presieve.overEquiv#41510tb65536 wants to merge 10 commits into
Presieve.overEquiv#41510Conversation
PR summary 88ef7429f9Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (strong) |
|---|---|---|
| 4514 | -1 | backward.defeqAttrib.useBackward |
| 5624 | -2 | backward.isDefEq.respectTransparency |
Current commit 88ef7429f9
Reference commit ae861491c1
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).
|
Thanks! |
|
🚀 Pull request has been placed on the maintainer queue by erdOne. |
|
Thanks! bors merge |
This PR adds `Presieve.overEquiv`, the presieve version of the existing `Sieve.overEquiv`. I also upgraded these equivs to order isomorphisms, and fixed some defeq abuse at the same time. Partial help from Claude on a couple of the proofs, all code was ultimately written and golfed by me. Co-authored-by: tb65536 <thomas.l.browning@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
Presieve.overEquivPresieve.overEquiv
…-community#41510) This PR adds `Presieve.overEquiv`, the presieve version of the existing `Sieve.overEquiv`. I also upgraded these equivs to order isomorphisms, and fixed some defeq abuse at the same time. Partial help from Claude on a couple of the proofs, all code was ultimately written and golfed by me. Co-authored-by: tb65536 <thomas.l.browning@gmail.com>
This PR adds
Presieve.overEquiv, the presieve version of the existingSieve.overEquiv. I also upgraded these equivs to order isomorphisms, and fixed some defeq abuse at the same time.Partial help from Claude on a couple of the proofs, all code was ultimately written and golfed by me.