Skip to content

Commit 9463cf4

Browse files
committed
s
1 parent 2889cd3 commit 9463cf4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

theorems.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ lemma sum_append (l1 l2 : List Nat) : (l1 ++ l2).sum = l1.sum + l2.sum := by
114114
-- Reassociate
115115
rw [Nat.add_assoc]
116116

117-
118-
119117
lemma map_id (l : List Nat) : l.map id = l := by
120118
induction l with
121119
| nil =>

0 commit comments

Comments
 (0)