Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 268

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