[Merged by Bors] - feat(RingTheory/Lasker): second uniqueness theorem for primary decomposition#35599
[Merged by Bors] - feat(RingTheory/Lasker): second uniqueness theorem for primary decomposition#35599tb65536 wants to merge 33 commits intoleanprover-community:masterfrom
Conversation
PR summary 1a8a236018
|
| File | Base Count | Head Count | Change |
|---|---|---|---|
| Mathlib.RingTheory.Lasker | 1281 | 1301 | +20 (+1.56%) |
Import changes for all files
| Files | Import difference |
|---|---|
Mathlib.RingTheory.Lasker |
20 |
Declarations diff
+ comap_localized₀_eq_iInf
+ comap_localized₀_eq_ite
+ image_radical_eq_associated_primes
+ injOn
+ instance (I : N.associatedPrimes) : I.1.IsPrime := I.2.1
+ instance (I : associatedPrimes R M) : I.1.IsPrime := I.2.1
+ mem_associatedPrimes
+ mem_image_radical_colon_iff
- IsMinimalPrimaryDecomposition.image_radical_eq_associated_primes
- IsMinimalPrimaryDecomposition.mem_image_radical_colon_iff
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).
|
This PR/issue depends on: |
|
This pull request has conflicts, please merge |
|
✌️ tb65536 can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
…osition (#35599) This PR proves the second uniqueness theorem for primary decomposition. Co-authored-by: tb65536 <thomas.l.browning@gmail.com>
|
Pull request successfully merged into master. Build succeeded:
|
This PR proves the second uniqueness theorem for primary decomposition.