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/rtmap_sor.ma".
17 (* RELOCATION P-STREAM ******************************************************)
19 axiom union: gr_map → gr_map → gr_map.
21 interpretation "union (nstream)"
22 'union f1 f2 = (union f1 f2).
24 (* Properties on sor (specific) ***********************************************)
26 axiom sor_total: ∀f1,f2. f1 ⋓ f2 ≘ f1 ∪ f2.