I’d like to spell out a conjecture of Feige (which is pretty elegant and simple to state) if for no better reason so that I don’t forget it:
Let
be independent random non-negative variables with
(and arbitrary variance). Then
.
The conjecture is a little more general than that, but I’ve purified it for simplicity and, in fact, the above statement is the crux of the conjecture. Feige already proved the conjecture when
is replaced by
using a, well, horrendous case analysis. So the goal here is really to get the constant
and hopefully with a more natural argument.
This conjecture appears in On the sum of nonnegative independent random variables with unbounded variance, Feige’03. I believe that solving implies a better approximation constant for a certain sub-modular optimization problem.
I’ve been obsessing over the following conjecture. And to be honest I haven’t been able to find any counterexamples, nor make any significant progress towards proving it. So, here goes:
If
are positive semidefinite and
, then
.
In fact, it seems that if this is true for the
-norm, it probably is true for all norms of the form
. Any ideas or references would be greatly appreciated.
In a recent paper “Graph sparsification by effective resistances”, Spielman, Srivastava (STOC’08) show that one can sparsify a graph by essentially randomly getting rid of edges with very low effective resistance. Here we discuss an interesting corollary of one of the lemmas in this paper, which is not explicitly mentioned in the paper. In particular, we show a direct connection between the edge density of a graph and the smallest effective resistance.
For a graph
define
. This is all standard notation:
is the diagonal edge-weights matrix,
is the edge orientation matrix, and
is the Laplacian. (Note we have that
.)
The matrix
has the property that
, where
is the effective resistance of edge
, and
is its weight. We’ll focus on the case when all
for simplicity. We prove the following statement:
If graph
has
vertices and
edges, then there is an edge of effective resistance at most
.
To see this, we use Lemma 3 in the paper which states that
has eigenvalue
of multiplicity
, and eigenvalue 0 of multiplicity
. The sum of the eigenvalues thus equals
. On the other hand, the trace of
equals
. Equating the two (and using
) we get
. Therefore
. Thus, there must exist at least one edge with effective resistance at most
.
This inequality is tight in various small-graph cases that one could think of. And it is asymptotically tight in others (a long cycle with a shortcut in the middle). It is interesting to find out whether it is tight for large graphs of intermediate density (more than linear, less than quadratic).
Let’s see how this equality relates (directly) to sparsification. A close inspection of Lemma 4 in the paper asserts the following statement:
If we remove an edge
from a graph, then the Laplacian of the new and the old graph are related by
. This inequality is tight on both sides.
On the left equality is attained when considering the vector of potentials corresponding to a unit electric flow between the endpoints of
. On the right equality is attained by considering any vector that equals 0 over the endpoints of
.
The last statement combined with the inequality (that relates effective resistance to density) beg the question whether one can sparsify a graph by removing one edge at a time (and re-weighting the rest appropriately). If this is indeed a possibility, it would also have to be true that any sequence of removed edges
that leads to a best sparsification must contain the edge of smallest effective resistance in the original graph.
The questions mentioned here are important since they relate to the conjecture that all graphs have linear-size sparsifiers. It is also a possibility that a one-edge-at-a-time procedure may lead to a more practical sparsification (in the Laplacian sense) algorithm than the currently available alternatives.
I believe one day I will look back and wonder, what have I had for breakfast all those years. What are my ingredients, so to speak. Here’s what I had today then:
- Naked “Orange Mango Motion” juice — all natural and it has 100% of something
- Fage greek yoghurt — the best yoghurt on the market. Keep in mind that I am Bulgarian. We have the best yoghurt bacteria in the world. So if I tell you that Fage is awesome-est, then it is
- Flaxseed Oil — this, my friends, is the secret ingredient which when mixed with the yoghurt (above) turns you into a gladiator
- A plain croissant — often all that one needs for a successful day, croissant and coffee and off you go
And, if you are questioning what is so fascinating about my breakfast: I prepended some yoga before it, which essentially doubles the pleasure of anything that comes afterwards — breakfast and work alike!
Let COL be a 3-coloring of the numbers 1, …, 2006. Show that there exist numbers X and Y such that COL(X) = COL(Y) and |X − Y| is a square.
Appeared on Maryland Math Olympiad 2006. Acquired from Luca Trevisan’s blog.
Approximate

in your head (or using a sheet of paper or two) as best as you can.
Anonymous.
You are given a computer with an n-bit machine word, which supports the standard bitwise operations: AND, OR, NOT, XOR, LEFT SHIFT, and RIGHT SHIFT. Given a machine word W, what is the smallest number of bitwise operations you need to perform to determine the number of set bits in W? You can assume you have arbitrarily many registers to use and COPY operations are not counted. The result has to be presented in the form of an integer represented in a machine word. Communicated by teacher David Karger.
You have two identical crystal orbs. Your goal is to figure out how high a floor an orb can fall from a 100 story building before it breaks. What is the largest number of orb-drops you would ever have to do to find the right floor (i.e. what is the most efficient strategy by a worst-case measure)? You can break both orbs in your search, provided you yield a unique and correct answer. By former employer Mark Gorton.
You are presented with 12 identically looking balls of which, you are told, only one differs in weight from the others. Your goal is to find which one it is and whether it is lighter or heavier than the rest. Your only tool is a scales, which can be used by putting balls (and only balls) on either side and observing the outcome. The scales can be used at most three times. Folklore.
A prisoner is enclosed inside a square. You are given 4 dogs that can roam the perimeter of the square. They run 1.5 times the speed of the prisoner. He escapes if he can cross the border without two or more of the dogs converging on him. Your challange is to pick an initial placement for the prisoner and the dogs and to program the dogs to keep him inside. You can give each dog a unique program, if you like. Communicated by friend Sam Yagan via friend Chris Coyne.