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_tls.ma".
16 include "ground/relocation/pr_sle.ma".
18 (* INCLUSION FOR PARTIAL RELOCATION MAPS ************************************)
20 (* Constructions with pr_tls ************************************************)
24 ∀f1,f2. f1 ⊆ f2 → ∀n. ⫰*[n] f1 ⊆ ⫰*[n] f2.
25 #f1 #f2 #Hf12 #n @(nat_ind_succ … n) -n
26 /2 width=5 by pr_sle_tl/