File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed
LocalClassFieldTheory/DiscreteValuationRing Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -173,16 +173,9 @@ theorem int_adic_of_compl_eq_int_compl_of_adic (a : R_v) :
173173 rw [hm]
174174 replace hm := le_of_eq hm
175175 erw [intValuation_le_pow_iff_dvd, ← Valuation.val_le_iff_dvd a m] at hm
176- rw [ValuationSubring.algebraMap_apply]
177176 apply le_trans hm (le_of_eq _)
178- rw [← genLTOne_eq_neg_one]
179- simp
180- sorry
181-
182-
183- -- rw [← genLTOne_eq_neg_one]
184- -- have := Valuation.val_le_iff_dvd a m
185- -- apply hm
177+ rw [← genLTOne_eq_neg_one, neg_eq_neg_one_mul (m : ℤ), mul_comm]
178+ norm_cast
186179
187180theorem adic_of_compl_eq_compl_of_adic (x : K_v) : v_adic_of_compl x = v_compl_of_adic x := by
188181 obtain ⟨a, b, H⟩ := IsLocalization.mk'_surjective (nonZeroDivisors R_v) x
You can’t perform that action at this time.
0 commit comments