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