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] - feat: Add some equivalent characterisations of primitive elements in finite extensions of fields #8609

Closed
wants to merge 10 commits into from

Conversation

xroblot
Copy link
Collaborator

@xroblot xroblot commented Nov 24, 2023

See the Zulip thread


Open in Gitpod

@xroblot xroblot added awaiting-CI t-algebra Algebra (groups, rings, fields etc) labels Nov 24, 2023
@xroblot xroblot added awaiting-review WIP Work in progress and removed awaiting-review labels Nov 24, 2023
@xroblot xroblot added awaiting-review awaiting-CI and removed WIP Work in progress labels Nov 25, 2023
Mathlib/FieldTheory/PrimitiveElement.lean Outdated Show resolved Hide resolved
Mathlib/FieldTheory/PrimitiveElement.lean Outdated Show resolved Hide resolved
@jcommelin jcommelin added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review labels Dec 4, 2023
@xroblot xroblot added awaiting-review and removed awaiting-author A reviewer has asked the author a question or requested changes labels Dec 4, 2023
Mathlib/FieldTheory/NormalClosure.lean Outdated Show resolved Hide resolved
Mathlib/FieldTheory/NormalClosure.lean Outdated Show resolved Hide resolved
Mathlib/FieldTheory/PrimitiveElement.lean Outdated Show resolved Hide resolved
Mathlib/FieldTheory/PrimitiveElement.lean Outdated Show resolved Hide resolved
Mathlib/FieldTheory/PrimitiveElement.lean Outdated Show resolved Hide resolved
@jcommelin jcommelin added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review labels Dec 5, 2023
@xroblot xroblot added awaiting-review and removed awaiting-author A reviewer has asked the author a question or requested changes labels Dec 7, 2023
@riccardobrasca riccardobrasca self-assigned this Dec 7, 2023
Mathlib/Data/Polynomial/Splits.lean Show resolved Hide resolved
Mathlib/FieldTheory/Adjoin.lean Outdated Show resolved Hide resolved
Mathlib/FieldTheory/IsAlgClosed/Basic.lean Show resolved Hide resolved
Mathlib/FieldTheory/PrimitiveElement.lean Outdated Show resolved Hide resolved
Mathlib/Data/Polynomial/Splits.lean Outdated Show resolved Hide resolved
@riccardobrasca
Copy link
Member

Thanks!

bors d+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Dec 10, 2023

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

@xroblot
Copy link
Collaborator Author

xroblot commented Dec 10, 2023

bors r+

@mathlib-bors
Copy link
Contributor

mathlib-bors bot commented Dec 10, 2023

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat: Add some equivalent characterisations of primitive elements in finite extensions of fields [Merged by Bors] - feat: Add some equivalent characterisations of primitive elements in finite extensions of fields Dec 10, 2023
@mathlib-bors mathlib-bors bot closed this Dec 10, 2023
@mathlib-bors mathlib-bors bot deleted the xfr-primitive_element_iff branch December 10, 2023 16:26
@alreadydone alreadydone restored the xfr-primitive_element_iff branch December 10, 2023 23:37
alreadydone added a commit that referenced this pull request Dec 11, 2023
mathlib-bors bot pushed a commit that referenced this pull request Dec 11, 2023
+ generalize `image_rootSet`, `adjoin_rootSet_eq_range` and `splits_comp_of_splits` in Data/Polynomial/Splits and use the last one to golf `splits_of_algHom`, `splits_of_isScalarTower` (introduced in # 8609).

+ add three new lemmas `mem_range_x_of_minpoly_splits` to simplify the construction of `IntermediateField.algHomEquivAlgHomOfIsAlgClosed` and `Algebra.IsAlgebraic.algHomEquivAlgHomOfIsAlgClosed`, remove the `IsAlgClosed` condition and rename. ~~They could be moved to an earlier file but I refrain from doing that. (#find_home says it's already in the right place)~~

+ golf `primitive_element_iff_algHom_eq_of_eval` from # 8609, using a new lemma `IsIntegral.minpoly_splits_tower_top` for the last step.

+ make `integralClosure_algEquiv_restrict` (from # 8714) computable and rename to `AlgEquiv.mapIntegralClosure` to follow camelCase naming convention and enable dot notation.



Co-authored-by: Xavier-François Roblot <46200072+xroblot@users.noreply.github.com>
Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
awueth pushed a commit that referenced this pull request Dec 19, 2023
+ generalize `image_rootSet`, `adjoin_rootSet_eq_range` and `splits_comp_of_splits` in Data/Polynomial/Splits and use the last one to golf `splits_of_algHom`, `splits_of_isScalarTower` (introduced in # 8609).

+ add three new lemmas `mem_range_x_of_minpoly_splits` to simplify the construction of `IntermediateField.algHomEquivAlgHomOfIsAlgClosed` and `Algebra.IsAlgebraic.algHomEquivAlgHomOfIsAlgClosed`, remove the `IsAlgClosed` condition and rename. ~~They could be moved to an earlier file but I refrain from doing that. (#find_home says it's already in the right place)~~

+ golf `primitive_element_iff_algHom_eq_of_eval` from # 8609, using a new lemma `IsIntegral.minpoly_splits_tower_top` for the last step.

+ make `integralClosure_algEquiv_restrict` (from # 8714) computable and rename to `AlgEquiv.mapIntegralClosure` to follow camelCase naming convention and enable dot notation.



Co-authored-by: Xavier-François Roblot <46200072+xroblot@users.noreply.github.com>
Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated t-algebra Algebra (groups, rings, fields etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants