]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/names.txt
work in progress with voids and lveq (was: the most recent voids)
[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      :
19 b      : local dropping kind parameter (true = restricted, false = general)
20 c      : rt-reduction count parameter
21 d      : term degree
22 e      : reserved: future use (\lambda\delta 3)
23 f,g    : local reference transforming map 
24 h      : sort hierarchy parameter
25 i,j    : local reference depth (de Bruijn's)
26 k,l    : global reference level
27 m,n    : iterations
28 o      : sort degree parameter (origin)
29 p,q    : binder polarity
30 r      :
31 s      : sort index
32 t,u    :
33 v,w    : local reference position level (de Bruijn's) (RTM)
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 F: boolean false
43 T: boolean true
44
45 a: application
46 b: generic binder with one argument 
47 d: abbreviation
48 f: generic flat with one argument
49 i: generic binder for local environments
50 l: typed abstraction
51 n: native type annotation
52 u: generic binder with zero argument
53 x: exclusion
54
55 NAMING CONVENTIONS FOR TRANSFORMATIONS AND RELATED FORMS
56
57 - prefix and first letter
58
59 b: bi contex-sensitive for local environments
60 c: contex-sensitive for terms
61 f: context-freee for closures
62 l: sn contex-sensitive for local environments
63 r: dx contex-sensitive for local environments
64 s: stratified (prefix) 
65 t: context-free for terms
66
67 - second letter
68
69 e: reserved for generic entrywise extension
70 i: irreducible form
71 n: normal form
72 p: reflexive parallel transformation
73 q: sequential transformation
74 r: reducible form
75 s: strongly normalizing form
76
77 - third letter
78
79 b: (q)rst-reduction
80 c: conversion
81 d: decomposed rt-reduction
82 e: decomposed rt-conversion
83 g: counted rt-transition (generic)
84 m: semi-counted rt-transition (mixed)
85 q: restricted reduction
86 r: reduction
87 s: substitution
88 u: supclosure
89 w: reserved for generic pointwise extension
90 x: uncounted rt-transition (extended)
91 y: rt-substitution
92
93 - forth letter (if present)
94
95 c: proper single step (general)                (successor)
96 e: reflexive transitive closure to normal form (evaluation)
97 g: proper multiple step (general)              (greater)
98 p: non-reflexive transitive closure            (plus)
99 q: reflexive closure                           (question)
100 r: proper multiple step (restricted)           (restricted)
101 s: reflexive transitive closure                (star)
102 u: proper single step (restricted)             (unit)