X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Frelocation%2Frtmap_uni.ma;h=bacac08bfa7177cf92d9993e291023dc27669367;hb=54c4e854515cbcb1376881e9aedad006bf6545f2;hp=5f45b1f2889ff777a82f174b8e262e402cd591b7;hpb=9a023f554e56d6edbbb2eeaf17ce61e31857ef4a;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground_2/relocation/rtmap_uni.ma b/matita/matita/contribs/lambdadelta/ground_2/relocation/rtmap_uni.ma index 5f45b1f28..bacac08bf 100644 --- a/matita/matita/contribs/lambdadelta/ground_2/relocation/rtmap_uni.ma +++ b/matita/matita/contribs/lambdadelta/ground_2/relocation/rtmap_uni.ma @@ -20,7 +20,7 @@ include "ground_2/relocation/rtmap_isuni.ma". rec definition uni (n:nat) on n: rtmap ≝ match n with [ O ⇒ 𝐈𝐝 -| S n ⇒ ⫯(uni n) +| S n ⇒ ↑(uni n) ]. interpretation "uniform relocation (rtmap)" @@ -31,49 +31,49 @@ interpretation "uniform relocation (rtmap)" lemma uni_zero: 𝐈𝐝 = 𝐔❴0❵. // qed. -lemma uni_succ: ∀n. ⫯𝐔❴n❵ = 𝐔❴⫯n❵. +lemma uni_succ: ∀n. ↑𝐔❴n❵ = 𝐔❴↑n❵. // qed. (* Basic inversion lemmas ***************************************************) -lemma uni_inv_push_dx: ∀f,n. 𝐔❴n❵ ≗ ↑f → 0 = n ∧ 𝐈𝐝 ≗ f. +lemma uni_inv_push_dx: ∀f,n. 𝐔❴n❵ ≡ ⫯f → 0 = n ∧ 𝐈𝐝 ≡ f. #f * /3 width=5 by eq_inv_pp, conj/ #n