Homework #3

Problem 1

Say that a graph $G=(V,E)$ is a $c$-expander if for every subset $S \subseteq V$ with $|S| \leq |V|/2$, it holds that $|E(S,\bar{S})| \geq c |S|$. Suppose that for any $n$, it is possible to construct in polynomial time (in $n$) a $10$-regular graph $G_n$ that is a $c$-expander for some $c > 0$.

Describe and analyze a polynomial-time reduction $F$ from $\mathsf{3SAT}$ to $\mathsf{3SAT}$-$B$ that is gap preserving:

where $B$ and $C$ are some constants.

Recall that $\mathsf{3SAT}$-$B$ is the $\mathsf{3SAT}$ problem where every variable can occur in at most $B$ clauses, and for a Boolean formula $\varphi$, $\mathrm{gap}(\varphi)$ is defined so that the best truth assignment to $\varphi$ satisfies a $(1-\mathrm{gap}(\varphi))$-fraction of the clauses.

Problem 2

Suppose that $G=(V,E)$ is a $d$-regular graph, let $A$ be the adjacency matrix. Let $\lambda_1 \leq \lambda_2 \leq \cdots \leq \lambda_n$ be be the eigenvalues of $A$.

Problem 3

Again consider a $d$-regular graph $G$ with adjacency matrix $A$. Assume that $G$ is connected and not bipartite.

Define the walk matrix $W = \frac{1}{d} A$. Let $\vec{x}=(x_1,x_2,\ldots,x_n)$ be a vector with $x_1,\ldots,x_n \geq 0$ and $x_1+\cdots+x_n=1$. Let $\pi$ be the vector $(1/n,1/n,\ldots,1/n)$.