root / CSL17 / ph-macros.tex @ 159
Historique | Voir | Annoter | Télécharger (1,67 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{\arith}{B} |
16 |
\newcommand{\basic}{\mathit{BASIC}} |
17 |
|
18 |
\newcommand{\ind}{\mathit{IND}} |
19 |
\newcommand{\pind}{\mathit{PIND}} |
20 |
\newcommand{\cind}[1]{#1\text{-}\ind} |
21 |
\newcommand{\cpind}[1]{#1\text{-}\pind} |
22 |
|
23 |
\newcommand{\prefix}{\preccurlyeq} |
24 |
|
25 |
\newcommand{\wit}[2]{\mathit{wit}^{#1}_{#2}} |
26 |
\newcommand{\Wit}[2]{\mathit{Wit}^{#1}_{#2}} |
27 |
\newcommand{\dfn}{:=} |
28 |
\newcommand{\seqar}{\rightarrow} |
29 |
\newcommand{\proves}{\vdash} |
30 |
|
31 |
\renewcommand{\epsilon}{\varepsilon} |
32 |
\newcommand{\pred}{p} |
33 |
\renewcommand{\succ}[1]{s_i} |
34 |
\newcommand{\cond}{C} |
35 |
|
36 |
\newcommand{\safe}{\sigma} |
37 |
\newcommand{\normal}{\nu} |
38 |
|
39 |
\newcommand{\pv}{\mathit{PV}} |
40 |
\newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}} |
41 |
\newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}} |
42 |
\newcommand{\mubc}{\mu\mathrm{BC}} |
43 |
\newcommand{\bc}{\mathrm{BC}} |
44 |
|
45 |
\newcommand{\fphi}[1]{\Box^p_{#1}} |
46 |
\newcommand{\fph}{\Box^p} |
47 |
\newcommand{\ph}{\mathbf{PH}} |
48 |
\newcommand{\pspace}{\mathbf{PSPACE}} |
49 |
\newcommand{\fpspace}{\mathbf{FPSPACE}} |
50 |
\newcommand{\ptime}{\mathbf{P}} |
51 |
\newcommand{\fptime}{\mathbf{FP}} |
52 |
\newcommand{\nc}{\mathbf{NC}} |
53 |
\newcommand{\ac}{\mathbf{AC}} |
54 |
\newcommand{\exptime}{\mathbf{EXP}} |
55 |
|
56 |
|
57 |
\newcommand{\cnot}{\neg} |
58 |
\newcommand{\cimp}{\supset} |
59 |
\newcommand{\cor}{\vee} |
60 |
\newcommand{\cand}{\wedge} |
61 |
\newcommand{\ciff}{\equiv} |
62 |
|
63 |
\newcommand{\size}[1]{|#1|} %% length of a word |