]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/syntax/path_proper.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / syntax / path_proper.ma
index 9cab60b87950a5c132f82f4bbf1361a723d5e61c..ff6a53c3932c4a01eac32c3e58993ab8fadb9174 100644 (file)
@@ -30,7 +30,12 @@ interpretation
 (* Basic constructions ******************************************************)
 
 lemma ppc_lcons (l) (q): l◗q ϵ 𝐏.
-#l #p #H destruct
+#l #q #H0 destruct
+qed.
+
+lemma ppc_rcons (l) (q): q◖l ϵ 𝐏.
+#l #q #H
+elim (eq_inv_list_empty_rcons ??? H)
 qed.
 
 (* Basic inversions ********************************************************)