Mathlib theorem · Existing formal mathematics

Existing in Mathlib · Algebra

Fundamental Theorem of Galois Theory — Finite Case

Between a base field F and a finite Galois extension E, every intermediate field determines the symmetries that fix it, and every subgroup of symmetries determines the elements it fixes. These operations recover the original field or subgroup and reverse containment.

Exact definition

Exact Mathlib definition

def IsGalois.intermediateFieldEquivSubgroup {F E : Type*} [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] : IntermediateField F E ≃o (Subgroup Gal(E/F))ᵒᵈ

The theorem at a glance

Finite Galois correspondence at a glance

A visual guide to the theorem's hypotheses, structure, and conclusion; the exact statement gives the formal detail.

Intermediate fields and subgroups of the Galois group are order-dual in a finite Galois extension. Explanatory diagram.
Detailed visual description

The poster places the finite Galois hypotheses above two mirrored lattices. It follows an intermediate field to its fixing subgroup and a subgroup to its fixed field, closes both inverse loops, and identifies the endpoint as a constructed order isomorphism.

Statement structure

From hypotheses to conclusion

Statement map for Fundamental Theorem of Galois Theory — Finite CaseFor a finite-dimensional Galois extension, intermediate fields and subgroups of the Galois group form mutually inverse, inclusion-reversing correspondences. The pinned upstream declaration is IsGalois.intermediateFieldEquivSubgroup. The exact checked statement is def IsGalois.intermediateFieldEquivSubgroup {F E : Type*} [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] : IntermediateField F E ≃o (Subgroup Gal(E/F))ᵒᵈ.Mathematical readingFor a finite-dimensionalGalois extension,intermediate fields andsubgroups of the Galoisgroup form mutuallyinverse,inclusion-reversingcorrespondences.Pinned declarationmathlib ·IsGalois.intermediateFieldEquivSubgroupExact checked formdefIsGalois.intermediateFieldEquivSubgroup{F E : Type*} [Field F][Field E] [Algebra F E][FiniteDimensional F E][IsGalois F E] :IntermediateField F E ≃o(Subgroup Gal(E/F))ᵒᵈStatement map for Fundamental Theorem of Galois Theory — Finite CaseFor a finite-dimensional Galois extension, intermediate fields and subgroups of the Galois group form mutually inverse, inclusion-reversing correspondences. The pinned upstream declaration is IsGalois.intermediateFieldEquivSubgroup. The exact checked statement is def IsGalois.intermediateFieldEquivSubgroup {F E : Type*} [Field F] [Field E] [Algebra F E] [FiniteDimensional F E] [IsGalois F E] : IntermediateField F E ≃o (Subgroup Gal(E/F))ᵒᵈ.Mathematical readingFor a finite-dimensionalGalois extension,intermediate fields andsubgroups of the Galoisgroup form mutuallyinverse,inclusion-reversingcorrespondences.Pinned declarationmathlib ·IsGalois.intermediateFieldEquivSubgroupExact checked formdefIsGalois.intermediateFieldEquivSubgroup{F E : Type*} [Field F][Field E] [Algebra F E][FiniteDimensional F E][IsGalois F E] :IntermediateField F E ≃o(Subgroup Gal(E/F))ᵒᵈ

This map summarizes the statement's structure; the exact Mathlib declaration remains authoritative.

Taking fixing subgroups and fixed fields gives inverse correspondences that reverse inclusion. Explanatory diagram.
Detailed visual description

A lattice from F to E is mirrored by a lattice from the full Galois group to the trivial subgroup. Cross-connections pair each intermediate field with its fixing subgroup, while two closed return paths show that fixed-field and fixing-subgroup operations recover their inputs.

Why it matters

A mathematical landmark

The finite Galois correspondence turns questions about field extensions into questions about symmetry groups. Mathlib records the full correspondence as an order isomorphism to the dual subgroup order, rather than merely asserting that a bijection exists.

ProofAtlas record

What has been checked

Upstream indexedPinned source bytes verified locally
Locally reproducedExact upstream declaration replayed
Reviewed pageCurrent public presentation reviewed
Accepted Atlas resultNot recorded for the preferred artifact

Mathlib is the source of the theorem; the local Lean replay and page review are separate.

Claim boundary

No new theorem is claimed

This target indexes Mathlib's constructed order isomorphism for a finite-dimensional Galois field extension. It matches all intermediate fields with all subgroups in reversed order; it does not cover non-Galois extensions, infinite Galois extensions, or assert that every intermediate extension is itself Galois.

Source and local evidence

Where the theorem comes from

Existing declaration
IsGalois.intermediateFieldEquivSubgroup in mathlib
Relationship
The checked artifact is the upstream declaration itself
Local Lean evidence
artifact.library.mathlib.fundamental-theorem-finite-galois-theory.v001
Source
Open the pinned upstream reference