Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - chore(field_theory/minpoly): Split results from minpoly.lean into three files #18048

Closed
wants to merge 4 commits into from

Conversation

Paul-Lez
Copy link
Collaborator

@Paul-Lez Paul-Lez commented Jan 3, 2023

In this PR, we split the results contained in minpoly.lean into three separate files: minpoly.basic.lean, minpoly.field.lean and minpoly.gcd_monoid.lean. This is helpful for PR #18021.


Open in Gitpod

@Paul-Lez Paul-Lez changed the title chore(field_theory/minpoly): Split results in minpoly.lean into three files chore(field_theory/minpoly): Split results from minpoly.lean into three files Jan 3, 2023
@Paul-Lez Paul-Lez added the awaiting-CI The author would like to see what CI has to say before doing more work. label Jan 3, 2023
@github-actions github-actions bot removed the awaiting-CI The author would like to see what CI has to say before doing more work. label Jan 3, 2023
@Paul-Lez Paul-Lez added the awaiting-review The author would like community review of the PR label Jan 3, 2023
@Vierkantor Vierkantor self-requested a review January 3, 2023 12:48
@riccardobrasca
Copy link
Member

LGTM, thanks!

bors d+

@bors
Copy link

bors bot commented Jan 3, 2023

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

@github-actions github-actions bot added delegated The PR author may merge after reviewing final suggestions. and removed awaiting-review The author would like community review of the PR labels Jan 3, 2023
Copy link
Collaborator

@Vierkantor Vierkantor left a comment

Choose a reason for hiding this comment

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

I just quickly verified nothing got left in the shuffle:

$ comm <(sort src/field_theory/minpoly.lean) <(cat src/field_theory/minpoly/*.lean | sort) -23
After stating the defining property we specialize to the setting of field extensions
and derive some well-known properties, amongst which the fact that minimal polynomials
end field
section field
under the assumption that x is integral over `A`.
variables (A x)
variables [field A]
variables [ring B] [algebra A B]
variables {x : B}
variables {x : B}

So looks good to me too!

@Paul-Lez
Copy link
Collaborator Author

Paul-Lez commented Jan 3, 2023

bors r+

bors bot pushed a commit that referenced this pull request Jan 3, 2023
…hree files (#18048)

In this PR, we split the results contained in `minpoly.lean` into three separate files: `minpoly.basic.lean`, `minpoly.field.lean` and `minpoly.gcd_monoid.lean`. This is helpful for PR #18021.
@alreadydone
Copy link
Collaborator

alreadydone commented Jan 3, 2023

Strange, the staging commit built successfully but was not merged into master. Current status is "awaiting review" at https://app.bors.tech/repositories/24316. I guess someone has to re-trigger bors.

@Paul-Lez
Copy link
Collaborator Author

Paul-Lez commented Jan 3, 2023

Huh strange ! I'll try again.

bors r+

bors bot pushed a commit that referenced this pull request Jan 4, 2023
…hree files (#18048)

In this PR, we split the results contained in `minpoly.lean` into three separate files: `minpoly.basic.lean`, `minpoly.field.lean` and `minpoly.gcd_monoid.lean`. This is helpful for PR #18021.
@bors
Copy link

bors bot commented Jan 4, 2023

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title chore(field_theory/minpoly): Split results from minpoly.lean into three files [Merged by Bors] - chore(field_theory/minpoly): Split results from minpoly.lean into three files Jan 4, 2023
@bors bors bot closed this Jan 4, 2023
@bors bors bot deleted the monpoly_file_splitting branch January 4, 2023 01:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated The PR author may merge after reviewing final suggestions.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants