We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 418be3b commit cd38c4bCopy full SHA for cd38c4b
HumanEvalLean/HumanEval155.lean
@@ -4,7 +4,6 @@ section Batteries
4
@[simp] theorem Nat.isDigit_digitChar : n.digitChar.isDigit = decide (n < 10) := sorry
5
theorem Nat.mem_toDigits_base_10_isDigit (h : c ∈ toDigits 10 n) : c.isDigit := sorry
6
theorem Nat.toDigits_10_of_lt_10 (h : n < 10) : toDigits 10 n = [n.digitChar] := sorry
7
-@[simp] theorem Nat.toDigits_10_natAbs_ofNat (n : Nat) : toDigits 10 (n : Int).natAbs = toDigits 10 n := sorry
8
9
theorem Nat.toDigits_10_decompose (h : d < 10) (n : Nat) :
10
toDigits 10 (10 * n + d) = (toDigits 10 n) ++ (toDigits 10 d) :=
0 commit comments