Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 197

Historique | Voir | Annoter | Télécharger (3,13 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 197 pbaillot
\newcommand{\addtosequence}{\textsc{addtosequ}}
52 171 adas
53 172 adas
\newcommand{\safe}{{N_0}}
54 172 adas
\newcommand{\normal}{{N_1}}
55 154 adas
56 154 adas
\newcommand{\pv}{\mathit{PV}}
57 154 adas
\newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}}
58 154 adas
\newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}}
59 159 pbaillot
\newcommand{\mubc}{\mu\mathrm{BC}}
60 154 adas
\newcommand{\bc}{\mathrm{BC}}
61 154 adas
62 161 pbaillot
\newcommand{\sigp}[1]{\Sigma^p_{#1}}
63 161 pbaillot
\newcommand{\pip}[1]{\Pi^p_{#1}}
64 159 pbaillot
\newcommand{\fphi}[1]{\Box^p_{#1}}
65 159 pbaillot
\newcommand{\fph}{\Box^p}
66 154 adas
	\newcommand{\ph}{\mathbf{PH}}
67 154 adas
	\newcommand{\pspace}{\mathbf{PSPACE}}
68 154 adas
	\newcommand{\fpspace}{\mathbf{FPSPACE}}
69 154 adas
	\newcommand{\ptime}{\mathbf{P}}
70 154 adas
	\newcommand{\fptime}{\mathbf{FP}}
71 154 adas
	\newcommand{\nc}{\mathbf{NC}}
72 154 adas
	\newcommand{\ac}{\mathbf{AC}}
73 154 adas
	\newcommand{\exptime}{\mathbf{EXP}}
74 161 pbaillot
	\newcommand{\np}{\mathbf{NP}}
75 161 pbaillot
	\newcommand{\conp}{\mathbf{coNP}}
76 165 adas
	\newcommand{\poly}{\mathrm{poly}}
77 161 pbaillot
78 161 pbaillot
79 154 adas
80 154 adas
81 154 adas
\newcommand{\cnot}{\neg}
82 154 adas
\newcommand{\cimp}{\supset}
83 154 adas
\newcommand{\cor}{\vee}
84 154 adas
\newcommand{\cand}{\wedge}
85 159 pbaillot
\newcommand{\ciff}{\equiv}
86 159 pbaillot
87 160 pbaillot
\newcommand{\size}[1]{|#1|}                        %% length of a word
88 174 pbaillot
\newcommand{\mode}{\; \underline{\mbox{mod}}\;}   %% mod 2^{|x|}
89 174 pbaillot
90 174 pbaillot
%%%%% RULES %%%%%%
91 174 pbaillot
\newcommand{\lefrul}[1]{#1\text{-}\mathit{l}}
92 174 pbaillot
	\newcommand{\rigrul}[1]{#1\text{-}\mathit{r}}
93 174 pbaillot
	\newcommand{\id}{\it{id}}
94 174 pbaillot
	\newcommand{\cut}{\it{cut}}
95 174 pbaillot
	\newcommand{\wk}{\mathit{wk}}
96 174 pbaillot
	\newcommand{\cntr}{\mathit{cntr}}
97 177 pbaillot
	\newcommand{\rais}{\mathit{raise}}
98 177 pbaillot
99 174 pbaillot
100 174 pbaillot
% theories
101 174 pbaillot
	\newcommand{\theory}{\mathcal T}
102 174 pbaillot
	\newcommand{\system}{\mathcal S}
103 174 pbaillot
104 177 pbaillot
	%induction
105 177 pbaillot
%	\newcommand{\ind}{\mathit{PIND}}
106 177 pbaillot
%	\newcommand{\pind}{\mathit{PIND}}
107 177 pbaillot
	\newcommand{\cax}[2]{#1\text{-}#2}
108 177 pbaillot
109 177 pbaillot
	\newcommand{\sigone}{\Sigma^{\word^+}_1 }
110 177 pbaillot
	\newcommand{\sigzer}{\Sigma^{\word^+}_0}
111 177 pbaillot
	\newcommand{\bharith}{\mathcal A^1_2}
112 177 pbaillot
	%\newcommand{\arith}{I\sigone}
113 177 pbaillot