Commit 2023-01-19 15:23 2609ad04
View on Github →chore(data/nat/digits): golf, use seemingly weaker assumptions (#18203)
- Golf.
- Assume
n ≠ 0
instead of0 < n
or1 ≤ n
. - Assume
1 < n
instead of2 ≤ n
. - Add
nat.exists_eq_add_of_le'
(forward-ported in leanprover-community/mathlib4#1662).