]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/gr_tl.ma
update in ground and static_2
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / gr_tl.ma
index c0d15ce19a3de6239abb259f37a2b56b06a1da08..909430cd9648cab66cb9702f9fadd922aed5aa5f 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "ground/notation/functions/droppred_1.ma".
+include "ground/notation/functions/downspoon_1.ma".
 include "ground/lib/stream_hdtl.ma".
 include "ground/relocation/gr_map.ma".
 
 (* TAIL FOR GENERIC RELOCATION MAPS *****************************************)
 
 (*** tl *)
-definition gr_tl (f): gr_map â\89\9d â«°f.
+definition gr_tl (f): gr_map â\89\9d â\87£f.
 
 interpretation
   "tail (generic relocation maps)"
-  'DropPred f = (gr_tl f).
+  'DownSpoon f = (gr_tl f).
 
 (* Basic constructions ******************************************************)
 
 (*** tl_push_rew *)
-lemma gr_tl_push (f): f = â«±⫯f.
+lemma gr_tl_push (f): f = â«°⫯f.
 // qed.
 
 (*** tl_next_rew *)
-lemma gr_tl_next (f): f = â«±↑f.
+lemma gr_tl_next (f): f = â«°↑f.
 // qed.
 
 (* Basic eliminations *******************************************************)
 
 (*** pn_split gr_map_split *)
-lemma gr_map_split_tl (f): â\88¨â\88¨ â«¯â«±f = f | â\86\91⫱f = f.
+lemma gr_map_split_tl (f): â\88¨â\88¨ â«¯â«°f = f | â\86\91â«°f = f.
 * * /2 width=1 by or_introl, or_intror/
 qed-.