]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/static/frees_drops.ma
first definition of cpm:
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / static / frees_drops.ma
index 441d3c51f5670ff8298c9f8f35738024078f3102..c5762eacbbe202d8c246ec8f26d0bb63782efc5f 100644 (file)
@@ -49,7 +49,8 @@ lemma frees_lref_pushs: āˆ€f,K,j. K āŠ¢ š…*ā¦ƒ#jā¦„ ā‰” f ā†’
                         āˆ€i,L. ā¬‡*[i] L ā‰” K ā†’ L āŠ¢ š…*ā¦ƒ#(i+j)ā¦„ ā‰” ā†‘*[i] f.
 #f #K #j #Hf #i elim i -i
 [ #L #H lapply (drops_fwd_isid ā€¦ H ?) -H //
-| #i #IH #L #H elim (drops_inv_succ ā€¦ H) -H /3 width=1 by frees_lref/
+| #i #IH #L #H elim (drops_inv_succ ā€¦ H) -H
+  #I #Y #V #HYK #H destruct /3 width=1 by frees_lref/
 ]
 qed.