root / CharacterizingPH / macros.tex @ 255
Historique | Voir | Annoter | Télécharger (1,03 ko)
1 | 145 | adas | \newcommand{\nb}[1]{{\color{blue} NB: #1}} |
---|---|---|---|
2 | 145 | adas | |
3 | 145 | adas | \newtheorem{theorem}{Theorem} |
4 | 145 | adas | \newtheorem{proposition}[theorem]{Proposition} |
5 | 145 | adas | \newtheorem{lemma}[theorem]{Lemma} |
6 | 145 | adas | |
7 | 145 | adas | |
8 | 145 | adas | \theoremstyle{definition} |
9 | 145 | adas | \newtheorem{definition}[theorem]{Definition} |
10 | 145 | adas | |
11 | 145 | adas | |
12 | 145 | adas | \newcommand{\wit}[2]{\mathit{wit}^{#1}_{#2}} |
13 | 145 | adas | \newcommand{\Wit}[2]{\mathit{Wit}^{#1}_{#2}} |
14 | 143 | adas | \newcommand{\dfn}{:=} |
15 | 143 | adas | \newcommand{\seqar}{\rightarrow} |
16 | 145 | adas | \newcommand{\proves}{\vdash} |
17 | 145 | adas | |
18 | 145 | adas | |
19 | 145 | adas | \newcommand{\safe}{\sigma} |
20 | 145 | adas | \newcommand{\normal}{\nu} |
21 | 145 | adas | |
22 | 145 | adas | \newcommand{\pv}{\mathit{PV}} |
23 | 145 | adas | \newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}} |
24 | 145 | adas | \newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}} |
25 | 149 | adas | \newcommand{\bc}{\mathrm{BC}} |
26 | 145 | adas | |
27 | 145 | adas | \newcommand{\fphi}[1]{\Box_{#1}} |
28 | 145 | adas | \newcommand{\ph}{\mathbf{PH}} |
29 | 145 | adas | \newcommand{\pspace}{\mathbf{PSPACE}} |
30 | 145 | adas | \newcommand{\fpspace}{\mathbf{FPSPACE}} |
31 | 145 | adas | \newcommand{\ptime}{\mathbf{P}} |
32 | 145 | adas | \newcommand{\fptime}{\mathbf{FP}} |
33 | 145 | adas | \newcommand{\nc}{\mathbf{NC}} |
34 | 145 | adas | \newcommand{\ac}{\mathbf{AC}} |
35 | 145 | adas | \newcommand{\exptime}{\mathbf{EXP}} |
36 | 145 | adas | |
37 | 145 | adas | |
38 | 149 | adas | \newcommand{\cnot}{\neg} |
39 | 145 | adas | \newcommand{\cimp}{\supset} |
40 | 145 | adas | \newcommand{\cor}{\vee} |
41 | 150 | adas | \newcommand{\cand}{\wedge} |
42 | 150 | adas | \newcommand{\ciff}{\equiv} |