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_id.ma".
16 include "ground/relocation/pr_pat_pat.ma".
18 (* POSITIVE APPLICATION FOR PARTIAL RELOCATION MAPS *************************)
20 (* Advanced destructions with pr_id *****************************************)
23 lemma pr_pat_id_des (i1) (i2):
24 @âši1,ð¢â© â i2 â i1 = i2.
25 /2 width=4 by pr_pat_mono/ qed-.
27 (* Main constructions with pr_id ********************************************)
30 theorem pr_pat_div_id_dx (f):
31 H_pr_pat_div f ð¢ ð¢ f.
33 lapply (pr_pat_id_des ⊠H0) -H0 #H destruct
34 /2 width=3 by ex2_intro/
38 theorem pr_pat_div_id_sn (f):
39 H_pr_pat_div ð¢ f f ð¢.
40 /3 width=6 by pr_pat_div_id_dx, pr_pat_div_comm/ qed-.