X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Frelocation%2Fnstream_istot.ma;h=759b83a13026dce98c53cf4e8f2b0e9aaae8e55a;hb=75f395f0febd02de8e0f881d918a8812b1425c8d;hp=39211d7f2c74ece3b91c7f155788ca883719e581;hpb=d59f344b1e4b377e2f06abd9f8856d686d21b222;p=helm.git 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 39211d7f2..759b83a13 100644 --- a/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream_istot.ma +++ b/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream_istot.ma @@ -31,15 +31,15 @@ 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. -lemma at_total: ∀i1,f. @⦃i1, f⦄ ≡ f@❴i1❵. +lemma at_total: ∀i1,f. @⦃i1, f⦄ ≘ f@❴i1❵. #i1 elim i1 -i1 [ * // | #i #IH * /3 width=1 by at_S1/ ] qed. @@ -47,33 +47,33 @@ 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