X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fgr_isf_tl.ma;h=5268136d7fe34e1c0a08d0360f9dc146bcac0aae;hb=dc605ae41c39773f55381f241b1ed3db4acf5edd;hp=52bc146fef39521e7826e5d021bad71b2092021b;hpb=caf822cbe34e204e6d1b72e272373b561c1a565a;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_isf_tl.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_isf_tl.ma index 52bc146fe..5268136d7 100644 --- a/matita/matita/contribs/lambdadelta/ground/relocation/gr_isf_tl.ma +++ b/matita/matita/contribs/lambdadelta/ground/relocation/gr_isf_tl.ma @@ -20,7 +20,7 @@ include "ground/relocation/gr_isf.ma". (* Constructions with gr_tl *************************************************) (*** isfin_tl *) -lemma gr_isf_tl (f): 𝐅❪f❫ → 𝐅❪⫱f❫. +lemma gr_isf_tl (f): 𝐅❪f❫ → 𝐅❪⫰f❫. #f elim (gr_map_split_tl f) * #Hf /3 width=3 by gr_isf_inv_push, gr_isf_inv_next/ qed. @@ -28,7 +28,7 @@ qed. (* Inversions with gr_tl ****************************************************) (*** isfin_inv_tl *) -lemma gr_isf_inv_tl (g): 𝐅❪⫱g❫ → 𝐅❪g❫. +lemma gr_isf_inv_tl (g): 𝐅❪⫰g❫ → 𝐅❪g❫. #f elim (gr_map_split_tl f) * #Hf /2 width=1 by gr_isf_next, gr_isf_push/ qed-.