We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b200f7 commit bf878dfCopy full SHA for bf878df
1 file changed
Mathlib/RingTheory/RamificationInertia/Basic.lean
@@ -81,6 +81,7 @@ theorem sum_ramification_inertia_eq_card
81
[IsDomain R] [IsDomain S] [Module.Finite R S] [Module.Flat R S] [Fintype (p.primesOver S)]
82
{G : Type*} [Group G] [MulSemiringAction G S] [IsGaloisGroup G R S] :
83
∑ q : p.primesOver S, q.1.ramificationIdx' R * q.1.inertiaDeg' R = Nat.card G := by
84
+ let := IsGaloisGroup.finite G R S
85
rw [sum_ramification_inerta_eq_finrank, IsGaloisGroup.card_eq_finrank' G R S]
86
87
end Ideal
0 commit comments