[Merged by Bors] - feat(RingTheory/PicardGroup): invertible modules over semirings are locally free#41528
Conversation
PR summary 2346445d2dImport 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 |
Current commit 2346445d2d
Reference commit 69b866d83a
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! bors d+ |
|
✌️ alreadydone can now approve this pull request until 2026-07-24 08:58 UTC (in 2 weeks). To approve and merge, reply with
|
|
@alreadydone Just take any monoid |
|
Wait, this is exactly essentially already written in mathoverlow! What am I missing? |
Indeed, I think I just forgot the example is a local semiring by mathlib definition, and thought the particular question was still not resolved. Thank you, and I'll update the MO question. |
Co-authored-by: Riccardo Brasca <riccardo.brasca@gmail.com>
|
We can even add the instance |
|
Thanks 🎉 |
…ocally free (#41528) Theorem 10.7 in *Facets of module theory over semirings* (Borger & Jun, https://arxiv.org/abs/2405.18645, Adv Math). Aristotle [discovered](https://aristotle.harmonic.fun/dashboard/requests/3e3dc70f-a9aa-4b84-a6fd-a812851c3bfb) a simpler proof using `Invertible.bijective_of_surjective` available in Mathlib. (The task started at 01:37 AM and Aristotle found the proof at 01:46 AM.) Also generalizes lemmas and adds a new def about local semirings. Co-authored-by: Aristotle (Harmonic) [aristotle-harmonic@harmonic.fun](mailto:aristotle-harmonic@harmonic.fun)
|
Pull request successfully merged into master. Build succeeded: |
…ocally free (leanprover-community#41528) Theorem 10.7 in *Facets of module theory over semirings* (Borger & Jun, https://arxiv.org/abs/2405.18645, Adv Math). Aristotle [discovered](https://aristotle.harmonic.fun/dashboard/requests/3e3dc70f-a9aa-4b84-a6fd-a812851c3bfb) a simpler proof using `Invertible.bijective_of_surjective` available in Mathlib. (The task started at 01:37 AM and Aristotle found the proof at 01:46 AM.) Also generalizes lemmas and adds a new def about local semirings. Co-authored-by: Aristotle (Harmonic) [aristotle-harmonic@harmonic.fun](mailto:aristotle-harmonic@harmonic.fun)
Theorem 10.7 in Facets of module theory over semirings (Borger & Jun, https://arxiv.org/abs/2405.18645, Adv Math). Aristotle discovered a simpler proof using
Invertible.bijective_of_surjectiveavailable in Mathlib. (The task started at 01:37 AM and Aristotle found the proof at 01:46 AM.)Also generalizes lemmas and adds a new def about local semirings.
Co-authored-by: Aristotle (Harmonic) aristotle-harmonic@harmonic.fun