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(field_theory/splitting_field): splitting field unique #3654

Closed
wants to merge 14 commits into from

Conversation

kckennylau
Copy link
Collaborator

@kckennylau kckennylau commented Aug 1, 2020

Main theorem:

polynomial.is_splitting_field.alg_equiv {α} (β) [field α] [field β] [algebra α β]
  (f : polynomial α) [is_splitting_field α β f] : β ≃ₐ[α] splitting_field f

@kckennylau kckennylau changed the title Lift split feat(field_theory/splitting_field): splitting field unique Aug 1, 2020
Copy link
Member

@ChrisHughes24 ChrisHughes24 left a comment

Choose a reason for hiding this comment

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

Haven't gone through it all yet, but left some comments

src/data/polynomial/eval.lean Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
src/linear_algebra/finite_dimensional.lean Outdated Show resolved Hide resolved
src/linear_algebra/finite_dimensional.lean Outdated Show resolved Hide resolved
@bryangingechen bryangingechen added the awaiting-review The author would like community review of the PR label Aug 2, 2020
kckennylau and others added 2 commits August 3, 2020 07:43
Co-authored-by: Chris Hughes <33847686+ChrisHughes24@users.noreply.github.com>
@Vierkantor Vierkantor self-requested a review August 4, 2020 16:13
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.

Some small suggestions now, more tomorrow.

src/algebra/group/hom.lean Outdated Show resolved Hide resolved
src/data/list/basic.lean Outdated Show resolved Hide resolved
src/data/multiset/basic.lean Outdated Show resolved Hide resolved
src/field_theory/minimal_polynomial.lean Outdated Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
src/linear_algebra/finite_dimensional.lean Outdated Show resolved Hide resolved
src/linear_algebra/finite_dimensional.lean Outdated Show resolved Hide resolved
Comment on lines 194 to 200
/-- If A/S/R is a tower of algebras then any S-subalgebra of A gives an R-subalgebra of A. -/
def res (U : subalgebra S A) : subalgebra R A :=
{ carrier := U,
algebra_map_mem' := λ x, by { rw algebra_map_apply R S A, exact U.algebra_map_mem _ } }

@[simp] lemma res_top : res R (⊤ : subalgebra S A) = ⊤ :=
algebra.eq_top_iff.2 $ λ _, show _ ∈ (⊤ : subalgebra S A), from algebra.mem_top
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is the reason for renaming these? (Actually, what does res stand for?)

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

shorter; restrict.

@Vierkantor Vierkantor added awaiting-author A reviewer has asked the author a question or requested changes and removed awaiting-review The author would like community review of the PR labels Aug 5, 2020
@kckennylau kckennylau added the awaiting-review The author would like community review of the PR label Aug 6, 2020
src/ring_theory/algebra_tower.lean Outdated Show resolved Hide resolved
src/field_theory/splitting_field.lean Outdated Show resolved Hide resolved
@Vierkantor
Copy link
Collaborator

Thanks!

bors r+

@bors
Copy link

bors bot commented Aug 6, 2020

👎 Rejected by label

@github-actions github-actions bot added ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.) and removed awaiting-review The author would like community review of the PR labels Aug 6, 2020
@Vierkantor
Copy link
Collaborator

bors r+

@bors
Copy link

bors bot commented Aug 6, 2020

👎 Rejected by label

@Vierkantor Vierkantor removed the awaiting-author A reviewer has asked the author a question or requested changes label Aug 6, 2020
@Vierkantor
Copy link
Collaborator

Come on!

bors merge

bors bot pushed a commit that referenced this pull request Aug 6, 2020
Main theorem:
```lean
polynomial.is_splitting_field.alg_equiv {α} (β) [field α] [field β] [algebra α β]
  (f : polynomial α) [is_splitting_field α β f] : β ≃ₐ[α] splitting_field f
````



Co-authored-by: Vierkantor <Vierkantor@users.noreply.github.com>
@bors
Copy link

bors bot commented Aug 6, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(field_theory/splitting_field): splitting field unique [Merged by Bors] - feat(field_theory/splitting_field): splitting field unique Aug 6, 2020
@bors bors bot closed this Aug 6, 2020
@bors bors bot deleted the lift-split branch August 6, 2020 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge All that is left is for bors to build and merge this PR. (Remember you need to say `bors r+`.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants