Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 226

Historique | Voir | Annoter | Télécharger (3,43 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}{p}
42
\renewcommand{\succ}[1]{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

    
56

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

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

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

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

    
87

    
88
	
89

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

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

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

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