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