Skip to content

Commit b4964e0

Browse files
committed
Remove redundant lemma
1 parent d713664 commit b4964e0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

HumanEvalLean/HumanEval155.lean

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ theorem digits_append_digits (hn : 0 < n) (hd : d < 10) :
4141

4242
end Nat
4343

44-
@[simp]
45-
theorem Int.digits_natAbs_cast (n : Nat) : (n : Int).natAbs.digits = n.digits := by
46-
simp [Nat.digits]
47-
4844
structure Tally where
4945
even : Nat
5046
odd : Nat

0 commit comments

Comments
 (0)