[Merged by Bors] - feat (FieldTheory/Adjoin): generalize IntermediateField.exists_algHom_of_splits#9392
Closed
alreadydone wants to merge 4 commits intomasterfrom
Closed
[Merged by Bors] - feat (FieldTheory/Adjoin): generalize IntermediateField.exists_algHom_of_splits#9392alreadydone wants to merge 4 commits intomasterfrom
IntermediateField.exists_algHom_of_splits#9392alreadydone wants to merge 4 commits intomasterfrom
Conversation
13 tasks
Contributor
|
✌️ alreadydone can now approve this pull request. To approve and merge a pull request, simply reply with |
|
As this PR is labelled bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jan 10, 2024
…m_of_splits` (#9392) + Extract from `Lifts.exists_lift_of_splits` a version that assumes integrality and splitting of minimal polynomial over an intermediate field (either actual IntermediateField or middle of IsScalarTower) rather than the base field + Generalize `exists_algHom_adjoin_of_splits`, `exists_algHom_of_adjoin_splits`, `exists_algHom_of_splits` to the same setting + Prove the [extension lemma](https://math.stackexchange.com/a/687914/12932) `surjective_comp_algebraMap_of_isAlgebraic/isSeparable` to be used in the proof that an epimorphism in the category of fields is a purely inseparable extension. Co-authored-by: Junyan Xu <junyanxu.math@gmail.com>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
IntermediateField.exists_algHom_of_splitsIntermediateField.exists_algHom_of_splits
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extract from
Lifts.exists_lift_of_splitsa version that assumes integrality and splitting of minimal polynomial over an intermediate field (either actual IntermediateField or middle of IsScalarTower) rather than the base fieldGeneralize
exists_algHom_adjoin_of_splits,exists_algHom_of_adjoin_splits,exists_algHom_of_splitsto the same settingProve the extension lemma
surjective_comp_algebraMap_of_isAlgebraic/isSeparableto be used in the proof that an epimorphism in the category of fields is a purely inseparable extension.