]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/names.txt
9a3319f5ca8d09b8ff0f44a78a3189451b3f3593
[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      : reduction kind parameter (true = ordinary, false = extended)
32 s      : local dropping kind parameter (true = general, false = restricted)
33 t,u    : local reference position level (de Bruijn's) (RTM)
34 v,w    :
35 x,y,z  : reserved: transient objet denoted by a small letter
36
37 NAMING CONVENTIONS FOR CONSTRUCTORS
38
39 0: atomic
40 2: binary
41
42 A: application to vector
43 F: boolean false
44 T: boolean true
45
46 a: application
47 b: binder
48 d: abbreviation
49 f: flat
50 l: abstraction
51 n: native type annotation
52
53 NAMING CONVENTIONS FOR TRANSFORMATIONS AND RELATED FORMS
54
55 - prefix and first letter
56
57 b: bi contex-sensitive for local environments
58 c: contex-sensitive for terms
59 f: context-freee for closures
60 l: sn contex-sensitive for local environments
61 r: dx contex-sensitive for local environments
62 s: stratified (prefix) 
63 t: context-free for terms
64
65 - second letter
66
67 i: irreducible form
68 n: normal form
69 p: reflexive parallel transformation
70 q: sequential transformation
71 r: reducible form
72 s: strongly normalizing form
73
74 - third letter
75
76 b: (q)rst-reduction
77 c: conversion
78 d: decomposed rt-reduction
79 e: decomposed rt-conversion
80 q: restricted reduction
81 r: reduction
82 s: substitution
83 u: supclosure
84 w: reserved for generic pointwise extension
85 x: rt-reduction
86 y: rt-substitution
87
88 - forth letter (if present)
89
90 c: proper single step (general)                (successor)
91 e: reflexive transitive closure to normal form (evaluation)
92 g: proper multiple step (general)              (greater)
93 p: non-reflexive transitive closure            (plus)
94 q: reflexive closure                           (question)
95 r: proper multiple step (restricted)           (restricted)
96 s: reflexive transitive closure                (star)
97 u: proper single step (restricted)             (unit)
98 x: reserved for generic pointwise extension