[Merged by Bors] - feat(RingTheory): definition of regular local ring#28682
[Merged by Bors] - feat(RingTheory): definition of regular local ring#28682Thmoas-Guan wants to merge 110 commits into
Conversation
PR summary 56e100aabdImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type |
|---|---|---|
| 8728 | 1 | backward.isDefEq |
Current commit 24105372eb
Reference commit 56e100aabd
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).
chrisflav
left a comment
There was a problem hiding this comment.
I am happy to see that someone finally went forward and pinned down a definition.
|
Please also extend the PR description by which definition you choose and that you show it is equivalent to the Cotangent space one. |
I choose this definition only because it depends the least to state, maybe there are other opinions I haven't heard of, but at least it can be easily changed to the cotangent space definition. And thanks for the help, these PR are currently a bit messy. |
I personally would have chosen the cotangent space definition, but it really does not matter, so please stick to your definition. Other people wanted to go via regular sequences, but as far as I can tell, this is also on your roadmap? |
|
What on my roadmap? Regular system of parameters is regular seqence? If this then it is in #28683 |
|
and add docstring
This reverts commit 78b6206.
|
Sorry that I just move the file, I'll try to address the comments |
|
This PR/issue depends on:
|
|
Could you please merge master? |
|
🚀 Pull request has been placed on the maintainer queue by chrisflav. |
|
✌️ Thmoas-Guan can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
In this PR, we give the definition of regular local ring. The class `IsRegularLocalRing` is defined as `(maximalIdeal R).spanFinrank = ringKrullDim R` We also established the lemma `IsRegularLocalRing.iff_finrank_cotangentSpace` proving this definition is equivalent to the cotangent space version.
|
Pull request successfully merged into master. Build succeeded: |
…ity#28682) In this PR, we give the definition of regular local ring. The class `IsRegularLocalRing` is defined as `(maximalIdeal R).spanFinrank = ringKrullDim R` We also established the lemma `IsRegularLocalRing.iff_finrank_cotangentSpace` proving this definition is equivalent to the cotangent space version.
In this PR, we give the definition of regular local ring.
The class
IsRegularLocalRingis defined as(maximalIdeal R).spanFinrank = ringKrullDim RWe also established the lemma
IsRegularLocalRing.iff_finrank_cotangentSpaceproving this definition is equivalent to the cotangent space version.