Skip to content

[Merged by Bors] - feat: Hahn embedding theorem#27268

Closed
wwylele wants to merge 2 commits intoleanprover-community:masterfrom
wwylele:wwylele-hahn
Closed

[Merged by Bors] - feat: Hahn embedding theorem#27268
wwylele wants to merge 2 commits intoleanprover-community:masterfrom
wwylele:wwylele-hahn

Conversation

@wwylele
Copy link
Copy Markdown
Collaborator

@wwylele wwylele commented Jul 18, 2025

@wwylele wwylele mentioned this pull request Jul 18, 2025
7 tasks
@github-actions github-actions bot added the large-import Automatically added label for PRs with a significant increase in transitive imports label Jul 18, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jul 18, 2025

PR summary e11b36c7ea

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference
Mathlib.RingTheory.HahnSeries.HahnEmbedding (new file) 1624

Declarations diff

+ hahnEmbedding_isOrderedAddMonoid
+ hahnEmbedding_isOrderedModule_rat
+ instance : Nonempty (HahnEmbedding.Seed ℚ M ℝ) := by

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Jul 18, 2025
@wwylele wwylele force-pushed the wwylele-hahn branch 3 times, most recently from 0326930 to 13db80f Compare July 19, 2025 03:09
@leanprover-community-bot-assistant
Copy link
Copy Markdown
Collaborator

This pull request has conflicts, please merge master and resolve them.

@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 19, 2025
@github-actions github-actions bot removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 25, 2025
@leanprover-community-bot-assistant
Copy link
Copy Markdown
Collaborator

This pull request has conflicts, please merge master and resolve them.

@leanprover-community-bot-assistant leanprover-community-bot-assistant added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Jul 27, 2025
@grunweg grunweg added the t-algebra Algebra (groups, rings, fields, etc) label Aug 4, 2025
@github-actions github-actions bot removed merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) large-import Automatically added label for PRs with a significant increase in transitive imports labels Sep 7, 2025
wwylele added a commit to wwylele/mathlib4 that referenced this pull request Sep 8, 2025
One missing lemma that will be used in leanprover-community#27268 Hahn embedding theorem
wwylele added a commit to wwylele/mathlib4 that referenced this pull request Sep 8, 2025
wwylele added a commit to wwylele/mathlib4 that referenced this pull request Sep 8, 2025
wwylele added a commit to wwylele/mathlib4 that referenced this pull request Sep 8, 2025
One missing lemma that will be used in leanprover-community#27268 Hahn embedding theorem
mathlib-bors bot pushed a commit that referenced this pull request Sep 9, 2025
… on all classes (#29451)

This will be used in #27268 Hahn embedding theorem
@mathlib4-merge-conflict-bot mathlib4-merge-conflict-bot added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Sep 9, 2025
@mathlib4-merge-conflict-bot
Copy link
Copy Markdown
Collaborator

This pull request has conflicts, please merge master and resolve them.

mathlib-bors bot pushed a commit that referenced this pull request Oct 9, 2025
This is part of Hahn embedding theorem #27268, where an a ordered group is first embedded in a divisible group / Q-module. I am aware at #25662 there is also an ongoing rewrite of `LocalizedModule` that this PR uses. Hopefully I avoided interfering it by using mostly with public API.
@github-actions github-actions bot removed merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) large-import Automatically added label for PRs with a significant increase in transitive imports labels Oct 9, 2025
@mathlib4-dependent-issues-bot mathlib4-dependent-issues-bot removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Oct 9, 2025
@wwylele
Copy link
Copy Markdown
Collaborator Author

wwylele commented Oct 9, 2025

This last part is now ready for review!

@wwylele wwylele assigned YaelDillies and unassigned YaelDillies Oct 10, 2025
@wwylele wwylele requested a review from YaelDillies October 10, 2025 14:32
Copy link
Copy Markdown
Contributor

@YaelDillies YaelDillies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! That's a great milestone!

maintainer delegate

@github-actions
Copy link
Copy Markdown

🚀 Pull request has been placed on the maintainer queue by YaelDillies.

@ghost ghost added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Oct 10, 2025
Co-authored-by: Yaël Dillies <yael.dillies@gmail.com>
@riccardobrasca
Copy link
Copy Markdown
Member

Thanks!

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 11, 2025

✌️ wwylele can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@ghost ghost added delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels Oct 11, 2025
@wwylele
Copy link
Copy Markdown
Collaborator Author

wwylele commented Oct 11, 2025

bors r+

mathlib-bors bot pushed a commit that referenced this pull request Oct 11, 2025
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
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Oct 11, 2025

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: Hahn embedding theorem [Merged by Bors] - feat: Hahn embedding theorem Oct 11, 2025
@mathlib-bors mathlib-bors bot closed this Oct 11, 2025
@wwylele wwylele deleted the wwylele-hahn branch October 11, 2025 15:33
Jlh18 pushed a commit to Jlh18/mathlib4 that referenced this pull request Oct 14, 2025
…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.
Jlh18 pushed a commit to Jlh18/mathlib4 that referenced this pull request Oct 14, 2025
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.
BeibeiX0 pushed a commit to BeibeiX0/mathlib4 that referenced this pull request Nov 7, 2025
…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.
BeibeiX0 pushed a commit to BeibeiX0/mathlib4 that referenced this pull request Nov 7, 2025
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.
BeibeiX0 pushed a commit to BeibeiX0/mathlib4 that referenced this pull request Nov 7, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). t-algebra Algebra (groups, rings, fields, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants