Skip to content

Commit

Permalink
Update S03_Building_the_Gaussian_Integers.lean
Browse files Browse the repository at this point in the history
No longer necessary.
  • Loading branch information
11Kilobytes authored and avigad committed Jan 6, 2025
1 parent 4ad0aeb commit 1988747
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MIL/C06_Structures/S03_Building_the_Gaussian_Integers.lean
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ theorem abs_mod'_le (a b : ℤ) (h : 0 < b) : |mod' a b| ≤ b / 2 := by
have := Int.emod_lt_of_pos (a + b / 2) h
have := Int.ediv_add_emod b 2
have := Int.emod_lt_of_pos b zero_lt_two
revert this; intro this -- FIXME, this should not be needed
linarith
-- QUOTE.

Expand Down

0 comments on commit 1988747

Please sign in to comment.