[Merged by Bors] - feat: Hahn embedding theorem#27268
[Merged by Bors] - feat: Hahn embedding theorem#27268wwylele wants to merge 2 commits intoleanprover-community:masterfrom
Conversation
PR summary e11b36c7eaImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
0326930 to
13db80f
Compare
|
This pull request has conflicts, please merge |
|
This pull request has conflicts, please merge |
303c071 to
0fa3a6f
Compare
One missing lemma that will be used in leanprover-community#27268 Hahn embedding theorem
… of embDomain These will be used in leanprover-community#27268 Hahn embedding theorem
… of embDomain These will be used in leanprover-community#27268 Hahn embedding theorem
One missing lemma that will be used in leanprover-community#27268 Hahn embedding theorem
|
This pull request has conflicts, please merge |
|
This last part is now ready for review! |
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks! That's a great milestone!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
|
Thanks! bors d+ |
|
✌️ wwylele can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
This proves [Hahn embedding theorem](https://en.wikipedia.org/wiki/Hahn_embedding_theorem), one among the 1000+ theorems project. Note on file location: I originally placed it in Algebra/Order/Group, but got prompted that Algebra can't import Analysis (needed for `Real` being a `Rat`-module` and related fact), so now I moved it under HahnSeries
|
Pull request successfully merged into master. Build succeeded: |
…er-community#30101) This is a small part of leanprover-community#27268 (Hahn embedding theorem). Separated out for easy review while waiting for the other dependency.
This is part of Hahn embedding theorem leanprover-community#27268, where an a ordered group is first embedded in a divisible group / Q-module. I am aware at leanprover-community#25662 there is also an ongoing rewrite of `LocalizedModule` that this PR uses. Hopefully I avoided interfering it by using mostly with public API.
…er-community#30101) This is a small part of leanprover-community#27268 (Hahn embedding theorem). Separated out for easy review while waiting for the other dependency.
This is part of Hahn embedding theorem leanprover-community#27268, where an a ordered group is first embedded in a divisible group / Q-module. I am aware at leanprover-community#25662 there is also an ongoing rewrite of `LocalizedModule` that this PR uses. Hopefully I avoided interfering it by using mostly with public API.
This proves [Hahn embedding theorem](https://en.wikipedia.org/wiki/Hahn_embedding_theorem), one among the 1000+ theorems project. Note on file location: I originally placed it in Algebra/Order/Group, but got prompted that Algebra can't import Analysis (needed for `Real` being a `Rat`-module` and related fact), so now I moved it under HahnSeries
This proves Hahn embedding theorem, one among the 1000+ theorems project.
Note on file location: I originally placed it in Algebra/Order/Group, but got prompted that Algebra can't import Analysis (needed for
Realbeing aRat-module` and related fact), so now I moved it under HahnSeriesThis is migrated from #25140 to fork