lean4-htt/tests
Giles Shaw 0cc4c91800
fix: change the proof of Nat.zero_mod to rfl (#9391)
This PR replaces the proof of the simplification lemma `Nat.zero_mod`
with
`rfl` since it is, by design, a definitional equality. This solves an
issue
whereby the lemma could not be used by the simplifier when in 'dsimp'
mode.

Closes #9389

---------

Co-authored-by: Joachim Breitner <mail@joachim-breitner.de>
2025-07-22 13:21:48 +00:00
..
bench chore: benchmark using USE_LAKE (#9361) 2025-07-17 18:44:29 +00:00
compiler
elabissues
ir
lean fix: change the proof of Nat.zero_mod to rfl (#9391) 2025-07-22 13:21:48 +00:00
pkg perf: minimize exported codegen data (#9356) 2025-07-22 09:05:49 +00:00
playground
plugin
simpperf
.gitignore
common.sh
lakefile.toml
lean-toolchain