]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/rsx_fqup.ma
update in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / rsx_fqup.ma
index c654e372923a05d107643c801d786f7d120a9774..b638da30e8ed1c9bddeae37a1442ac42a9fdf1e8 100644 (file)
@@ -20,7 +20,7 @@ include "basic_2/rt_computation/rsx.ma".
 (* Advanced properties ******************************************************)
 
 (* Basic_2A1: uses: lsx_atom *)
-lemma lfsx_atom (h) (G) (T): G āŠ¢ ā¬ˆ*[h,T] š’āŖā‹†ā«.
+lemma lfsx_atom (h) (G) (T): G āŠ¢ ā¬ˆ*š’[h,T] ā‹†.
 #h #G #T
 @rsx_intro #Y #H #HnT
 lapply (lpx_inv_atom_sn ā€¦ H) -H #H destruct
@@ -33,7 +33,7 @@ qed.
 (* Note: the exclusion binder (ā“§) makes this more elegant and much simpler *)
 (* Note: the old proof without the exclusion binder requires lreq *)
 lemma rsx_fwd_bind_dx_void (h) (G):
-      āˆ€p,I,L,V,T. G āŠ¢ ā¬ˆ*[h,ā“‘[p,I]V.T] š’āŖLā« ā†’ G āŠ¢ ā¬ˆ*[h,T] š’āŖL.ā“§ā«.
+      āˆ€p,I,L,V,T. G āŠ¢ ā¬ˆ*š’[h,ā“‘[p,I]V.T] L ā†’ G āŠ¢ ā¬ˆ*š’[h,T] L.ā“§.
 #h #G #p #I #L #V #T #H
 @(rsx_ind ā€¦ H) -L #L1 #_ #IH
 @rsx_intro #Y #H #HT
@@ -45,6 +45,6 @@ qed-.
 
 (* Basic_2A1: uses: lsx_inv_bind *)
 lemma rsx_inv_bind_void (h) (G):
-      āˆ€p,I,L,V,T. G āŠ¢ ā¬ˆ*[h,ā“‘[p,I]V.T] š’āŖLā« ā†’
-      āˆ§āˆ§ G āŠ¢ ā¬ˆ*[h,V] š’āŖLā« & G āŠ¢ ā¬ˆ*[h,T] š’āŖL.ā“§ā«.
+      āˆ€p,I,L,V,T. G āŠ¢ ā¬ˆ*š’[h,ā“‘[p,I]V.T] L ā†’
+      āˆ§āˆ§ G āŠ¢ ā¬ˆ*š’[h,V] L & G āŠ¢ ā¬ˆ*š’[h,T] L.ā“§.
 /3 width=4 by rsx_fwd_pair_sn, rsx_fwd_bind_dx_void, conj/ qed-.