]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda_delta/basic_2/unfold/ldrops_ldrops.ma
- we introduced the pointer_step rc in the perspective of proving
[helm.git] / matita / matita / contribs / lambda_delta / basic_2 / unfold / ldrops_ldrops.ma
index 1bb40cb5d87f1c2518875eab58545e55ab66895f..7709561a29f7fbbc1b9371d5e7c90d563eb41a7d 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "Basic_2/unfold/ldrops_ldrop.ma".
+include "basic_2/unfold/ldrops_ldrop.ma".
 
 (* GENERIC LOCAL ENVIRONMENT SLICING ****************************************)
 
@@ -20,6 +20,6 @@ include "Basic_2/unfold/ldrops_ldrop.ma".
 
 (* Basic_1: was: drop1_trans *)
 theorem ldrops_trans: ∀L,L2,des2. ⇩*[des2] L ≡ L2 → ∀L1,des1. ⇩*[des1] L1 ≡ L →
-                      ⇩*[des2 @ des1] L1 ≡ L2.
+                      ⇩*[des2 @@ des1] L1 ≡ L2.
 #L #L2 #des2 #H elim H -L -L2 -des2 // /3 width=3/
 qed.