\usepackage{amssymb} \newcommand{\Rea}{{\mathbb R}} \newcommand{\Int}{{\mathbb Z}} \newcommand{\Rat}{{\mathbb Q}} \newcommand{\Cmp}{{\mathbb C}} \newcommand{\Nat}{{\mathbb N}} \setlength{\oddsidemargin}{.25in} \setlength{\evensidemargin}{.25in} \setlength{\textwidth}{6in} \setlength{\topmargin}{-0.4in} \setlength{\textheight}{8.5in} \newtheorem{definition}{Definition} \newtheorem{remark}{Remark} \newtheorem{theorem}{Theorem} \newtheorem{lemma}[theorem]{Lemma} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{proposition}[theorem]{Proposition} \newtheorem{claim}[theorem]{Claim} \newtheorem{observation}{Observation} \newenvironment{proof}{\noindent{\bf Proof:} \hspace*{1mm}}{ \hspace*{\fill} $\Box$ } \newenvironment{proof_of}[1]{\noindent {\bf Proof of #1:} \hspace*{1mm}}{\hspace*{\fill} $\Box$ } \newenvironment{proof_claim}{\begin{quotation} \noindent}{ \hspace*{\fill} $\diamond$ \end{quotation}} \newcommand{\handout}[5]{ \renewcommand{\thepage}{#1-\arabic{page}} \noindent \begin{center} \framebox{ \vbox{ \hbox to 5.78in { {\bf 18.415/6.854 Advanced Algorithms} \hfill #2 } \vspace{4mm} \hbox to 5.78in { {\Large \hfill #5 \hfill} } \vspace{2mm} \hbox to 5.78in { {\it #3 \hfill #4} } } } \end{center} \vspace*{4mm} } \newcommand{\mxg}{Michel X.\ Goemans} \newcommand{\lecture}[4]{\handout{#1}{#2}{Lecturer: #3}{Scribe: #4}{Lecture #1}} \input{epsf} %usage: \fig{LABEL}{FIGURE-HEIGHT}{CAPTION}{FILENAME} \newcommand{\fig}[4]{ \begin{figure} \setlength{\epsfysize}{#2} \centerline{\epsfbox{#4}} \caption{#3} \label{#1} \end{figure} }