]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/static/frees_drops.ma
- exclusion binder in local environments:
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / static / frees_drops.ma
index 476a459c87c71bb2dd3d9547c088062fa7f5e02f..0e1ae0e21c115e56f95f077c4c707164e7da37c3 100644 (file)
@@ -77,20 +77,20 @@ lemma frees_inv_lref_drops: āˆ€L,i,f. L āŠ¢ š…*ā¦ƒ#iā¦„ ā‰” f ā†’
                             āˆØāˆØ āˆƒāˆƒg. ā¬‡*[ā’», š”ā“iāµ] L ā‰” ā‹† & šˆā¦ƒgā¦„ & f = ā†‘*[i] ā«Æg
                              | āˆƒāˆƒg,I,K,V. K āŠ¢ š…*ā¦ƒVā¦„ ā‰” g &
                                           ā¬‡*[i] L ā‰” K.ā“‘{I}V & f = ā†‘*[i] ā«Æg
-                             | āˆƒāˆƒg,I,K. ā¬‡*[i] L ā‰” K.ā“¤{I} & f = ā†‘*[i] ā«Æg.
+                             | āˆƒāˆƒg,I,K. ā¬‡*[i] L ā‰” K.ā“¤{I} & šˆā¦ƒgā¦„ & f = ā†‘*[i] ā«Æg.
 #L elim L -L
 [ #i #g | #L #I #IH * [ #g cases I -I [ #I | #I #V ] -IH | #i #g ] ] #H
 [ elim (frees_inv_atom ā€¦ H) -H #f #Hf #H destruct
   /3 width=3 by or3_intro0, ex3_intro/
 | elim (frees_inv_unit ā€¦ H) -H #f #Hf #H destruct
-  /4 width=3 by drops_refl, or3_intro2, ex2_3_intro/
+  /4 width=3 by drops_refl, or3_intro2, ex3_3_intro/
 | elim (frees_inv_pair ā€¦ H) -H #f #Hf #H destruct
   /4 width=7 by drops_refl, or3_intro1, ex3_4_intro/
 | elim (frees_inv_lref ā€¦ H) -H #f #Hf #H destruct
   elim (IH ā€¦ Hf) -IH -Hf *
   [ /4 width=3 by drops_drop, or3_intro0, ex3_intro/
   | /4 width=7 by drops_drop, or3_intro1, ex3_4_intro/
-  | /4 width=3 by drops_drop, or3_intro2, ex2_3_intro/
+  | /4 width=3 by drops_drop, or3_intro2, ex3_3_intro/
   ]
 ]
 qed-.