X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Frtmap_istot.ma;h=f93936acf3c14af701f71d36e81d6e9e82c39fbe;hp=472a6694513156b8b992bcf93833e65bb1becfc5;hb=8fdf1af656038d0245eba64ff2531bbe94ce0e9e;hpb=77c9255de3c5f7780aeacd745703a1cc76328a68 diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/rtmap_istot.ma b/matita/matita/contribs/lambdadelta/ground/relocation/rtmap_istot.ma index 472a66945..f93936acf 100644 --- a/matita/matita/contribs/lambdadelta/ground/relocation/rtmap_istot.ma +++ b/matita/matita/contribs/lambdadelta/ground/relocation/rtmap_istot.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -include "ground/notation/relations/istotal_1.ma". +include "ground/notation/relations/ist_1.ma". include "ground/relocation/rtmap_at.ma". (* RELOCATION MAP ***********************************************************) @@ -20,7 +20,7 @@ include "ground/relocation/rtmap_at.ma". definition istot: predicate rtmap ≝ λf. ∀i. ∃j. @❪i,f❫ ≘ j. interpretation "test for totality (rtmap)" - 'IsTotal f = (istot f). + 'IsT f = (istot f). (* Basic inversion lemmas ***************************************************) @@ -44,7 +44,9 @@ qed. (* Properties on tls ********************************************************) lemma istot_tls: ∀n,f. 𝐓❪f❫ → 𝐓❪⫱*[n]f❫. -#n elim n -n /3 width=1 by istot_tl/ +#n @(nat_ind_succ … n) -n // +#n #IH #f #Hf