feat(RingTheory/Powerseries): Weierstrass preparation - #21859
feat(RingTheory/Powerseries): Weierstrass preparation#21859Thmoas-Guan wants to merge 147 commits into
Conversation
PR summary 6c8ac7478dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
|
There are a lot of lemmas twisted together, I may need some help to decompose this PR, thank for the helps. |
|
This PR is huge, is it possible to split it? For example, the first result can go in another file and you open a PR with prerequisites for the main theorem. Anyway thanks a lot, we surely want this! |
The problem is, the things after the complete local ring version doesn't take long, however it can reduce the lenth for about 100 to 150 lines. However I don't clearly know where should the first result go. |
|
I am still looking only at the first lemma, and we actually already have it. It is basically Polynomial.lifts_and_degree_eq_and_monic |
| open Set | ||
|
|
||
| /--The canonical transition map from `R⧸m ^ b` to `R⧸m ^ a` when `a ≤ b`-/ | ||
| def TransitionMap {a b : ℕ} (le : a ≤ b) : R⧸m ^ b →+* R⧸m ^ a := |
There was a problem hiding this comment.
This is also defined in #21582 (if I am not confused). @jjdishere can you confirm?
There was a problem hiding this comment.
Yes, and this is more general than the definition R⧸m ^ (n + 1) →+* R⧸m ^ n in #21582 .
Sorry, my fault, I don't know why aesop didn't return me this. |
|
I've discussed with @Thmoas-Guan about the intersection part of this PR and #21582 . He will try to split out the common part of this and #21582 into a new PR. |
Co-authored-by: Andrew Yang <36414270+erdOne@users.noreply.github.com>
Co-authored-by: Andrew Yang <36414270+erdOne@users.noreply.github.com>
extract common part
|
This PR is replaced by the better setting of weierstrass division, thus closed. Would be developed soon based on #24584 |
Weierstrass preparation for complete DVR.