Skip to content

Commit 394e43c

Browse files
committed
fixed DVR.complete
1 parent d4cd451 commit 394e43c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

LocalClassFieldTheory/DiscreteValuationRing/Complete.lean

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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

187180
theorem 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

0 commit comments

Comments
 (0)