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): Prove the Galois correspondence #4786

Closed
wants to merge 223 commits into from

Conversation

tb65536
Copy link
Collaborator

@tb65536 tb65536 commented Oct 26, 2020

@tb65536 tb65536 added the awaiting-review The author would like community review of the PR label Oct 26, 2020
@bryangingechen bryangingechen changed the title Galois definition feat(field_theory): Prove the Galois correspondence Oct 26, 2020
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

This is a great milestone. But it would be good to split things into smaller PRs.

src/algebra/algebra/subalgebra.lean Outdated Show resolved Hide resolved
src/data/polynomial/degree/basic.lean Outdated Show resolved Hide resolved
src/linear_algebra/finite_dimensional.lean Outdated Show resolved Hide resolved
@hrmacbeth
Copy link
Member

Can you update docs/overview.yaml (in the same PR)?

@bryangingechen bryangingechen added the blocked-by-other-PR This PR depends on another PR which is still in the queue. A bot manages this label via PR comment. label Oct 26, 2020
bors bot pushed a commit that referenced this pull request Oct 26, 2020
Changes to degree/basic.lean from #4786



Co-authored-by: tb65536 <tb65536@users.noreply.github.com>
bors bot pushed a commit that referenced this pull request Oct 27, 2020
Changes to subalgebra.lean from #4786



Co-authored-by: tb65536 <tb65536@users.noreply.github.com>
bors bot pushed a commit that referenced this pull request Oct 29, 2020
…om of fields is bijective (#4793)

Changes to finite_dimensional.lean from #4786



Co-authored-by: tb65536 <tb65536@users.noreply.github.com>
tb65536 and others added 19 commits November 25, 2020 10:32
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
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.

It's looking ready to merge to me, thanks for all the work! @jcommelin, what do you think?

Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

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

Fantastic work! This is a true milestone. Thanks so much for all your efforts 🎉

bors merge

@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 Nov 27, 2020
bors bot pushed a commit that referenced this pull request Nov 27, 2020
The proof leverages existing results from field_theory/fixed.lean and field_theory/primitive_element.lean.
We define Galois as normal + separable. Proving the various equivalent characterizations of Galois extensions is yet to be done.
@bors
Copy link

bors bot commented Nov 27, 2020

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat(field_theory): Prove the Galois correspondence [Merged by Bors] - feat(field_theory): Prove the Galois correspondence Nov 27, 2020
@bors bors bot closed this Nov 27, 2020
@bors bors bot deleted the galois_definition branch November 27, 2020 11:58
Comment on lines +234 to +236
noncomputable instance subtype_of_fintype [fintype α] (p : α → Prop) : fintype (subtype p) :=
fintype.of_injective coe subtype.coe_injective

Copy link
Member

Choose a reason for hiding this comment

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

xref #5943 - this instance is a duplicate of subtype.fintype (in the presence of classical.dec_pred anyway)

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

7 participants