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_fcla_eq.ma".
16 include "ground/relocation/pr_isf.ma".
18 (* FINITE COLENGTH CONDITION FOR PARTIAL RELOCATION MAPS ********************)
20 (* Constructions with pr_eq *************************************************)
22 (*** isfin_eq_repl_back *)
23 lemma pr_isf_eq_repl_back:
24 pr_eq_repl_back … pr_isf.
25 #f1 * /3 width=4 by pr_fcla_eq_repl_back, ex_intro/
28 (*** isfin_eq_repl_fwd *)
29 lemma pr_isf_eq_repl_fwd: pr_eq_repl_fwd … pr_isf.
30 /3 width=3 by pr_isf_eq_repl_back, pr_eq_repl_sym/ qed-.