Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 197

Historique | Voir | Annoter | Télécharger (3,13 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

    
48
\newcommand{\zerobit}{\textsc{0bit}}
49
\newcommand{\onebit}{\textsc{1bit}}
50
\newcommand{\pref}{\textsc{pref}}
51
\newcommand{\addtosequence}{\textsc{addtosequ}}
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|}
89

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

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