Add lemmas `app_cons_eq_inv_{l,r}`.
Compare changes
+ 73
− 51
@@ -846,6 +846,47 @@ Proof.
@@ -869,6 +910,17 @@ Lemma not_elem_of_app l1 l2 x : x ∉ l1 ++ l2 ↔ x ∉ l1 ∧ x ∉ l2.
@@ -936,6 +988,27 @@ Proof.
@@ -1064,57 +1137,6 @@ Section list_set.