]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/computation/dxprs_lsubss.ma
- lambdadelta: third recursive part of preservation finally proved!
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / computation / dxprs_lsubss.ma
index a9a5cd84e5c6035419a68c3207e902067cb7065c..b1e340b2ce4b8db950ba3b9fe2844cd831fe99d9 100644 (file)
@@ -22,5 +22,5 @@ include "basic_2/computation/dxprs.ma".
 lemma lsubss_dxprs_trans: ∀h,g,L1,L2. h ⊢ L1 •⊑[g] L2 →
                           ∀T1,T2. ⦃h, L2⦄ ⊢ T1 •*➡*[g] T2 → ⦃h, L1⦄ ⊢ T1 •*➡*[g] T2.
 #h #g #L1 #L2 #HL12 #T1 #T2 *
-lapply (lsubss_fwd_lsubs2 … HL12) /4 width=5/
+lapply (lsubss_fwd_lsubs2 … HL12) /3 width=5/
 qed-.