]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_lpxs.ma
milestone update in basic_2, update in ground and static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / lpxs_lpxs.ma
index 2e0c1457009bcdf41b77f0eed703080cba51d885..6330bfc72e2f055fa8bdc29239fbde56378a28cc 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/computation/lpxs.ma".
+include "static_2/relocation/lex_lex.ma".
+include "basic_2/rt_computation/lpxs_lpx.ma".
 
-(* SN EXTENDED PARALLEL COMPUTATION ON LOCAL ENVIRONMENTS *******************)
+(* EXTENDED PARALLEL RT-COMPUTATION FOR FULL LOCAL ENVIRONMENTS *************)
 
 (* Main properties **********************************************************)
 
-theorem lpxs_trans: ∀h,o,G. Transitive … (lpxs h o G).
-/2 width=3 by trans_TC/ qed-.
+theorem lpxs_trans (G): Transitive … (lpxs G).
+/4 width=5 by lpxs_cpxs_trans, cpxs_trans, lex_trans/ qed-.