Skip to content

Commit f83e6b6

Browse files
committed
deprecation
1 parent dce50d0 commit f83e6b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathlib/GroupTheory/MonoidLocalization/Basic.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1452,7 +1452,7 @@ theorem AddSubmonoid.isLocalizationMap_nat_int (S : AddSubmonoid ℕ) (hS : S
14521452
· exact ⟨z, 0, zero_mem _, by lia⟩
14531453
have ⟨n, hnS, hn0⟩ := S.bot_or_exists_ne_zero.resolve_left hS
14541454
have key : z < n * (z / n + 1) := Nat.lt_mul_div_succ _ <| Nat.pos_of_ne_zero hn0
1455-
exact ⟨(z / n + 1) * n - z, (z / n + 1) * n, nsmul_mem hnS _, by cutsat
1455+
exact ⟨(z / n + 1) * n - z, (z / n + 1) * n, nsmul_mem hnS _, by lia
14561456

14571457
theorem AddSubmonoid.isLocalizationMap_top_nat_int :
14581458
(⊤ : AddSubmonoid ℕ).IsLocalizationMap ((↑) : ℕ → ℤ) :=

0 commit comments

Comments
 (0)