]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/names.txt
53d34c979d71232e7d0e58de94939b693210852b
[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    :
19 c      : local dropping kind parameter (true = restricted, false = general)
20 d      : term degree
21 e      : reserved: future use (\lambda\delta 3)
22 f,g    : local reference transforming map 
23 h      : sort hierarchy parameter
24 i,j    : local reference depth (de Bruijn's)
25 k,l    : global reference level
26 m      : 
27 n      : type iterations
28 o      : sort degree parameter
29 p,q    : binder polarity
30 r      : reduction kind parameter (true = ordinary, false = extended)
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: binder
47 d: abbreviation
48 f: flat
49 l: abstraction
50 n: native type annotation
51
52 NAMING CONVENTIONS FOR TRANSFORMATIONS AND RELATED FORMS
53
54 - prefix and first letter
55
56 b: bi contex-sensitive for local environments
57 c: contex-sensitive for terms
58 f: context-freee for closures
59 l: sn contex-sensitive for local environments
60 r: dx contex-sensitive for local environments
61 s: stratified (prefix) 
62 t: context-free for terms
63
64 - second letter
65
66 e: reserved for generic entrywise extension
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)