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/arith/nat_rplus_succ.ma".
16 include "ground/relocation/pr_uni.ma".
17 include "ground/relocation/pr_pat_pat_id.ma".
19 (* POSITIVE APPLICATION FOR PARTIAL RELOCATION MAPS *************************)
21 (* Constructions with pr_uni ************************************************)
24 lemma pr_pat_uni (n) (i):
26 #n @(nat_ind_succ … n) -n
27 /2 width=5 by pr_pat_next/
30 (* Inversions with pr_uni ***************************************************)
33 lemma pr_pat_inv_uni (n) (i) (j):
34 @❨i,𝐮❨n❩❩ ≘ j → j = i+n.
35 /2 width=4 by pr_pat_mono/ qed-.