X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambda_delta%2Fbasic_2%2Fdynamic%2Fnta_alt.ma;h=8cbd59518d9d606b4dc62c8361959095b4cf3840;hb=cb38da6095e3af84131a3ebf47a9f252f34a804c;hp=9c15674600c99a2cf39400e65304b3dc32e39bed;hpb=db7ecce6c398a42f14557067bf18b61cf75da80e;p=helm.git diff --git a/matita/matita/contribs/lambda_delta/basic_2/dynamic/nta_alt.ma b/matita/matita/contribs/lambda_delta/basic_2/dynamic/nta_alt.ma index 9c1567460..8cbd59518 100644 --- a/matita/matita/contribs/lambda_delta/basic_2/dynamic/nta_alt.ma +++ b/matita/matita/contribs/lambda_delta/basic_2/dynamic/nta_alt.ma @@ -30,7 +30,7 @@ inductive ntaa (h:sh): lenv → relation term ≝ ntaa h L (ⓐV.ⓛW.T) (ⓐV.ⓛW.U) | ntaa_pure: ∀L,V,W,T,U. ntaa h L T U → ntaa h L (ⓐV.U) W → ntaa h L (ⓐV.T) (ⓐV.U) -| ntaa_cast: ∀L,T,U,W. ntaa h L T U → ntaa h L U W → ntaa h L (ⓣU. T) U +| ntaa_cast: ∀L,T,U,W. ntaa h L T U → ntaa h L U W → ntaa h L (ⓝU. T) U | ntaa_conv: ∀L,T,U1,U2,V2. ntaa h L T U1 → L ⊢ U1 ⬌* U2 → ntaa h L U2 V2 → ntaa h L T U2 . @@ -177,7 +177,7 @@ lemma nta_ind_alt: ∀h. ∀R:lenv→relation term. ) → (∀L,T,U,W. ⦃h, L⦄ ⊢ T : U → ⦃h, L⦄ ⊢ U : W → - R L T U → R L U W → R L (ⓣU.T) U + R L T U → R L U W → R L (ⓝU.T) U ) → (∀L,T,U1,U2,V2. ⦃h, L⦄ ⊢ T : U1 → L ⊢ U1 ⬌* U2 → ⦃h, L⦄ ⊢ U2 : V2 →