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/element_u_1.ma".
16 include "ground/relocation/pr_nexts.ma".
17 include "ground/relocation/pr_id.ma".
19 (* UNIFORM ELEMENTS FOR PARTIAL RELOCATION MAPS *****************************)
22 definition pr_uni (n) ā ā*[n] š¢.
25 "uniform elements (partial relocation maps)"
26 'ElementU n = (pr_uni n).
28 (* Basic constructions ******************************************************)
31 lemma pr_uni_zero: š¢ = š®āØšā©.
35 lemma pr_uni_succ (n): āš®āØnā© = š®āØānā©.
36 /2 width=1 by pr_nexts_succ/ qed.