Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 201

Historique | Voir | Annoter | Télécharger (3,26 ko)

1
\newcommand{\nb}[1]{{\color{violet} NB: #1}}
2
\newcommand{\todo}[1]{{\color{red} TODO: #1}}
3
\newcommand{\anupam}[1]{{\color{orange} Anupam: #1}}
4
\newcommand{\patrick}[1]{{\color{blue} Patrick: #1}}
5

    
6
%\newtheorem{theorem}{Theorem}
7
\newtheorem{proposition}[theorem]{Proposition}
8
%\newtheorem{lemma}[theorem]{Lemma}
9
%
10
%
11
%\theoremstyle{definition}
12
%\newtheorem{definition}[theorem]{Definition}
13

    
14
\newcommand{\Word}{\mathbb{W}}
15
\newcommand{\Nat}{\mathbb{N}}
16
\newcommand{\arith}{B}
17
\newcommand{\basic}{\mathit{BASIC}}
18

    
19
\newcommand{\ind}{\mathit{IND}}
20
\newcommand{\pind}{\mathit{PIND}}
21
\newcommand{\lind}{\mathit{LIND}}
22
\newcommand{\cind}[1]{#1\text{-}\ind}
23
\newcommand{\cpind}[1]{#1\text{-}\pind}
24
\newcommand{\clind}[1]{#1\text{-}\lind}
25
\renewcommand{\min}{\mathit{MIN}}
26
\newcommand{\cmin}[1]{#1\text{-}\min}
27

    
28
\newcommand{\prefix}{\preccurlyeq}
29

    
30
\newcommand{\charfn}[2]{\chi^{#1}_{#2}}
31
\newcommand{\wit}[2]{\mathit{wit}^{#1}_{#2}}
32
\newcommand{\Wit}[2]{\mathit{Wit}^{#1}_{#2}}
33
\newcommand{\dfn}{:=}
34
\newcommand{\seqar}{\rightarrow}
35
\newcommand{\proves}{\vdash}
36

    
37
\renewcommand{\epsilon}{\varepsilon}
38
\newcommand{\pred}{p}
39
\renewcommand{\succ}[1]{s_{#1}}
40
\newcommand{\hlf}[1]{\lfloor \frac{#1}{2}\rfloor}
41
\newcommand{\cond}{C}
42
\newcommand{\smsh}{\#}
43
\newcommand{\pair}[3]{\langle ; #1,#2 , #3 \rangle}
44
\newcommand{\eq}{\textsc{eq}}
45
\newcommand{\leqfn}{\textsc{leq}}
46
\newcommand{\bit}{\textsc{bit}}
47
\newcommand{\andfn}{\textsc{and}}
48
\newcommand{\orfn}{\textsc{or}}
49
\newcommand{\notfn}{\textsc{not}}
50
\newcommand{\equivfn}{\textsc{equiv}}
51

    
52
\newcommand{\zerobit}{\textsc{0bit}}
53
\newcommand{\onebit}{\textsc{1bit}}
54
\newcommand{\pref}{\textsc{pref}}
55
\newcommand{\addtosequence}{\textsc{addtosequ}}
56

    
57
\newcommand{\safe}{{N_0}}
58
\newcommand{\normal}{{N_1}}
59

    
60
\newcommand{\pv}{\mathit{PV}}
61
\newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}}
62
\newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}}
63
\newcommand{\mubc}{\mu\mathrm{BC}}
64
\newcommand{\bc}{\mathrm{BC}}
65

    
66
\newcommand{\sigp}[1]{\Sigma^p_{#1}}
67
\newcommand{\pip}[1]{\Pi^p_{#1}}
68
\newcommand{\fphi}[1]{\Box^p_{#1}}
69
\newcommand{\fph}{\Box^p}
70
	\newcommand{\ph}{\mathbf{PH}}
71
	\newcommand{\pspace}{\mathbf{PSPACE}}
72
	\newcommand{\fpspace}{\mathbf{FPSPACE}}
73
	\newcommand{\ptime}{\mathbf{P}}
74
	\newcommand{\fptime}{\mathbf{FP}}
75
	\newcommand{\nc}{\mathbf{NC}}
76
	\newcommand{\ac}{\mathbf{AC}}
77
	\newcommand{\exptime}{\mathbf{EXP}}
78
	\newcommand{\np}{\mathbf{NP}}
79
	\newcommand{\conp}{\mathbf{coNP}}
80
	\newcommand{\poly}{\mathrm{poly}}
81

    
82

    
83
	
84

    
85
\newcommand{\cnot}{\neg}
86
\newcommand{\cimp}{\supset}
87
\newcommand{\cor}{\vee}
88
\newcommand{\cand}{\wedge}
89
\newcommand{\ciff}{\equiv}
90

    
91
\newcommand{\size}[1]{|#1|}                        %% length of a word
92
\newcommand{\mode}{\; \underline{\mbox{mod}}\;}   %% mod 2^{|x|}
93

    
94
%%%%% RULES %%%%%%
95
\newcommand{\lefrul}[1]{#1\text{-}\mathit{l}}
96
	\newcommand{\rigrul}[1]{#1\text{-}\mathit{r}}
97
	\newcommand{\id}{\it{id}}
98
	\newcommand{\cut}{\it{cut}}
99
	\newcommand{\wk}{\mathit{wk}}
100
	\newcommand{\cntr}{\mathit{cntr}}
101
	\newcommand{\rais}{\mathit{raise}}
102
 
103
	
104
% theories
105
	\newcommand{\theory}{\mathcal T}
106
	\newcommand{\system}{\mathcal S}
107
	
108
	%induction
109
%	\newcommand{\ind}{\mathit{PIND}}
110
%	\newcommand{\pind}{\mathit{PIND}}
111
	\newcommand{\cax}[2]{#1\text{-}#2}
112

    
113
	\newcommand{\sigone}{\Sigma^{\word^+}_1 }
114
	\newcommand{\sigzer}{\Sigma^{\word^+}_0}
115
	\newcommand{\bharith}{\mathcal A^1_2}
116
	%\newcommand{\arith}{I\sigone}
117
	
118