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/notation/functions/element_i_0.ma".
16 include "ground/relocation/pr_map.ma".
18 (* IDENTITY ELEMENT FOR PARTIAL RELOCATION MAPS *****************************)
21 corec definition pr_id: pr_map ≝ ⫯pr_id.
24 "identity element (partial relocation streams)"
27 (* Basic constructions (specific) *******************************************)
30 lemma pr_id_unfold: ⫯𝐢 = 𝐢.
31 <(stream_unfold … (𝐢)) in ⊢ (???%); //