]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/computation/dxprs_aaa.ma
milestone in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / computation / dxprs_aaa.ma
index 57c72a7b01c74496411f593e1670f6dd702d820e..b2ad6412e5902a7aba50394ebc1f3f763d30ed19 100644 (file)
@@ -12,8 +12,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/unwind/sstas_aaa.ma".
-include "basic_2/computation/cprs_aaa.ma".
+include "basic_2/unfold/sstas_aaa.ma".
+include "basic_2/computation/cpxs_aaa.ma".
 include "basic_2/computation/dxprs.ma".
 
 (* DECOMPOSED EXTENDED PARALLEL COMPUTATION ON TERMS ************************)
@@ -21,5 +21,5 @@ include "basic_2/computation/dxprs.ma".
 (* Properties on atomic arity assignment for terms **************************)
 
 lemma dxprs_aaa: ∀h,g,L,T,A. L ⊢ T ⁝ A → ∀U. ⦃h, L⦄ ⊢ T •*➡*[g] U → L ⊢ U ⁝ A.
-#h #g #L #T #A #HT #U * /3 width=5/
+#h #g #L #T #A #HT #U * /3 width=5 by sstas_aaa, aaa_cprs_conf/
 qed.