]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/reduction/fpb_aaa.ma
now the update is complete
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reduction / fpb_aaa.ma
index d61a11ae04ba30b8f163e8a3378ca0931c76e5bb..69a0b1fcf0f89164b52ac3596378c0c61487d5fc 100644 (file)
 (**************************************************************************)
 
 include "basic_2/static/aaa_fqus.ma".
+include "basic_2/static/aaa_lleq.ma".
 include "basic_2/reduction/lpx_aaa.ma".
 include "basic_2/reduction/fpb.ma".
 
-(* "BIG TREE" PARALLEL REDUCTION FOR CLOSURES *******************************)
+(* "QRST" PARALLEL REDUCTION FOR CLOSURES ***********************************)
 
 (* Properties on atomic arity assignment for terms **************************)
 
-lemma aaa_fpb_conf: ∀h,g,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ≽[h, g] ⦃G2, L2, T2⦄ →
+lemma fpb_aaa_conf: ∀h,g,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ≽[h, g] ⦃G2, L2, T2⦄ →
                     ∀A1. ⦃G1, L1⦄ ⊢ T1 ⁝ A1 → ∃A2. ⦃G2, L2⦄ ⊢ T2 ⁝ A2.
 #h #g #G1 #G2 #L1 #L2 #T1 #T2 * -G2 -L2 -T2
-/3 width=6 by aaa_lpx_conf, aaa_cpx_conf, aaa_fquq_conf, ex_intro/
+/3 width=6 by aaa_lleq_conf, lpx_aaa_conf, cpx_aaa_conf, aaa_fquq_conf, ex_intro/
 qed-.