]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/csx_csx.ma
renaming in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / csx_csx.ma
index badaae1ca9d9315d3385d75a0ec35fe1c3fd6d1a..5efee8db4b43d00cfc4cefb70a1958296c44d734 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/rt_transition/lfpx_lfdeq.ma".
+include "basic_2/rt_transition/lpx_rdeq.ma".
 include "basic_2/rt_computation/csx_drops.ma".
 
-(* STRONGLY NORMALIZING TERMS FOR UNCOUNTED PARALLEL RT-TRANSITION **********)
+(* STRONGLY NORMALIZING TERMS FOR UNBOUND PARALLEL RT-TRANSITION ************)
 
 (* Advanced properties ******************************************************)
 
@@ -51,7 +51,7 @@ qed.
 
 (* Basic_1: was just: sn3_abbr *)
 (* Basic_2A1: was: csx_lref_bind *)
-lemma csx_lref_pair: â\88\80h,o,I,G,L,K,V,i. â¬\87*[i] L â\89¡ K.ⓑ{I}V →
+lemma csx_lref_pair: â\88\80h,o,I,G,L,K,V,i. â¬\87*[i] L â\89\98 K.ⓑ{I}V →
                      ⦃G, K⦄ ⊢ ⬈*[h, o] 𝐒⦃V⦄ → ⦃G, L⦄ ⊢ ⬈*[h, o] 𝐒⦃#i⦄.
 #h #o #I #G #L #K #V #i #HLK #HV
 @csx_intro #X #H #Hi elim (cpx_inv_lref1_drops … H) -H
@@ -66,17 +66,17 @@ qed.
 
 (* Basic_1: was: sn3_gen_def *)
 (* Basic_2A1: was: csx_inv_lref_bind *)
-lemma csx_inv_lref_pair: â\88\80h,o,I,G,L,K,V,i. â¬\87*[i] L â\89¡ K.ⓑ{I}V →
+lemma csx_inv_lref_pair: â\88\80h,o,I,G,L,K,V,i. â¬\87*[i] L â\89\98 K.ⓑ{I}V →
                          ⦃G, L⦄ ⊢ ⬈*[h, o] 𝐒⦃#i⦄ → ⦃G, K⦄ ⊢ ⬈*[h, o] 𝐒⦃V⦄.
 #h #o #I #G #L #K #V #i #HLK #Hi
-elim (lifts_total V (ð\9d\90\94â\9d´â«¯i❵))
+elim (lifts_total V (ð\9d\90\94â\9d´â\86\91i❵))
 /4 width=9 by csx_inv_lifts, csx_cpx_trans, cpx_delta_drops, drops_isuni_fwd_drop2/
 qed-.
 
 lemma csx_inv_lref: ∀h,o,G,L,i. ⦃G, L⦄ ⊢ ⬈*[h, o] 𝐒⦃#i⦄ →
-                    â\88¨â\88¨ â¬\87*[â\92», ð\9d\90\94â\9d´iâ\9dµ] L â\89¡ ⋆
-                     | â\88\83â\88\83I,K. â¬\87*[i] L â\89¡ K.ⓤ{I}
-                     | â\88\83â\88\83I,K,V. â¬\87*[i] L â\89¡ K.ⓑ{I}V & ⦃G, K⦄ ⊢ ⬈*[h, o] 𝐒⦃V⦄.
+                    â\88¨â\88¨ â¬\87*[â\92», ð\9d\90\94â\9d´iâ\9dµ] L â\89\98 ⋆
+                     | â\88\83â\88\83I,K. â¬\87*[i] L â\89\98 K.ⓤ{I}
+                     | â\88\83â\88\83I,K,V. â¬\87*[i] L â\89\98 K.ⓑ{I}V & ⦃G, K⦄ ⊢ ⬈*[h, o] 𝐒⦃V⦄.
 #h #o #G #L #i #H elim (drops_F_uni L i) /2 width=1 by or3_intro0/
 * * /4 width=9 by csx_inv_lref_pair, ex2_3_intro, ex1_2_intro, or3_intro2, or3_intro1/
 qed-.