X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Frelocation%2Fnstream_istot.ma;h=3a19d81a0f355a306cb9dc2c3402caaa87fd453e;hb=bd53c4e895203eb049e75434f638f26b5a161a2b;hp=759b83a13026dce98c53cf4e8f2b0e9aaae8e55a;hpb=75f395f0febd02de8e0f881d918a8812b1425c8d;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 759b83a13..3a19d81a0 100644 --- a/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream_istot.ma +++ b/matita/matita/contribs/lambdadelta/ground_2/relocation/nstream_istot.ma @@ -22,7 +22,7 @@ rec definition apply (i: nat) on i: rtmap → nat ≝ ?. * #n #f cases i -i [ @n | #i lapply (apply i f) -apply -i -f - #i @(⫯(n+i)) + #i @(↑(n+i)) ] defined. @@ -31,49 +31,49 @@ 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. -lemma at_istot: ∀f. 𝐓⦃f⦄. +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 apply_O1 >apply_O1 #H destruct + lapply (Hf (↑i)) >apply_S1 >apply_S1 #H + /3 width=2 by injective_plus_r, injective_S/ +] +qed-.