\documentclass[oneside,english,twoside]{amsart}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{amssymb}

\makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.



%\usepackage{mathrsfs}


\oddsidemargin  0in \evensidemargin 0in \topmargin -0.5in
\headheight 0.2in \headsep 0.2in
\textwidth   6.5in \textheight 9in
\parskip 1.5ex  \parindent 0ex \footskip 40pt

\newcommand{\Nystrom}{Nystr$\ddot{o}$m  }

\newtheorem{theorem}{Theorem}
\newtheorem{definition}{Definition}
\newtheorem{claim}{Claim}
\newtheorem{conjecture}{Conjecture}
\newtheorem{observation}{Observation}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{fact}[theorem]{Fact}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{example}{Example}
\newtheorem{remark}{Remark}
%\newtheorem{proof}{Proof}

\makeatother

\usepackage{babel}

\begin{document}
\framebox[6.4in]{ %
\begin{minipage}[c][1\totalheight]{6.4in}%
 \vspace{1mm}
 \center \makebox[6.2in]{\textbf{CS369M: Algorithms for Modern Massive Data Set Analysis \hfill{}Lecture 11 - 10/28/2009}} \vspace{2mm}
 \\
 \center \makebox[6.2in]{{\Large Expander Graphs in Algorithms Theory and Data Applications (2 of 2)}} \vspace{1mm}
 \\
 \center \makebox[6.2in]{\textit{Lecturer: Michael Mahoney \hfill{}Scribes: Bahman Bahmani and Daniel Chen}} \vspace{1mm}
 %
\end{minipage}} \vspace{2mm}
 \\
 \textit{{*}Unedited Notes}


\section{Review of basic definitions and results}

\begin{definition}

Given a graph $G=(V,E)$ and subsets $S,T\subseteq V$, let

\[
E(S,T)=\{(u,v)\in E|\; u\in S,\, v\in T\}\]


\end{definition}

\begin{definition}

Let the expansion $h(G)$ of a graph $G=(V,E)$ be defined as:

\[
h(G)=min_{S\subseteq V}\frac{|E(S,\bar{S})|}{min(|S|,|\bar{S}|)}\]


\end{definition}

Let a $d$-regular graph $G$ be an expander if $h(G) \geq \epsilon$ where $\epsilon$ is a constant. To relate the expansion of a graph with its spectral gap, we have the following theorem due to Cheeger and Buser:

\begin{theorem}If $\mu_{0}\geq\mu_{1}\geq\ldots\geq\mu_{n-1}$ are
the eigenvalues of the adjacency matrix $A(G)$ of $d$-regular graph
$G$, then:

\[
\frac{d-\mu_{1}}{2}\leq h(G)\leq\sqrt{2d(d-\mu_{1})}\]


\end{theorem}

Therefore, the expansion of the graph is related to its spectral gap
($d-\mu_{1}$). Thus, we can define a graph to be an expander if $\mu_1 \leq \epsilon d$ or $\lambda_1 \geq \epsilon$ where $\lambda_1$ is the second eigenvalue of the matrix $L(G) = D - A(G)$ where $D$ is the diagonal degree matrix. Although it is difficult to draw an expander because a constant fraction of the edges necessarily cross, they do exist. In fact, a typical $d$-regular graph is an expander with high probability under certain random graph models.

One common random graph model is the Erdos-Renyi $\mathcal{G}_{n,p}$ model, where there are $n$ vertices and edges are chosen to exist with probability $p$. The $\mathcal{G}_{n,m}$ model is another common model where graphs with $n$ vertices and $m$ edges are chosen uniformly at random. If we set $p$ such that there are on average $m$, edges, then $\mathcal{G}_{n,m}$ is very similar to $\mathcal{G}_{n,p}$ if $p \geq \log n /n$. However, we require in addition that $d$ is a constant. Now if $p = 3/n$, $\mathcal{G}_{n,p}$ usually generates a graph that is not connected. However, $\mathcal{G}_{n,m}$ with corresponding parameters usually yields a connected graph with high expansion. We can think of randomized expander construction as a version of $\mathcal{G}_{n,m}$ further constrained to $d$-regular graphs. We also note that there exists a deterministic construction for fixed $d$/.

