[Merged by Bors] - feat(Algebra/ModuleCat): exactness of restrictScalars for general universe level - #39133
Conversation
PR summary f394bad6a0Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (weak) |
|---|---|---|
| 4926 | 1 | exposed public sections |
Current commit f394bad6a0
Reference commit 97f12126be
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).
|
Can you improve the docstring of the file giving the same explanation as in the PR description? Thanks! bors d+ |
|
✌️ Thmoas-Guan can now approve this pull request until 2026-06-24 15:35 UTC (in 2 weeks). To approve and merge, reply with
|
|
bors r+ |
…verse level (#39133) Currently exactness of `ModuleCat.restrictScalars` is synth via being adjoint functor, however this needs the universe level to be some `max u v` where `u` is the universe level of the ring. Here we provide exactness of restrictScalars for general universe level using it preserves short exact sequence.
|
Pull request successfully merged into master. Build succeeded: |
…verse level (leanprover-community#39133) Currently exactness of `ModuleCat.restrictScalars` is synth via being adjoint functor, however this needs the universe level to be some `max u v` where `u` is the universe level of the ring. Here we provide exactness of restrictScalars for general universe level using it preserves short exact sequence.
…verse level (leanprover-community#39133) Currently exactness of `ModuleCat.restrictScalars` is synth via being adjoint functor, however this needs the universe level to be some `max u v` where `u` is the universe level of the ring. Here we provide exactness of restrictScalars for general universe level using it preserves short exact sequence.
Currently exactness of
ModuleCat.restrictScalarsis synth via being adjoint functor, however this needs the universe level to be somemax u vwhereuis the universe level of the ring. Here we provide exactness of restrictScalars for general universe level using it preserves short exact sequence.