Update
This commit is contained in:
parent
ec3c0fb335
commit
4908dae055
@ -190,7 +190,7 @@ Qed.
|
||||
|
||||
|
||||
Lemma perm_max_insert_alt : forall (l1 l2: list nat),
|
||||
permutation l1 -> (Add (length l1) l1 l2 -> permutation l2).
|
||||
permutation l1 -> Add (length l1) l1 l2 -> permutation l2.
|
||||
Proof.
|
||||
intros l1 l2. intros H I.
|
||||
apply Add_split in I. destruct I. destruct H0. destruct H0.
|
||||
|
Loading…
Reference in New Issue
Block a user