Statistiques
| Révision :

root / CSL17 / tech-report / ph-macros.tex @ 256

Historique | Voir | Annoter | Télécharger (3,57 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
\newtheorem{example}[theorem]{Example}
14
\newtheorem{remark}[theorem]{Remark}
15

    
16
\newcommand{\lhs}{\mathit{LHS}}
17
\newcommand{\rhs}{\mathit{RHS}}
18

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

    
24
\newcommand{\ind}{\mathit{IND}}
25
\newcommand{\pind}{\mathit{PIND}}
26
\newcommand{\lind}{\mathit{LIND}}
27
\newcommand{\cind}[1]{#1\text{-}\ind}
28
\newcommand{\cpind}[1]{#1\text{-}\pind}
29
\newcommand{\clind}[1]{#1\text{-}\lind}
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]{\textsc{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}{\mathsf{p}}
44
\renewcommand{\succ}[1]{\mathsf{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
\newcommand{\bit}{\textsc{bit}}
52
\newcommand{\andfn}{\textsc{and}}
53
\newcommand{\orfn}{\textsc{or}}
54
\newcommand{\notfn}{\textsc{not}}
55
\newcommand{\equivfn}{\textsc{equiv}}
56
\newcommand{\shorten}{\textsc{shorten}}
57
\newcommand{\moins}{-}
58

    
59

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

    
65
\newcommand{\safe}{{N_0}}
66
\newcommand{\normal}{{N_1}}
67

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

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

    
90

    
91
	
92

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

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

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

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