]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/rdsx_length.ma
renaming in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / rdsx_length.ma
index 7063209b53a4056ebdbcfd72ef6e4e785ab73afa..e6ccab06a229521e5a6d5e4ba1caaf7b4deea398 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/static/lfdeq_length.ma".
+include "basic_2/static/rdeq_length.ma".
 include "basic_2/rt_transition/lpx_length.ma".
 include "basic_2/rt_computation/rdsx.ma".
 
@@ -23,18 +23,18 @@ include "basic_2/rt_computation/rdsx.ma".
 (* Basic_2A1: uses: lsx_sort *)
 lemma rdsx_sort (h) (o) (G): āˆ€L,s. G āŠ¢ ā¬ˆ*[h, o, ā‹†s] š’ā¦ƒLā¦„.
 #h #o #G #L1 #s @rdsx_intro #L2 #H #Hs
-elim Hs -Hs /3 width=3 by lpx_fwd_length, lfdeq_sort_length/
+elim Hs -Hs /3 width=3 by lpx_fwd_length, rdeq_sort_length/
 qed.
 
 (* Basic_2A1: uses: lsx_gref *)
 lemma rdsx_gref (h) (o) (G): āˆ€L,l. G āŠ¢ ā¬ˆ*[h, o, Ā§l] š’ā¦ƒLā¦„.
 #h #o #G #L1 #s @rdsx_intro #L2 #H #Hs
-elim Hs -Hs /3 width=3 by lpx_fwd_length, lfdeq_gref_length/
+elim Hs -Hs /3 width=3 by lpx_fwd_length, rdeq_gref_length/
 qed.
 
 lemma rdsx_unit (h) (o) (G): āˆ€I,L. G āŠ¢ ā¬ˆ*[h, o, #0] š’ā¦ƒL.ā“¤{I}ā¦„.
 #h #o #G #I #L1 @rdsx_intro
 #Y #HY #HnY elim HnY -HnY
 elim (lpx_inv_unit_sn ā€¦ HY) -HY #L2 #HL12 #H destruct
-/3 width=3 by lpx_fwd_length, lfdeq_unit_length/
+/3 width=3 by lpx_fwd_length, rdeq_unit_length/
 qed.