]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/names.txt
1bfe7ed6daa4d21aa6010a26b3f7a2ef503a38fb
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / names.txt
1 NAMING CONVENTIONS FOR METAVARIABLES
2
3 A,B    : arity
4 C      : candidate of reducibility
5 D,E    : RTM environment
6 F,G    : global environment 
7 H      : reserved: transient premise
8 IH     : reserved: inductive premise
9 I,J    : item
10 K,L    : local environment
11 M,N    : reserved: future use
12 O,P,Q  :
13 R      : generic predicate (relation)
14 S      : RTM stack
15 T,U,V,W: term
16 X,Y,Z  : reserved: transient objet denoted by a capital letter
17
18 a,b    : binder polarity
19 c      : reserved: future use (lambda_delta 3)
20 d      : relocation depth
21 e      : relocation height
22 f      :
23 g      : sort degree parameter
24 h      : sort hierarchy parameter
25 i,j    : local reference position index (de Bruijn's)
26 k      : sort index
27 l      : term degree
28 m,n    : reserved: future use
29 o      :
30 p,q    : global reference position
31 r,s    :
32 t,u    : local reference position level (de Bruijn's)
33 v,w    :
34 x,y,z  : reserved: transient objet denoted by a small letter
35
36 NAMING CONVENTIONS FOR CONSTRUCTORS
37
38 0: atomic
39 2: binary
40
41 A: application to vector
42
43 a: application
44 b: binder
45 d: abbreviation
46 f: flat
47 l: abstraction
48 n: native type annotation
49
50 NAMING CONVENTIONS FOR TRANSFORMATIONS AND RELATED FORMS
51
52 - first letter
53
54 b: bi contex-sensitive for local environments
55 c: contex-sensitive for terms
56 f: context-freee for closures
57 l: sn contex-sensitive for local environments
58 r: dx contex-sensitive for local environments
59 t: context-free for terms
60
61 - second letter
62
63 i: irreducible form
64 n: normal form
65 p: reflexive parallel transformation
66 q: sequential transformation
67 r: reducible form
68 s: strongly normalizing form
69
70 - third letter
71
72 b: "big tree" reduction
73 c: conversion
74 d: decomposed extended reduction
75 e: decomposed extended conversion
76 n: reduction for "big tree" normal forms
77 q: restricted reduction
78 r: reduction
79 s: substitution
80 u: supclosure
81 x: extended reduction
82 y: extended substitution
83
84 - forth letter (if present)
85
86 c: proper single step (general)                (successor)
87 e: reflexive transitive closure to normal form (evaluation)
88 g: proper multiple step (general)              (greater)
89 p: non-reflexive transitive closure            (plus)
90 q: reflexive closure                           (question)
91 r: proper multiple step (restricted)           (restricted)
92 s: reflexive transitive closure                (star)
93 u: proper single step (restricted)             (unit)