@@ -160,7 +160,7 @@ theorem ramificationIdxIn_eq_ramificationIdx :
160160 exact ramificationIdx_eq_of_isGaloisGroup p h.choose P G
161161
162162include G in
163- theorem ramificationIdxIn_ne_zero [IsNoetherianRing B] {p : Ideal A} [p.IsPrime]
163+ theorem ramificationIdxIn_ne_zero [Module.Finite A B] {p : Ideal A} [p.IsPrime]
164164 [Nonempty (primesOver p B)] : p.ramificationIdxIn B ≠ 0 := by
165165 have : Algebra.IsIntegral A B := IsGaloisGroup.isInvariant.isIntegral A B G
166166 obtain ⟨P⟩ := (inferInstance : Nonempty (primesOver p B))
@@ -238,7 +238,7 @@ section tower
238238variable {A B : Type *} [CommRing A] [IsDomain A] [CommRing B] [IsDomain B]
239239 [Algebra A B] [Flat A B] {p : Ideal A} (P : Ideal B) [p.IsPrime]
240240 [P.IsPrime] [P.LiesOver p] (G : Type *) [Group G] [Finite G] [MulSemiringAction G B]
241- [IsGaloisGroup G A B] (C : Type *) [CommRing C] [IsDomain C] [IsNoetherianRing C] [ Algebra A C]
241+ [IsGaloisGroup G A B] (C : Type *) [CommRing C] [IsDomain C] [Algebra A C]
242242 [Algebra B C] [Module.Finite A B] [Module.Finite A C] [Module.Finite B C] [Flat A C]
243243 [Flat B C] [IsScalarTower A B C]
244244 (GAC : Type *) [Group GAC] [Finite GAC] [MulSemiringAction GAC C] [IsGaloisGroup GAC A C]
@@ -320,7 +320,6 @@ lemma card_inertia_eq_ramificationIdxIn [IsDomain R] [IsDomain S] [Module.Finite
320320 (p : Ideal R) (P : Ideal S) [P.LiesOver p] [p.IsPrime] [P.IsPrime]
321321 [PerfectField p.ResidueField] :
322322 Nat.card (P.inertia G) = Ideal.ramificationIdxIn p S := by
323- -- have := (show p.IsPrime from P.over_def p ▸ inferInstance).isMaximal hp
324323 have H := ncard_primesOver_mul_card_inertia_mul_finrank (G := G) p P
325324 rw [← inertiaDegIn_eq_inertiaDeg p P G] at H
326325 have : 0 < Nat.card G := Nat.card_pos
0 commit comments