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/relocation/pr_pat_pat.ma".
16 include "ground/relocation/tr_pat.ma".
17 include "ground/relocation/tr_pap.ma".
19 (* POSITIVE APPLICATION FOR TOTAL RELOCATION MAPS ***************************)
21 (* Constructions with pr_pat ***********************************************)
24 lemma tr_pat_total: ∀i1,f. @❨i1,𝐭❨f❩❩ ≘ f@❨i1❩.
26 [ * // | #i #IH * /3 width=1 by tr_pat_succ_sn/ ]
29 (* Inversions with pr_pat ***************************************************)
32 lemma tr_pat_inv_total (f):
33 ∀i1,i2. @❨i1, 𝐭❨f❩❩ ≘ i2 → f@❨i1❩ = i2.
34 /2 width=6 by pr_pat_mono/ qed-.