]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/lib/lambda-delta/notation.ma
b71dd77805cb79f4a819d15b8e837fd0b0cf6011
[helm.git] / matita / matita / lib / lambda-delta / notation.ma
1 (*
2     ||M||  This file is part of HELM, an Hypertextual, Electronic
3     ||A||  Library of Mathematics, developed at the Computer Science
4     ||T||  Department of the University of Bologna, Italy.
5     ||I||
6     ||T||
7     ||A||  This file is distributed under the terms of the
8     \   /  GNU General Public License Version 2
9      \ /
10       V_______________________________________________________________ *)
11
12 (* NOTATION FOR THE FORMAL SYSTEM λδ ****************************************)
13
14 (* language *****************************************************************)
15
16 notation "hvbox( ζ I )"
17  non associative with precedence 45
18  for @{ 'Zeta $I }.
19
20 notation "hvbox( θ I )"
21  non associative with precedence 45
22  for @{ 'Theta $I }.
23
24 notation "hvbox( ⋆ )"
25  non associative with precedence 90
26  for @{ 'Star }.
27
28 notation "hvbox( ⋆ k )"
29  non associative with precedence 90
30  for @{ 'Star $k }.
31
32 notation "hvbox( ♭ (term 90 I) break (term 90 T1) . break T )"
33  non associative with precedence 90
34  for @{ 'SCon $I $T1 $T }.
35
36 notation "hvbox( T . break ♭ (term 90 I) break (term 90 T1) )"
37  non associative with precedence 89
38  for @{ 'DCon $T $I $T1 }.
39
40 notation "hvbox( # term 90 x )"
41  non associative with precedence 90
42  for @{ 'Weight $x }.
43
44 notation "hvbox( # [ x , break y ] )"
45  non associative with precedence 90
46  for @{ 'Weight $x $y }.
47
48 (* substitution *************************************************************)
49
50 notation "hvbox( ↑ [ d , break e ] break T1 ≡ break T2 )"
51    non associative with precedence 45
52    for @{ 'RLift $T1 $d $e $T2 }.
53
54 notation "hvbox( ↓ [ d , break e ] break L1 ≡ break L2 )"
55    non associative with precedence 45
56    for @{ 'RSubst $L1 $d $e $L2 }.
57
58 notation "hvbox( L ⊢ break ↓ [ d , break e ] break T1 ≡ break T2 )"
59    non associative with precedence 45
60    for @{ 'RSubst $L $T1 $d $e $T2 }.
61
62 (* reduction ****************************************************************)
63
64 notation "hvbox( L ⊢ break T1 ⇒ break T2 )"
65    non associative with precedence 45
66    for @{ 'PR $L $T1 $T2 }.