Some list related lemmas
Compare changes
+ 48
− 0
@@ -565,6 +565,9 @@ Lemma list_insert_id l i x : l !! i = Some x → <[i:=x]>l = l.
@@ -955,6 +958,8 @@ Proof.
@@ -1012,6 +1017,9 @@ Lemma drop_0 l : drop 0 l = l.
@@ -1110,6 +1118,9 @@ Proof. done. Qed.
@@ -3606,6 +3617,35 @@ Section zip_with.
@@ -3644,6 +3684,14 @@ Section zip.