X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fgr_tl.ma;h=c0d15ce19a3de6239abb259f37a2b56b06a1da08;hp=9c4fa9e87e9a4fcb45def716fcdec759825d8198;hb=2ed8d2abcc3b0687141b627061b63350a0b200bd;hpb=b367de0252e88d6b0476648d5ceac7e4aeffca27 diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_tl.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_tl.ma index 9c4fa9e87..c0d15ce19 100644 --- a/matita/matita/contribs/lambdadelta/ground/relocation/gr_tl.ma +++ b/matita/matita/contribs/lambdadelta/ground/relocation/gr_tl.ma @@ -16,7 +16,7 @@ include "ground/notation/functions/droppred_1.ma". include "ground/lib/stream_hdtl.ma". include "ground/relocation/gr_map.ma". -(* TAIL FOR GENERIC RELOCATION MAPS ***********************************************************) +(* TAIL FOR GENERIC RELOCATION MAPS *****************************************) (*** tl *) definition gr_tl (f): gr_map ≝ ⫰f. @@ -25,7 +25,7 @@ interpretation "tail (generic relocation maps)" 'DropPred f = (gr_tl f). -(* Basic properties *********************************************************) +(* Basic constructions ******************************************************) (*** tl_push_rew *) lemma gr_tl_push (f): f = ⫱⫯f. @@ -35,7 +35,7 @@ lemma gr_tl_push (f): f = ⫱⫯f. lemma gr_tl_next (f): f = ⫱↑f. // qed. -(* Basic eliminators ********************************************************) +(* Basic eliminations *******************************************************) (*** pn_split gr_map_split *) lemma gr_map_split_tl (f): ∨∨ ⫯⫱f = f | ↑⫱f = f.