Statistiques
| Révision :

root / CSL17 / ph-macros.tex @ 156

Historique | Voir | Annoter | Télécharger (1,22 ko)

1
\newcommand{\nb}[1]{{\color{red} NB: #1}}
2
\newcommand{\anupam}[1]{{\color{orange} Anupam: #1}}
3
\newcommand{\patrick}[1]{{\color{blue} Patrick: #1}}
4

    
5
%\newtheorem{theorem}{Theorem}
6
\newtheorem{proposition}[theorem]{Proposition}
7
%\newtheorem{lemma}[theorem]{Lemma}
8
%
9
%
10
%\theoremstyle{definition}
11
%\newtheorem{definition}[theorem]{Definition}
12

    
13
\newcommand{\Word}{\mathbb{W}}
14

    
15

    
16
\newcommand{\wit}[2]{\mathit{wit}^{#1}_{#2}}
17
\newcommand{\Wit}[2]{\mathit{Wit}^{#1}_{#2}}
18
\newcommand{\dfn}{:=}
19
\newcommand{\seqar}{\rightarrow}
20
\newcommand{\proves}{\vdash}
21

    
22
\newcommand{\pred}{p}
23
\renewcommand{\succ}[1]{s_i}
24
\newcommand{\safe}{\sigma}
25
\newcommand{\normal}{\nu}
26

    
27
\newcommand{\pv}{\mathit{PV}}
28
\newcommand{\pvbci}[1]{\pv^{#1}_{\mathrm{BC}}}
29
\newcommand{\mubci}[1]{\mu\mathrm{BC}^{#1}}
30
\newcommand{\bc}{\mathrm{BC}}
31

    
32
\newcommand{\fphi}[1]{\Box_{#1}}
33
	\newcommand{\ph}{\mathbf{PH}}
34
	\newcommand{\pspace}{\mathbf{PSPACE}}
35
	\newcommand{\fpspace}{\mathbf{FPSPACE}}
36
	\newcommand{\ptime}{\mathbf{P}}
37
	\newcommand{\fptime}{\mathbf{FP}}
38
	\newcommand{\nc}{\mathbf{NC}}
39
	\newcommand{\ac}{\mathbf{AC}}
40
	\newcommand{\exptime}{\mathbf{EXP}}
41
	
42

    
43
\newcommand{\cnot}{\neg}
44
\newcommand{\cimp}{\supset}
45
\newcommand{\cor}{\vee}
46
\newcommand{\cand}{\wedge}
47
\newcommand{\ciff}{\equiv}