1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "ground/notation/functions/downspoon_1.ma".
16 include "ground/lib/stream_hdtl.ma".
17 include "ground/relocation/pr_map.ma".
19 (* TAIL FOR PARTIAL RELOCATION MAPS *****************************************)
22 definition pr_tl (f): pr_map ≝ ⇂f.
25 "tail (partial relocation maps)"
26 'DownSpoon f = (pr_tl f).
28 (* Basic constructions ******************************************************)
31 lemma pr_tl_push (f): f = ⫰⫯f.
35 lemma pr_tl_next (f): f = ⫰↑f.
38 (* Basic eliminations *******************************************************)
40 (*** pn_split pr_map_split *)
41 lemma pr_map_split_tl (f): ∨∨ ⫯⫰f = f | ↑⫰f = f.
42 * * /2 width=1 by or_introl, or_intror/