]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/fsb_aaa.ma
milestone update in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / fsb_aaa.ma
index b03c6a61533847c5df34d67db3c4f40faa11caff..4da3d3d9f723176748e7437f2e3f79158b345431 100644 (file)
 
 include "basic_2/rt_computation/csx_aaa.ma".
 include "basic_2/rt_computation/fpbs_aaa.ma".
-include "basic_2/rt_computation/fpbs_fpb.ma".
 include "basic_2/rt_computation/fsb_csx.ma".
 
 (* STRONGLY NORMALIZING CLOSURES FOR PARALLEL RST-TRANSITION ****************)
 
 (* Main properties with atomic arity assignment for terms *******************)
 
-theorem aaa_fsb:
-        â\88\80G,L,T,A. â\9dªG,Lâ\9d« â\8a¢ T â\81\9d A â\86\92 â\89¥ð\9d\90\92 â\9dªG,L,Tâ\9d«.
+theorem aaa_fsb (G) (L) (T) (A):
+        ❪G,L❫ ⊢ T ⁝ A → ≥𝐒 ❪G,L,T❫.
 /3 width=2 by aaa_csx, csx_fsb/ qed.
 
 (* Advanced eliminators with atomic arity assignment for terms **************)
 
-fact aaa_ind_fpb_aux (Q:relation3 …):
+fact aaa_ind_fpbc_aux (Q:relation3 …):
      (∀G1,L1,T1,A.
        ❪G1,L1❫ ⊢ T1 ⁝ A →
        (∀G2,L2,T2. ❪G1,L1,T1❫ ≻ ❪G2,L2,T2❫ → Q G2 L2 T2) →
        Q G1 L1 T1
      ) →
      ∀G,L,T. ❪G,L❫ ⊢ ⬈*𝐒 T → ∀A. ❪G,L❫ ⊢ T ⁝ A →  Q G L T.
-#R #IH #G #L #T #H @(csx_ind_fpb … H) -G -L -T
+#R #IH #G #L #T #H @(csx_ind_fpbc … H) -G -L -T
 #G1 #L1 #T1 #H1 #IH1 #A1 #HTA1 @IH -IH //
 #G2 #L2 #T2 #H12 elim (fpbs_aaa_conf … G2 … L2 … T2 … HTA1) -A1
-/2 width=2 by fpb_fpbs/
+/2 width=2 by fpbc_fpbs/
 qed-.
 
-lemma aaa_ind_fpb (Q:relation3 …):
+lemma aaa_ind_fpbc (Q:relation3 …):
       (∀G1,L1,T1,A.
         ❪G1,L1❫ ⊢ T1 ⁝ A →
         (∀G2,L2,T2. ❪G1,L1,T1❫ ≻ ❪G2,L2,T2❫ → Q G2 L2 T2) →
         Q G1 L1 T1
       ) →
       ∀G,L,T,A. ❪G,L❫ ⊢ T ⁝ A → Q G L T.
-/4 width=4 by aaa_ind_fpb_aux, aaa_csx/ qed-.
+/4 width=4 by aaa_ind_fpbc_aux, aaa_csx/ qed-.
 
 fact aaa_ind_fpbg_aux (Q:relation3 …):
      (∀G1,L1,T1,A.