Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 157

Historique | Voir | Annoter | Télécharger (1,56 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{\bc}{\mathrm{BC}}
43

    
44
\newcommand{\fphi}[1]{\Box_{#1}}
45
	\newcommand{\ph}{\mathbf{PH}}
46
	\newcommand{\pspace}{\mathbf{PSPACE}}
47
	\newcommand{\fpspace}{\mathbf{FPSPACE}}
48
	\newcommand{\ptime}{\mathbf{P}}
49
	\newcommand{\fptime}{\mathbf{FP}}
50
	\newcommand{\nc}{\mathbf{NC}}
51
	\newcommand{\ac}{\mathbf{AC}}
52
	\newcommand{\exptime}{\mathbf{EXP}}
53
	
54

    
55
\newcommand{\cnot}{\neg}
56
\newcommand{\cimp}{\supset}
57
\newcommand{\cor}{\vee}
58
\newcommand{\cand}{\wedge}
59
\newcommand{\ciff}{\equiv}