]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/static_2/syntax/term_vector.ma
partial commit in static_2
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / syntax / term_vector.ma
index b5da507bc108ff8b991b757de731bce260d3043b..25327ed32cab08c0431c30ddfd3e7ec72a5dc95a 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "ground_2/lib/list.ma".
+include "ground/lib/list.ma".
 include "static_2/notation/functions/snapplvector_2.ma".
 include "static_2/syntax/term_simple.ma".
 
@@ -21,7 +21,7 @@ include "static_2/syntax/term_simple.ma".
 rec definition applv Vs T on Vs ≝
   match Vs with
   [ nil        ⇒ T
-  | cons hd tl ⇒ ⓐhd. (applv tl T)
+  | cons hd pr_tl ⇒ ⓐhd. (applv pr_tl T)
   ].
 
 interpretation "application to vector (term)"
@@ -37,6 +37,6 @@ lemma applv_cons: ∀V,Vs,T. ⒶV⨮Vs.T = ⓐV.ⒶVs.T.
 
 (* Properties with simple terms *********************************************)
 
-lemma applv_simple: â\88\80T,Vs. ð\9d\90\92â¦\83Tâ¦\84 â\86\92 ð\9d\90\92â¦\83â\92¶Vs.Tâ¦\84.
+lemma applv_simple: â\88\80T,Vs. ð\9d\90\92â\9dªTâ\9d« â\86\92 ð\9d\90\92â\9dªâ\92¶Vs.Tâ\9d«.
 #T * //
 qed.