For further intuition on second eigenvalue of the $A(G)$, we note the following:
\begin{itemize}
\item For a path graph, $\mu_1 = \Theta(1/n^2)$.
\item For a $\sqrt{n} \times \sqrt{n}$ grid, $\mu_1 = \Theta(1/n)$.
\item For an expander, $\mu_1 = \Theta(1)$.
\item For a $K_n - K_n$ dumbell, $\mu_1 = \Theta(1/n)$.
\item For a hypercube, $\mu_1 = \Theta(1/ \log n)$.
\end{itemize}

One natural to ask is how large can the spectral gap be? The following theorem, due to Alon and Boppana bounds
this gap:

\begin{theorem}Denoting $\lambda=max(|\mu_{1}|,|\mu_{n-1}|)$, we
have, for every $d$-regular graph:

\[
\lambda\geq2\sqrt{d-1}-o_{n}(1)\]


\end{theorem}

We note there exists constructions called Ramanujan graphs where the second eigenvalue of $L(G)$, $\lambda_1(G) = d- 2 \sqrt{d-1}$. Expanders have a lot of interesting properties. In this lecture, we
study some of these properties.


\section{Metric Embedding into $l_{2}$}

It is easy to see that an expander can be embedded into $l_{2}$ with
distortion $O(\log\, n)$ (just map the expander nodes to the nodes
of a simplex in $\mathbb{R}^{n}$). We will show that this result
is tight.

Recall from the last lecture that for the minimum distortion in embedding
a metric space $(X,d)$ into $l_{2}$, denoted by $C_{2}(X,d)$, we
have:

\begin{equation}
C_{2}(X,d)=max_{P\in PSD,P.\overrightarrow{1}=\overrightarrow{0}}\sqrt{\frac{\sum_{p_{ij}>0}p_{ij}d(x_{i},x_{j})^{2}}{-\sum_{p_{ij}<0}p_{ij}d(x_{i},x_{j})^{2}}}\label{eq:c2_x_d}\end{equation}


Assume $G=(V,E)$ is a $d$-regular graph with $\mu_{1}\geq d-\epsilon$
and $|V|=n$. Then, we have the following lemma:

