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