Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 195

Historique | Voir | Annoter | Télécharger (3,08 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 194 adas
\newcommand{\lind}{\mathit{LIND}}
22 157 adas
\newcommand{\cind}[1]{#1\text{-}\ind}
23 157 adas
\newcommand{\cpind}[1]{#1\text{-}\pind}
24 194 adas
\newcommand{\clind}[1]{#1\text{-}\lind}
25 168 adas
\renewcommand{\min}{\mathit{MIN}}
26 168 adas
\newcommand{\cmin}[1]{#1\text{-}\min}
27 156 adas
28 157 adas
\newcommand{\prefix}{\preccurlyeq}
29 157 adas
30 172 adas
\newcommand{\charfn}[2]{\chi^{#1}_{#2}}
31 154 adas
\newcommand{\wit}[2]{\mathit{wit}^{#1}_{#2}}
32 154 adas
\newcommand{\Wit}[2]{\mathit{Wit}^{#1}_{#2}}
33 154 adas
\newcommand{\dfn}{:=}
34 154 adas
\newcommand{\seqar}{\rightarrow}
35 154 adas
\newcommand{\proves}{\vdash}
36 154 adas
37 157 adas
\renewcommand{\epsilon}{\varepsilon}
38 156 adas
\newcommand{\pred}{p}
39 168 adas
\renewcommand{\succ}[1]{s_{#1}}
40 172 adas
\newcommand{\hlf}[1]{\lfloor \frac{#1}{2}\rfloor}
41 157 adas
\newcommand{\cond}{C}
42 168 adas
\newcommand{\smsh}{\#}
43 171 adas
\newcommand{\pair}[3]{\langle ; #1,#2 , #3 \rangle}
44 172 adas
\newcommand{\eq}{\textsc{eq}}
45 172 adas
\newcommand{\leqfn}{\textsc{leq}}
46 193 adas
\newcommand{\bit}{\textsc{Bit}}
47 157 adas
48 195 pbaillot
\newcommand{\zerobit}{\textsc{0bit}}
49 195 pbaillot
\newcommand{\onebit}{\textsc{1bit}}
50 195 pbaillot
\newcommand{\pref}{\textsc{pref}}
51 171 adas
52 172 adas
\newcommand{\safe}{{N_0}}
53 172 adas
\newcommand{\normal}{{N_1}}
54 154 adas
55 154 adas
\newcommand{\pv}{\mathit{PV}}
56 154 adas
\newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}}
57 154 adas
\newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}}
58 159 pbaillot
\newcommand{\mubc}{\mu\mathrm{BC}}
59 154 adas
\newcommand{\bc}{\mathrm{BC}}
60 154 adas
61 161 pbaillot
\newcommand{\sigp}[1]{\Sigma^p_{#1}}
62 161 pbaillot
\newcommand{\pip}[1]{\Pi^p_{#1}}
63 159 pbaillot
\newcommand{\fphi}[1]{\Box^p_{#1}}
64 159 pbaillot
\newcommand{\fph}{\Box^p}
65 154 adas
	\newcommand{\ph}{\mathbf{PH}}
66 154 adas
	\newcommand{\pspace}{\mathbf{PSPACE}}
67 154 adas
	\newcommand{\fpspace}{\mathbf{FPSPACE}}
68 154 adas
	\newcommand{\ptime}{\mathbf{P}}
69 154 adas
	\newcommand{\fptime}{\mathbf{FP}}
70 154 adas
	\newcommand{\nc}{\mathbf{NC}}
71 154 adas
	\newcommand{\ac}{\mathbf{AC}}
72 154 adas
	\newcommand{\exptime}{\mathbf{EXP}}
73 161 pbaillot
	\newcommand{\np}{\mathbf{NP}}
74 161 pbaillot
	\newcommand{\conp}{\mathbf{coNP}}
75 165 adas
	\newcommand{\poly}{\mathrm{poly}}
76 161 pbaillot
77 161 pbaillot
78 154 adas
79 154 adas
80 154 adas
\newcommand{\cnot}{\neg}
81 154 adas
\newcommand{\cimp}{\supset}
82 154 adas
\newcommand{\cor}{\vee}
83 154 adas
\newcommand{\cand}{\wedge}
84 159 pbaillot
\newcommand{\ciff}{\equiv}
85 159 pbaillot
86 160 pbaillot
\newcommand{\size}[1]{|#1|}                        %% length of a word
87 174 pbaillot
\newcommand{\mode}{\; \underline{\mbox{mod}}\;}   %% mod 2^{|x|}
88 174 pbaillot
89 174 pbaillot
%%%%% RULES %%%%%%
90 174 pbaillot
\newcommand{\lefrul}[1]{#1\text{-}\mathit{l}}
91 174 pbaillot
	\newcommand{\rigrul}[1]{#1\text{-}\mathit{r}}
92 174 pbaillot
	\newcommand{\id}{\it{id}}
93 174 pbaillot
	\newcommand{\cut}{\it{cut}}
94 174 pbaillot
	\newcommand{\wk}{\mathit{wk}}
95 174 pbaillot
	\newcommand{\cntr}{\mathit{cntr}}
96 177 pbaillot
	\newcommand{\rais}{\mathit{raise}}
97 177 pbaillot
98 174 pbaillot
99 174 pbaillot
% theories
100 174 pbaillot
	\newcommand{\theory}{\mathcal T}
101 174 pbaillot
	\newcommand{\system}{\mathcal S}
102 174 pbaillot
103 177 pbaillot
	%induction
104 177 pbaillot
%	\newcommand{\ind}{\mathit{PIND}}
105 177 pbaillot
%	\newcommand{\pind}{\mathit{PIND}}
106 177 pbaillot
	\newcommand{\cax}[2]{#1\text{-}#2}
107 177 pbaillot
108 177 pbaillot
	\newcommand{\sigone}{\Sigma^{\word^+}_1 }
109 177 pbaillot
	\newcommand{\sigzer}{\Sigma^{\word^+}_0}
110 177 pbaillot
	\newcommand{\bharith}{\mathcal A^1_2}
111 177 pbaillot
	%\newcommand{\arith}{I\sigone}
112 177 pbaillot