Statistiques
| Révision :

root / CSL17 / DICE2017_TALK / ph-macros.tex @ 189

Historique | Voir | Annoter | Télécharger (3,22 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{lemma}[theorem]{Lemma}
10
%
11
%
12
%\theoremstyle{definition}
13
%\newtheorem{definition}[theorem]{Definition}
14

    
15
\newcommand{\Word}{\mathbb{W}}
16
\newcommand{\Nat}{\mathbb{N}}
17
\newcommand{\arith}{B}
18
\newcommand{\basic}{\mathit{BASIC}}
19
\newcommand{\RC}{RC}                                           % name for ramified classical logic
20
\newcommand{\RCi}{$\Sigma_i^{{N_0}}$-RC}
21
\newcommand{\safeRC}{$\Sigma^{{N_0}}$-RC}
22

    
23

    
24

    
25

    
26
\newcommand{\ind}{\mathit{IND}}
27
\newcommand{\pind}{\mathit{PIND}}
28
\newcommand{\cind}[1]{#1\text{-}\ind}
29
\newcommand{\cpind}[1]{#1\text{-}\pind}
30
\renewcommand{\min}{\mathit{MIN}}
31
\newcommand{\cmin}[1]{#1\text{-}\min}
32

    
33
\newcommand{\prefix}{\preccurlyeq}
34

    
35
\newcommand{\charfn}[2]{\chi^{#1}_{#2}}
36
\newcommand{\wit}[2]{\mathit{wit}^{#1}_{#2}}
37
\newcommand{\Wit}[2]{\mathit{Wit}^{#1}_{#2}}
38
\newcommand{\dfn}{:=}
39
\newcommand{\seqar}{\rightarrow}
40
\newcommand{\proves}{\vdash}
41

    
42
\renewcommand{\epsilon}{\varepsilon}
43
\newcommand{\pred}{p}
44
\renewcommand{\succ}[1]{s_{#1}}
45
\newcommand{\hlf}[1]{\lfloor \frac{#1}{2}\rfloor}
46
\newcommand{\cond}{C}
47
\newcommand{\smsh}{\#}
48
\newcommand{\pair}[3]{\langle ; #1,#2 , #3 \rangle}
49
\newcommand{\eq}{\textsc{eq}}
50
\newcommand{\leqfn}{\textsc{leq}}
51

    
52

    
53
\newcommand{\safe}{{N_0}}
54
\newcommand{\normal}{{N_1}}
55

    
56
\newcommand{\pv}{\mathit{PV}}
57
\newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}}
58
\newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}}
59
\newcommand{\mubc}{\mu\mathrm{BC}}
60
\newcommand{\bc}{\mathrm{BC}}
61

    
62
\newcommand{\sigp}[1]{\Sigma^p_{#1}}
63
\newcommand{\pip}[1]{\Pi^p_{#1}}
64
\newcommand{\fphi}[1]{\Box^p_{#1}}
65
\newcommand{\fph}{\Box^p}
66
	\newcommand{\ph}{\mathbf{PH}}
67
	\newcommand{\pspace}{\mathbf{PSPACE}}
68
	\newcommand{\fpspace}{\mathbf{FPSPACE}}
69
	\newcommand{\ptime}{\mathbf{P}}
70
	\newcommand{\fptime}{\mathbf{FP}}
71
	\newcommand{\nc}{\mathbf{NC}}
72
	\newcommand{\ac}{\mathbf{AC}}
73
	\newcommand{\exptime}{\mathbf{EXP}}
74
	\newcommand{\np}{\mathbf{NP}}
75
	\newcommand{\conp}{\mathbf{coNP}}
76
	\newcommand{\poly}{\mathrm{poly}}
77

    
78

    
79
	
80

    
81
\newcommand{\cnot}{\neg}
82
\newcommand{\cimp}{\supset}
83
\newcommand{\cor}{\vee}
84
\newcommand{\cand}{\wedge}
85
\newcommand{\ciff}{\equiv}
86

    
87
\newcommand{\size}[1]{|#1|}                        %% length of a word
88
%\newcommand{\mode}{\; \underline{\mbox{mod}}\;}   %% mod 2^{|x|}  %% replaced \mode by \modu because of command clash..
89
\newcommand{\modu}{\; \underline{\mbox{mod}}\;}   %% mod 2^{|x|}
90

    
91

    
92
%%%%% RULES %%%%%%
93
\newcommand{\lefrul}[1]{#1\text{-}\mathit{l}}
94
	\newcommand{\rigrul}[1]{#1\text{-}\mathit{r}}
95
	\newcommand{\id}{\it{id}}
96
	\newcommand{\cut}{\it{cut}}
97
	\newcommand{\wk}{\mathit{wk}}
98
	\newcommand{\cntr}{\mathit{cntr}}
99
	\newcommand{\rais}{\mathit{raise}}
100
 
101
	
102
% theories
103
	\newcommand{\theory}{\mathcal T}
104
	\newcommand{\system}{\mathcal S}
105
	
106
	%induction
107
%	\newcommand{\ind}{\mathit{PIND}}
108
%	\newcommand{\pind}{\mathit{PIND}}
109
	\newcommand{\cax}[2]{#1\text{-}#2}
110

    
111
	\newcommand{\sigone}{\Sigma^{\word^+}_1 }
112
	\newcommand{\sigzer}{\Sigma^{\word^+}_0}
113
	\newcommand{\bharith}{\mathcal A^1_2}
114
	%\newcommand{\arith}{I\sigone}
115
	
116