Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions mathlib4/Mathlib/FieldTheory/Galois/IsGaloisGroup.lean
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ instance intermediateField [Finite G] [hGKL : IsGaloisGroup G K L] :
have := hGKL.isGalois
.of_mulEquiv_algEquiv e fun _ _ ↦ rfl

set_option synthInstance.maxHeartbeats 80000 in
-- The `Algebra K (IsScalarTower.toAlgHom K F L).fieldRange` instance in the proof needs more
-- than the default limit.
attribute [local instance] FractionRing.liftAlgebra in
/-- If `G` is a finite Galois group for `B / R` and `R ⊆ A ⊆ B` is a tower of commutative domains
with `A` integrally closed, then the fixing subgroup of the image of `A` in `B` is a Galois group
Expand Down