root / CSL17 / ph-macros.tex @ 169
Historique | Voir | Annoter | Télécharger (2,04 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{\cind}[1]{#1\text{-}\ind} |
22 |
\newcommand{\cpind}[1]{#1\text{-}\pind} |
23 |
\renewcommand{\min}{\mathit{MIN}} |
24 |
\newcommand{\cmin}[1]{#1\text{-}\min} |
25 |
|
26 |
\newcommand{\prefix}{\preccurlyeq} |
27 |
|
28 |
\newcommand{\wit}[2]{\mathit{wit}^{#1}_{#2}} |
29 |
\newcommand{\Wit}[2]{\mathit{Wit}^{#1}_{#2}} |
30 |
\newcommand{\dfn}{:=} |
31 |
\newcommand{\seqar}{\rightarrow} |
32 |
\newcommand{\proves}{\vdash} |
33 |
|
34 |
\renewcommand{\epsilon}{\varepsilon} |
35 |
\newcommand{\pred}{p} |
36 |
\renewcommand{\succ}[1]{s_{#1}} |
37 |
\newcommand{\cond}{C} |
38 |
\newcommand{\smsh}{\#} |
39 |
|
40 |
\newcommand{\safe}{{S}} |
41 |
\newcommand{\normal}{N} |
42 |
|
43 |
\newcommand{\pv}{\mathit{PV}} |
44 |
\newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}} |
45 |
\newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}} |
46 |
\newcommand{\mubc}{\mu\mathrm{BC}} |
47 |
\newcommand{\bc}{\mathrm{BC}} |
48 |
|
49 |
\newcommand{\sigp}[1]{\Sigma^p_{#1}} |
50 |
\newcommand{\pip}[1]{\Pi^p_{#1}} |
51 |
\newcommand{\fphi}[1]{\Box^p_{#1}} |
52 |
\newcommand{\fph}{\Box^p} |
53 |
\newcommand{\ph}{\mathbf{PH}} |
54 |
\newcommand{\pspace}{\mathbf{PSPACE}} |
55 |
\newcommand{\fpspace}{\mathbf{FPSPACE}} |
56 |
\newcommand{\ptime}{\mathbf{P}} |
57 |
\newcommand{\fptime}{\mathbf{FP}} |
58 |
\newcommand{\nc}{\mathbf{NC}} |
59 |
\newcommand{\ac}{\mathbf{AC}} |
60 |
\newcommand{\exptime}{\mathbf{EXP}} |
61 |
\newcommand{\np}{\mathbf{NP}} |
62 |
\newcommand{\conp}{\mathbf{coNP}} |
63 |
\newcommand{\poly}{\mathrm{poly}} |
64 |
|
65 |
|
66 |
|
67 |
|
68 |
\newcommand{\cnot}{\neg} |
69 |
\newcommand{\cimp}{\supset} |
70 |
\newcommand{\cor}{\vee} |
71 |
\newcommand{\cand}{\wedge} |
72 |
\newcommand{\ciff}{\equiv} |
73 |
|
74 |
\newcommand{\size}[1]{|#1|} %% length of a word |
75 |
\newcommand{\mode}{\; \underline{\mbox{mod}}\;} %% mod 2^{|x|} |