\newcommand{\theHalgorithm}{\arabic{algorithm}} \usepackage{algorithm} \usepackage{algorithmic} \usepackage{color} \usepackage{enumitem} \usepackage{comment} \usepackage{hyperref} % AE's commands \newcommand{\RR}{\mathbb{R}} \newcommand{\edita}[1]{{\color{blue} #1}} \newcommand{\notea}[1]{{\color{magenta} \textbf{Note:AE: #1}}} \newcommand{\ol}{\overline} \newcommand{\Null}{\operatorname{null}} \newcommand{\relint}{\operatorname{relint}} \newcommand{\row}{\operatorname{row}} \newcommand{\s}{\sigma} \newcommand{\editaa}[1]{{\color{red} #1}} \renewcommand{\b}{\beta} \renewcommand{\L}{\mathcal{L}} % Lagrangian \renewcommand{\i}{\iota} \newcommand{\g}{\gamma} \newcommand{\cone}{\operatorname{cone}} \newcommand{\argmin}{\operatorname{argmin}} \newcommand{\dist}{\operatorname{dist}} % MFS's commands \newcommand{\editf}[1]{{\color[rgb]{1,0,0} #1}} \newcommand{\subjto}{\quad \text{s.t.} \quad} \newcommand{\andd}{ \quad \& \quad} %\DeclareMathOperator*{\argmax}{argmax} % thin space, limits underneath in displays % Theorem style \newtheorem{theorem}{Theorem}[section] % reset theorem numbering for each section \newtheorem{question}[theorem]{Question} \newtheorem{lemma}[theorem]{Lemma} \newtheorem{corollary}[theorem]{Corollary} \newtheorem{definition}{Definition} \newtheorem{proposition}{Proposition} \newtheorem{exmp}{Example}[section]