]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/relocation/nstream_sor.ma
2e7758110f6673fc6610273ee775dfef908879e6
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / nstream_sor.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "ground/relocation/rtmap_sor.ma".
16
17 (* RELOCATION N-STREAM ******************************************************)
18
19 axiom union: rtmap → rtmap → rtmap.
20
21 interpretation "union (nstream)"
22    'union f1 f2 = (union f1 f2).
23
24 (* Specific properties on sor ***********************************************)
25
26 axiom sor_total: ∀f1,f2. f1 ⋓ f2 ≘ f1 ∪ f2.