X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Frelocation%2Fnstream_istot.ma;h=5ceef8a1be9738cc02d84ab3c2aa3073044ede81;hp=8dbd7ce38ad9cd4f351319f4ab5c1d1dfeecd65e;hb=a77d0bd6a04e94f765d329d47b37d9e04d349b14;hpb=b598b37379baabef24ae511596be7f740cbb0c2e diff --git a/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream_istot.ma b/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream_istot.ma index 8dbd7ce38..5ceef8a1b 100644 --- a/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream_istot.ma +++ b/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream_istot.ma @@ -31,11 +31,11 @@ interpretation "functional application (nstream)" (* Specific properties on at ************************************************) -lemma at_O1: ∀i2,f. @⦃0, i2@f⦄ ≘ i2. +lemma at_O1: ∀i2,f. @⦃0, i2⨮f⦄ ≘ i2. #i2 elim i2 -i2 /2 width=5 by at_refl, at_next/ qed. -lemma at_S1: ∀n,f,i1,i2. @⦃i1, f⦄ ≘ i2 → @⦃↑i1, n@f⦄ ≘ ↑(n+i2). +lemma at_S1: ∀n,f,i1,i2. @⦃i1, f⦄ ≘ i2 → @⦃↑i1, n⨮f⦄ ≘ ↑(n+i2). #n elim n -n /3 width=7 by at_push, at_next/ qed. @@ -47,20 +47,20 @@ qed. lemma at_istot: ∀f. 𝐓⦃f⦄. /2 width=2 by ex_intro/ qed. -lemma at_plus2: ∀f,i1,i,n,m. @⦃i1, n@f⦄ ≘ i → @⦃i1, (m+n)@f⦄ ≘ m+i. +lemma at_plus2: ∀f,i1,i,n,m. @⦃i1, n⨮f⦄ ≘ i → @⦃i1, (m+n)⨮f⦄ ≘ m+i. #f #i1 #i #n #m #H elim m -m // #m