\begin{lemma}If $H=(V,E')$ is a graph with the same vertex set as
$G$, in which two vertices $u$ and $v$ are adjacent iff $d_{G}(u,v)\geq log_{d}n-2$,
then $H$ has a matching with $n/2$ edges.

\end{lemma}

\begin{proof}$G$ is a $d$-regular graph, hence for any vertex $x\in V$
and any value $r$, at most $d^{r}$ vertices $y\in V$ can have $d_{G}(x,y)\leq r$.
Thus, at least half of the nodes of $G$ are further than $log_{d}n-2$
from $x$. This means every node in $H$ has at least degree $n/2$,
which proves the lemma.

\end{proof}

\begin{theorem} If $G=(V,E)$ is a $d$-regular graph with $\mu_{1}\geq d-\epsilon$
and $|V|=n$, then

\[
C_{2}(G)=\Omega(\log\, n)\]


\end{theorem}

\begin{proof}

Assume $B$ is the adjacency matrix of the matching proved in the
previous lemma. Define $P=(dI-A_{G})+\frac{\epsilon}{2}(B-I)$. Then,
$P.\overrightarrow{1}=\overrightarrow{0}$, and $P\in\mbox{PSD}$.
This is because, for any $x\perp\overrightarrow{1}$, $x^{T}(dI-A_{G})x\geq\epsilon||x||^{2}$
(by the assumption on $\mu_{1}$), and

\[
x^{T}(B-I)x=\sum_{(i,j)\in B}(2x_{i}x_{j}-x_{i}^{2}-x_{j}^{2})\geq-\sum(x_{i}^{2}+x_{j}^{2})=2||x||^{2}\]


Also, we have:

\[
\sum_{p_{ij}>0}d(i,j)^{2}p_{ij}\geq\frac{\epsilon}{2}n(log_{d}n-2)^{2}\]


and:

\[
-\sum_{p_{ij}<0}d(i,j)^{2}p_{ij}=dn\]


Hence, from \ref{eq:c2_x_d}, we have:

\[
C_{2}(G)\geq\Omega(\log\, n)\]


\end{proof}


\section{Quasirandomness}

The following theorem, called {}``Expander Mixing Lemma'', shows
that if the spectral gap is large, then the number of edges between
two subsets of the graph vertices can be approximated by the same
number for a random graph.

\begin{theorem}If $G=(V,E)$ is $d$-regular, with $|V|=n$ and
$\lambda=max(|\mu_{1}|,|\mu_{n-1}|)$, then for all $S,T\subseteq V$:

\[
||E(S,T)|-\frac{d|S|.|T|}{n}|\leq\lambda\sqrt{|S|.|T|}\]


\end{theorem}

\begin{proof}Define $\chi_{S}$ and $\chi_{T}$ to be the charactristic
vectors of $S$ and $T$. Then, if $(v_{j})_{j=0}^{n-1}$ are orthonormal
eigenvectors of $A_{G}$, we can write: $\chi_{S}=\sum\alpha_{i}v_{i}$
and $\chi_{T}=\sum\beta_{i}v_{i}$. Thus,

\[
|E(S,T)|=\chi_{S}^{T}A\chi_{T}=\sum\mu_{i}\alpha_{i}\beta_{i}\]


\[
=d\frac{|S|.|T|}{n}+\sum_{i\geq1}\mu_{i}\alpha_{i}\beta_{i}\]


where the last inequality is because, $\alpha_{0}=<\chi_{S},\frac{\overrightarrow{1}}{\sqrt{n}}>=\frac{|S|}{n}$,
(similarly) $\beta_{0}=\frac{|T|}{n}$, and $\mu_{0}=d$.

Hence,

\[
||E(S,T)|-d\frac{|S|.|T|}{n}|=|\sum_{i\geq1}\mu_{i}\alpha_{i}\beta_{i}|\]


\[
\leq\sum_{i\geq1}|\mu_{i}||\alpha_{i}||\beta_{i}|\leq\lambda\sum_{i\geq1}|\alpha_{i}||\beta_{i}|\]


\[
\leq\lambda||\alpha||_{2}||\beta||_{2}=\lambda||\chi_{S}||_{2}||\chi_{T}||_{2}\]


\[
=\lambda\sqrt{|S|.|T|}\]


\end{proof}


\section{Random walks on expanders}

Random walks on expanders mix rapidly. Assume $G=(V,E)$ with $|V|=n$
is $d$-regular, $A$ is the adjacency matrix of $G$, and $\hat{A}=\frac{1}{d}A$
is the transition matrix of a random walk on $G$. Also, assume $\lambda=max\{|\mu_{0}|,|\mu_{n-1}|\}=\alpha d$.
Then:

\begin{theorem}$||\hat{A}^{t}p-u||_{1}\leq\sqrt{n}\alpha^{t}$, where
$u$ is the stationary distribution of the random walk, and $p$ is
an arbitrary distribution on $V$.

\end{theorem}

Proof is given in \cite{key-1}. This theorem shows that if the spectral
gap is large (i.e. $\alpha$ is small), then we the walk mixes rapidly\@.

\begin{thebibliography}{1}
\bibitem{key-1}N. Linial and A. Wigderson, \char`\"{}Expander graphs
and their applications\char`\"{}
\end{thebibliography}

\end{document}
