Skip to content

Commit eaeeb03

Browse files
committed
fix after merge
1 parent 96078ba commit eaeeb03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/NumberTheory/RamificationInertia/HilbertTheory.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ Let `D` be the decomposition field of `P` in `L/K`. Let `𝓟D` be a prime ideal
346346
then `𝓟D` is unramified over `K`.
347347
-/
348348
theorem ramificationIdx_eq (hp : p ≠ ⊥) :
349-
ramificationIdx (algebraMap A 𝓞D) p 𝓟D = 1 := by
349+
ramificationIdx p 𝓟D = 1 := by
350350
have : Module.Finite 𝓞D B := Module.Finite.right A 𝓞D B
351351
have : Module.IsTorsionFree 𝓞D B := by
352352
rw [Module.isTorsionFree_iff_faithfulSMul]

0 commit comments

Comments
 (0)