Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 268

Historique | Voir | Annoter | Télécharger (3,5 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{\lhs}{\mathit{LHS}}
15
\newcommand{\rhs}{\mathit{RHS}}
16

    
17
\newcommand{\Word}{\mathbb{W}}
18
\newcommand{\Nat}{\mathbb{N}}
19
\newcommand{\arith}{B_2}
20
\newcommand{\basic}{\mathit{BASIC}}
21

    
22
\newcommand{\ind}{\mathit{IND}}
23
\newcommand{\pind}{\mathit{PIND}}
24
\newcommand{\lind}{\mathit{LIND}}
25
\newcommand{\cind}[1]{#1\text{-}\ind}
26
\newcommand{\cpind}[1]{#1\text{-}\pind}
27
\newcommand{\clind}[1]{#1\text{-}\lind}
28
\renewcommand{\min}{\mathit{MIN}}
29
\newcommand{\cmin}[1]{#1\text{-}\min}
30

    
31
\newcommand{\prefix}{\preccurlyeq}
32

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

    
40
\renewcommand{\epsilon}{\varepsilon}
41
\newcommand{\pred}{\mathsf{p}}
42
\renewcommand{\succ}[1]{\mathsf{s}_{#1}}
43
\newcommand{\hlf}[1]{\lfloor \frac{#1}{2}\rfloor}
44
\newcommand{\cond}{C}
45
\newcommand{\smsh}{\#}
46
\newcommand{\pair}[3]{\langle  #1;#2 , #3 \rangle}
47
\newcommand{\eq}{\textsc{eq}}
48
\newcommand{\leqfn}{\textsc{leq}}
49
\newcommand{\bit}{\textsc{bit}}
50
\newcommand{\andfn}{\textsc{and}}
51
\newcommand{\orfn}{\textsc{or}}
52
\newcommand{\notfn}{\textsc{not}}
53
\newcommand{\equivfn}{\textsc{equiv}}
54
\newcommand{\shorten}{\textsc{shorten}}
55
\newcommand{\moins}{-}
56

    
57

    
58
\newcommand{\zerobit}{\textsc{0bit}}
59
\newcommand{\onebit}{\textsc{1bit}}
60
\newcommand{\pref}{\textsc{pref}}
61
\newcommand{\addtosequence}{\textsc{addtosequ}}
62

    
63
\newcommand{\safe}{{N_0}}
64
\newcommand{\normal}{{N_1}}
65

    
66
\newcommand{\pv}{\mathit{PV}}
67
\newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}}
68
\newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}}
69
\newcommand{\mubc}{\mu\mathrm{BC}}
70
\newcommand{\bc}{\mathrm{BC}}
71

    
72
\newcommand{\sigp}[1]{\Sigma^p_{#1}}
73
\newcommand{\pip}[1]{\Pi^p_{#1}}
74
\newcommand{\fphi}[1]{\Box^p_{#1}}
75
\newcommand{\fph}{\Box^p}
76
	\newcommand{\ph}{\mathbf{PH}}
77
	\newcommand{\pspace}{\mathbf{PSPACE}}
78
	\newcommand{\fpspace}{\mathbf{FPSPACE}}
79
	\newcommand{\ptime}{\mathbf{P}}
80
	\newcommand{\fptime}{\mathbf{FP}}
81
	\newcommand{\nc}{\mathbf{NC}}
82
	\newcommand{\ac}{\mathbf{AC}}
83
	\newcommand{\exptime}{\mathbf{EXP}}
84
	\newcommand{\np}{\mathbf{NP}}
85
	\newcommand{\conp}{\mathbf{coNP}}
86
	\newcommand{\poly}{\mathrm{poly}}
87

    
88

    
89
	
90

    
91
\newcommand{\cnot}{\neg}
92
\newcommand{\cimp}{\supset}
93
\newcommand{\cor}{\vee}
94
\newcommand{\cand}{\wedge}
95
\newcommand{\ciff}{\equiv}
96

    
97
\newcommand{\size}[1]{|#1|}                        %% length of a word
98
%\newcommand{\mode}{\; \underline{\mbox{mod}}\;}   %% mod 2^{|x|}
99
\newcommand{\mode}{\ \underline{\mathrm{mod}}\ }   %% mod 2^{|x|}
100

    
101
%%%%% RULES %%%%%%
102
\newcommand{\lefrul}[1]{#1\text{-}\mathit{l}}
103
	\newcommand{\rigrul}[1]{#1\text{-}\mathit{r}}
104
	\newcommand{\id}{\it{id}}
105
	\newcommand{\cut}{\it{cut}}
106
	\newcommand{\wk}{\mathit{wk}}
107
	\newcommand{\cntr}{\mathit{cntr}}
108
	\newcommand{\rais}{\mathit{raise}}
109
 
110
	\newcommand{\LK}{\mathit{LK}}
111
% theories
112
	\newcommand{\theory}{\mathcal T}
113
	\newcommand{\system}{\mathcal S}
114
	
115
	%induction
116
%	\newcommand{\ind}{\mathit{PIND}}
117
%	\newcommand{\pind}{\mathit{PIND}}
118
	\newcommand{\cax}[2]{#1\text{-}#2}
119

    
120
	\newcommand{\sigone}{\Sigma^{\word^+}_1 }
121
	\newcommand{\sigzer}{\Sigma^{\word^+}_0}
122
	\newcommand{\bharith}{\mathcal A^1_2}
123
	%\newcommand{\arith}{I\sigone}
124
	
125