Commit 2025-02-18 10:05 a1fd9f15
View on Github →chore(Algebra/Ring/Subring): avoid importing Int.Cast.Lemmas
in Defs.lean
(#21997)
The file Data.Int.Cast.Lemmas
is quite theory-heavy in itself, and brings along a lot more. We can get rid of the import by replacing a couple proofs with rfl
and moving a lemma to a downstream file.