Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 174

Historique | Voir | Annoter | Télécharger (2,56 ko)

1 157 adas
\newcommand{\nb}[1]{{\color{violet} NB: #1}}
2 157 adas
\newcommand{\todo}[1]{{\color{red} TODO: #1}}
3 156 adas
\newcommand{\anupam}[1]{{\color{orange} Anupam: #1}}
4 156 adas
\newcommand{\patrick}[1]{{\color{blue} Patrick: #1}}
5 154 adas
6 154 adas
%\newtheorem{theorem}{Theorem}
7 156 adas
\newtheorem{proposition}[theorem]{Proposition}
8 154 adas
%\newtheorem{lemma}[theorem]{Lemma}
9 154 adas
%
10 154 adas
%
11 154 adas
%\theoremstyle{definition}
12 154 adas
%\newtheorem{definition}[theorem]{Definition}
13 154 adas
14 156 adas
\newcommand{\Word}{\mathbb{W}}
15 166 adas
\newcommand{\Nat}{\mathbb{N}}
16 157 adas
\newcommand{\arith}{B}
17 157 adas
\newcommand{\basic}{\mathit{BASIC}}
18 154 adas
19 157 adas
\newcommand{\ind}{\mathit{IND}}
20 157 adas
\newcommand{\pind}{\mathit{PIND}}
21 157 adas
\newcommand{\cind}[1]{#1\text{-}\ind}
22 157 adas
\newcommand{\cpind}[1]{#1\text{-}\pind}
23 168 adas
\renewcommand{\min}{\mathit{MIN}}
24 168 adas
\newcommand{\cmin}[1]{#1\text{-}\min}
25 156 adas
26 157 adas
\newcommand{\prefix}{\preccurlyeq}
27 157 adas
28 172 adas
\newcommand{\charfn}[2]{\chi^{#1}_{#2}}
29 154 adas
\newcommand{\wit}[2]{\mathit{wit}^{#1}_{#2}}
30 154 adas
\newcommand{\Wit}[2]{\mathit{Wit}^{#1}_{#2}}
31 154 adas
\newcommand{\dfn}{:=}
32 154 adas
\newcommand{\seqar}{\rightarrow}
33 154 adas
\newcommand{\proves}{\vdash}
34 154 adas
35 157 adas
\renewcommand{\epsilon}{\varepsilon}
36 156 adas
\newcommand{\pred}{p}
37 168 adas
\renewcommand{\succ}[1]{s_{#1}}
38 172 adas
\newcommand{\hlf}[1]{\lfloor \frac{#1}{2}\rfloor}
39 157 adas
\newcommand{\cond}{C}
40 168 adas
\newcommand{\smsh}{\#}
41 171 adas
\newcommand{\pair}[3]{\langle ; #1,#2 , #3 \rangle}
42 172 adas
\newcommand{\eq}{\textsc{eq}}
43 172 adas
\newcommand{\leqfn}{\textsc{leq}}
44 157 adas
45 171 adas
46 172 adas
\newcommand{\safe}{{N_0}}
47 172 adas
\newcommand{\normal}{{N_1}}
48 154 adas
49 154 adas
\newcommand{\pv}{\mathit{PV}}
50 154 adas
\newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}}
51 154 adas
\newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}}
52 159 pbaillot
\newcommand{\mubc}{\mu\mathrm{BC}}
53 154 adas
\newcommand{\bc}{\mathrm{BC}}
54 154 adas
55 161 pbaillot
\newcommand{\sigp}[1]{\Sigma^p_{#1}}
56 161 pbaillot
\newcommand{\pip}[1]{\Pi^p_{#1}}
57 159 pbaillot
\newcommand{\fphi}[1]{\Box^p_{#1}}
58 159 pbaillot
\newcommand{\fph}{\Box^p}
59 154 adas
	\newcommand{\ph}{\mathbf{PH}}
60 154 adas
	\newcommand{\pspace}{\mathbf{PSPACE}}
61 154 adas
	\newcommand{\fpspace}{\mathbf{FPSPACE}}
62 154 adas
	\newcommand{\ptime}{\mathbf{P}}
63 154 adas
	\newcommand{\fptime}{\mathbf{FP}}
64 154 adas
	\newcommand{\nc}{\mathbf{NC}}
65 154 adas
	\newcommand{\ac}{\mathbf{AC}}
66 154 adas
	\newcommand{\exptime}{\mathbf{EXP}}
67 161 pbaillot
	\newcommand{\np}{\mathbf{NP}}
68 161 pbaillot
	\newcommand{\conp}{\mathbf{coNP}}
69 165 adas
	\newcommand{\poly}{\mathrm{poly}}
70 161 pbaillot
71 161 pbaillot
72 154 adas
73 154 adas
74 154 adas
\newcommand{\cnot}{\neg}
75 154 adas
\newcommand{\cimp}{\supset}
76 154 adas
\newcommand{\cor}{\vee}
77 154 adas
\newcommand{\cand}{\wedge}
78 159 pbaillot
\newcommand{\ciff}{\equiv}
79 159 pbaillot
80 160 pbaillot
\newcommand{\size}[1]{|#1|}                        %% length of a word
81 174 pbaillot
\newcommand{\mode}{\; \underline{\mbox{mod}}\;}   %% mod 2^{|x|}
82 174 pbaillot
83 174 pbaillot
%%%%% RULES %%%%%%
84 174 pbaillot
\newcommand{\lefrul}[1]{#1\text{-}\mathit{l}}
85 174 pbaillot
	\newcommand{\rigrul}[1]{#1\text{-}\mathit{r}}
86 174 pbaillot
	\newcommand{\id}{\it{id}}
87 174 pbaillot
	\newcommand{\cut}{\it{cut}}
88 174 pbaillot
	\newcommand{\wk}{\mathit{wk}}
89 174 pbaillot
	\newcommand{\cntr}{\mathit{cntr}}
90 174 pbaillot
91 174 pbaillot
% theories
92 174 pbaillot
	\newcommand{\theory}{\mathcal T}
93 174 pbaillot
	\newcommand{\system}{\mathcal S}