]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/computation/fpbu_lift.ma
commit completed! the new iterated static type assignment is up!
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / computation / fpbu_lift.ma
index a76af75e4a65051997dc4a1716e7bb1d259db49f..5d3c40f92784f8756eac2f054bdd1c0fd3d50568 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/static/sta_sta.ma".
+include "basic_2/unfold/lstas_da.ma".
 include "basic_2/computation/cpxs_lift.ma".
 include "basic_2/computation/fpbu.ma".
 
@@ -25,8 +25,8 @@ lemma lstas_fpbu: ∀h,g,G,L,T1,T2,l2. ⦃G, L⦄ ⊢ T1 •*[h, l2] T2 → (T1
 /4 width=5 by fpbu_cpxs, lstas_cpxs/ qed.
 
 lemma sta_fpbu: ∀h,g,G,L,T1,T2,l. ⦃G, L⦄ ⊢ T1 ▪[h, g] l+1 →
-                ⦃G, L⦄ ⊢ T1 •[h] T2 → ⦃G, L, T1⦄ ≻[h, g] ⦃G, L, T2⦄.
+                ⦃G, L⦄ ⊢ T1 •*[h, 1] T2 → ⦃G, L, T1⦄ ≻[h, g] ⦃G, L, T2⦄.
 #h #g #G #L #T1 #T2 #l #HT1 #HT12 elim (eq_term_dec T1 T2)
-/3 width=5 by sta_lstas, lstas_fpbu/ #H destruct
-elim (sta_inv_refl_pos … HT1 … HT12)
+/3 width=5 by lstas_fpbu/ #H destruct
+elim (lstas_inv_refl_pos h G L T2 0) //
 qed.