Skip to content

Commit

Permalink
use exact rather than apply
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickseurin authored and avigad committed Jan 6, 2025
1 parent ac9825e commit db963f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIL/C06_Structures/S03_Building_the_Gaussian_Integers.lean
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ theorem natAbs_norm_mod_lt (x y : GaussInt) (hy : y ≠ 0) :
(x % y).norm.natAbs < y.norm.natAbs := by
apply Int.ofNat_lt.1
simp only [Int.natCast_natAbs, abs_of_nonneg, norm_nonneg]
apply norm_mod_lt x hy
exact norm_mod_lt x hy
-- QUOTE.

/- TEXT:
Expand Down

0 comments on commit db963f2

Please sign in to comment.