]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/syntax/path_closed.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / syntax / path_closed.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 "delayed_updating/syntax/path.ma".
16 include "delayed_updating/notation/functions/class_c_1.ma".
17 include "ground/lib/subset.ma".
18
19 include "delayed_updating/syntax/path_depth.ma".
20 include "delayed_updating/syntax/path_height.ma".
21
22 (* CLOSED CONDITION FOR PATH ************************************************)
23
24 axiom pcc: relation2 nat path.
25
26 interpretation
27   "closed condition (path)"
28   'ClassC n = (pcc n).
29
30 (* Basic destructions *******************************************************)
31
32 axiom pcc_empty:
33       (šž) Ļµ š‚āØšŸŽā©.
34
35 axiom pcc_d (p) (d) (n:pnat):
36       p Ļµ š‚āØd+nā© ā†’ pā—–š—±n Ļµ š‚āØdā©.
37
38 axiom pcc_L (p) (d):
39       p Ļµ š‚āØdā© ā†’ pā—–š—Ÿ Ļµ š‚āØā†‘dā©.
40
41 axiom pcc_A (p) (d):
42       p Ļµ š‚āØdā© ā†’ pā—–š—” Ļµ š‚āØdā©.
43
44 axiom pcc_S (p) (d):
45       p Ļµ š‚āØdā© ā†’ pā—–š—¦ Ļµ š‚āØdā©.
46
47 axiom pcc_des_gen (p) (d):
48       p Ļµ š‚āØdā© ā†’ d + ā™Æp = ā˜pā˜.