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_tl.ma".
16 include "ground/relocation/pr_isu.ma".
18 (* UNIFORMITY CONDITION FOR PARTIAL RELOCATION MAPS *************************)
20 (* Constructions with pr_tl *************************************************)
22 lemma pr_isu_tl (f): 𝐔❨f❩ → 𝐔❨⫰f❩.
23 #f cases (pr_map_split_tl f) * #H
24 [ /3 width=3 by pr_isu_inv_push, pr_isu_isi/
25 | /2 width=3 by pr_isu_inv_next/
29 (* Advanced inversions ******************************************************)
32 lemma pr_isu_split (g): 𝐔❨g❩ → ∨∨ (∃∃f. 𝐈❨f❩ & ⫯f = g) | (∃∃f.𝐔❨f❩ & ↑f = g).
33 #g elim (pr_map_split_tl g) * #H
34 /4 width=3 by pr_isu_inv_next, pr_isu_inv_push, or_introl, or_intror, ex2_intro/