Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 195

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

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

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

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

    
77

    
78
	
79

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

    
86
\newcommand{\size}[1]{|#1|}                        %% length of a word
87
\newcommand{\mode}{\; \underline{\mbox{mod}}\;}   %% mod 2^{|x|}
88

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

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