<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8370941052566637863</id><updated>2011-09-02T12:57:51.362-04:00</updated><category term='Announcement'/><title type='text'>Carnegie Mellon 15-859U: Theory's Greatest Hits, 2009</title><subtitle type='html'>&lt;a href="http://www.cs.cmu.edu/~odonnell/hits09/"&gt;http://www.cs.cmu.edu/~odonnell/hits09/&lt;/a&gt;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Ryan O'Donnell</name><uri>http://www.blogger.com/profile/01760886084136827344</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>15</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-7064298225772875826</id><published>2010-04-26T09:17:00.010-04:00</published><updated>2010-04-26T09:31:32.525-04:00</updated><title type='text'>Tight bounds for Clock Synchronization [Lenzen, Locher, Wattenhofer PODC '09]</title><content type='html'>A distributed system consists of autonomous nodes (usually with an
individual clock) communicating through a network. Such systems need a
common notion of time to run most tasks. For instance, a multi-person
video game on a network needs a way to order actions on different
computers that is very close to their actual order. Similar
requirements might be needed of, say, a global network of sensors or
for a system time-sharing a common resource (like TDMA networks).
While this may be easy if all the nodes of the system shared an
identical copy of a clock that always kept time perfectly, real clocks
are not perfect and tend to drift. If left alone uncorrected, the skew
(difference) between clocks in these nodes can become too large
and intolerable.&lt;br /&gt;&lt;br /&gt;
&lt;div&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;div&gt;One way to improve this situation is to let the nodes have a logical
clock on top of their hardware clocks. They could communicate their
logical clock values and adjust them based on the values of other
nodes in the system (according to some algorithm).  The main practical
challenges here are that the hardware clock drift rate and the latency
of the communications between nodes is variable and unknown to these
nodes. At best, the nodes may be aware of some upper bounds on the
hardware clock drift rate and message latencies ($\tau$). Further, an
algorithm that adjusts logical clock values can be expected to have
certain reasonable properties:&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;The largest skew between any two logical clocks in the network (global skew) is small.&lt;/li&gt;&lt;li&gt;The largest skew between the logical clocks of any pair of adjacent nodes in the network (local skew) is small.&lt;/li&gt;&lt;li&gt;The maximum possible skew between any pair of nodes degrades smoothly as a function of the distance between the nodes (gradient property).&lt;/li&gt;&lt;li&gt;The rate of progress of logical clock is neither too small nor too large.  This is to ensure that the spacing between logical times given to events at one node compares well with their real times. &lt;br /&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div&gt;Evidently, the skew depends on the size of network, and more
specifically, on the diameter $D$ of the network. It has been shown
that no algorithm can achieve a better bound on global skew than $D/2$
(Assume $\tau = 1$) [Biaz, Welch '01].  More surprisingly, [Fan, Lynch
'04] showed that no algorithm could achieve a local skew better than
$\Omega(\log D/ \log\log D)$. While algorithms that match the bound on
global skews were known, matching the local skew bound has been
elusive. The paper we will be discussing [LLW-PODC'09, J.ACM'10]
solves this problem, and also presents an improved lower bound for
local skew. &lt;br /&gt;&lt;br /&gt;

&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;In the discussion, we will see a more formal statement of the model.
We will discuss why certain simple algorithms like setting a node's
logical clock to the average or maximum of its neighbors fail. We will
then see how ideas from these failed algorithms can be put together to
construct a simple algorithm (the proofs, however, are a bit long)
that has optimal global and local skews and a good gradient
property. We will also talk about lower bounds on global and (time
permitting) local skews. &lt;br /&gt;&lt;br /&gt;

&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;Note: In case you want to read the paper, [LLW-PODC'09] contains only
the statements of the results. Also, I found the two associated tech
reports diffcult to follow.  Their recent journal article in
J.ACM-Jan'10 is much more readable and contains proofs in good detail.
Locher and Wattenhofer's earlier paper in DISC'06 is a good background
reading and helps you appreciate the algorithm better.&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-7064298225772875826?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/7064298225772875826/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/tight-bounds-for-clock-synchronization.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/7064298225772875826'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/7064298225772875826'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/tight-bounds-for-clock-synchronization.html' title='Tight bounds for Clock Synchronization [Lenzen, Locher, Wattenhofer PODC &apos;09]'/><author><name>Harsha Simhadri</name><uri>http://www.blogger.com/profile/11827833306411957868</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-5589209724734041703</id><published>2010-04-22T16:08:00.001-04:00</published><updated>2010-04-22T16:08:39.015-04:00</updated><title type='text'>Forgotten hoodie</title><content type='html'>If you left a dark-coloured striped hoodie in class, with yellow trim, I picked it up.  You can find it in my office.&lt;br /&gt;
&lt;br /&gt;
- Ryan&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-5589209724734041703?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/5589209724734041703/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/forgotten-hoodie.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/5589209724734041703'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/5589209724734041703'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/forgotten-hoodie.html' title='Forgotten hoodie'/><author><name>Ryan O'Donnell</name><uri>http://www.blogger.com/profile/01760886084136827344</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-1162789550840458211</id><published>2010-04-20T01:43:00.006-04:00</published><updated>2010-04-20T09:57:00.890-04:00</updated><title type='text'>The intersection of two halfspaces has high threshold degree</title><content type='html'>Consider a Boolean function $f: \{-1,1\}^n \mapsto \{-1,+1\}$. It is well known and also easy to show that $f$ can be represented exactly by a
real polynomial of degree atmost $n$. In other words, there exists a real polynomial $p(x)$, such that $p(x) = f(x), \,\, \forall x \in \{-1,1\}^n$.
One could also ask the following question: how well can a function be approximated by a polynomial? There are multiple notions of approximation and the one we will look at in this talk is called sign representation. We say that a polynomial $p(x)$ sign represents a Boolean function $f$, if $sgn(p(x)) = f(x), \,\, \forall x \in \{-1,1\}^n$. The sign degree of a function $f$ is defined as the least degree of a real polynomial $p$, such that $p$ sign represents $f$.
&lt;br&gt;
&lt;br&gt;
Such questions concerning approximation of functions by polynomials have been studied by Math and CS researchers since the $1960$'s. Some of the earliest papers on these topics are by &lt;a href="http://projecteuclid.org/DPubS?service=UI&amp;amp;version=1.0&amp;amp;verb=Display&amp;amp;handle=euclid.mmj/1028999029"&gt;Newman&lt;/a&gt; and &lt;a href="http://www.amazon.com/Perceptrons-Expanded-Introduction-Computational-Geometry/dp/0262631113"&gt;Minsky and Papert&lt;/a&gt;. Although interesting in its own right, this line of work has found numerous applications in various areas of CS theory such as communication complexity, quantum computing, complexity theory etc. For more details, see this excellent &lt;a href="http://www.scottaaronson.com/talks/polymeth.ppt"&gt;tutorial&lt;/a&gt; by Scott Aaronson. Sign representation by polynomials also has a very nice implication for machine learning. Roughly speaking, if a function has sign degree $d$, then it can be learned in time $n^{O(d)}$ under a standard model of learning. This connection has been exploited heavily in recent years to come up with learning algorithms for many non-trivial problems. Such algorithms are sometimes also called ``perceptron based algorithms''.
&lt;br&gt;
&lt;br&gt;
However, one notorious class of functions for which no efficient learning algorithm is known till date is the class of intersection of two halfspaces. A halfspace over $\{-1,1\}^n$ is a Boolean function defined as $f(x) = sgn(a_0 + \sum_i a_ix_i)$. The intersection of two halfspaces is a function $h(x,y) = f(x) \land g(y)$, where both $f$ and $g$ are halfspaces over $\{-1,1\}^n$. Clearly, by definition the sign degree of a halfspace is $1$. Minsky and Papert in 1969, showed that the sign degree of the intersection of two halfspace is $\omega(1)$. In their paper they also introduced a very important technique, called ``symmetrization'', which can be used to lower bound the sign degree of certain functions. The next non-trivial improvement came in 2003, when O'Donnell and Servedio showed that the sign degree of the intersection of two halfspaces is $\Omega(\frac {\log n} {\log \log n})$. Although a massive improvement, this still does not rule out sub-exponential time ``perceptron based'' algorithms for learning the intersection of two halfspaces. 
&lt;br&gt;
&lt;br&gt;
Last year in an award winning paper presented at FOCS, Alexander Sherstov showed that this bound is $\Omega(\sqrt{n})$. Also, in a very recent follow-up work he has managed to show that the sign degree of the intersection of two halfspaces is in fact $\Theta(n)$. Hence, perceptron based approaches cannot be used to get any non-trivial algorithm for this class of functions. This in turn means that some new ideas will be required to make progress on the problem of learning the intersection of two halfspaces. On Thursday, we will prove Sherstov's result from FOCS'09 which shows that the sign degree of the intersection of two halfspaces is $\Omega(\sqrt{n})$. The talk will be self-contained.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-1162789550840458211?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/1162789550840458211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/consider-boolean-function-f-11n-mapsto_20.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/1162789550840458211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/1162789550840458211'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/consider-boolean-function-f-11n-mapsto_20.html' title='The intersection of two halfspaces has high threshold degree'/><author><name>pranjal</name><uri>http://www.blogger.com/profile/02310973918876559133</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-4598031338302426199</id><published>2010-04-13T11:38:00.003-04:00</published><updated>2010-04-13T11:40:04.034-04:00</updated><title type='text'></title><content type='html'>&lt;div&gt;This week, I will present the paper "Regularity lemmas and combinatorial algorithms" by N. Bansal and R. Williams. This introduces a new approach for combinatorial algorithms for fundamental problems exploiting regularity concepts from graph theory and additive combinatorics. &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;Boolean matrix multiplication (BMM) is a key primitive used in shortest path problems, transitive closures and CFG parsing. For nxn boolean matrices A and B, the problem is to compute the matrix product D over the 'boolean semiring': D[i,j] = OR_{1&lt;=k&lt;=n} (A[i,k] AND B[k,j]). It is easy to see that this problem easily reduces to the "Algebraic matrix multiplication" (AMM) (the standard matrix product over the reals, for instance); in fact, this provides the best known algorithms for BMM! Beginning with Strassen's algorithm (O*(n^{2.8}) time, suppressing a polylog factor), AMM has attracted much theoretical attention, since we now have the additional power of subtraction(cancellation). The state of the art using this approach is a O*(n^{2.38}) algorithm by Coppersmith and Winograd (1987). However, there is an alternative line of attack based on "combinatorial algorithms" treating boolean matrices as graphs; many of them are based on the "Four Russians" algorithm. This approach has yielded only modest results: the best running time for dense matrices is O(n^3/log^2 n). &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;In this talk, I will present a new combinatorial algorithm that asympototically beats the Four Russians. For this, we will need a strong hammer from graph theory: regularity (and triangle removal) concepts. More precisely, the algorithm will be based on the (algorithmic versions of) Szemeredi's regularity theorem, the triangle removal lemma and Frieze and Kannan's pseudoregularity (weak regularity) theorem. I will first explain these theorems. Then, I will present two algorithms for BMM. The first is essentially a natural reduction to the triangle removal lemma. The second algorithm builds on the first one, but exploits weak regularity instead. We will achieve a running time of nearly O*(n^3/ (log n)^{2.25}) (suppressing a poly(log log n) factor), which is the currently best known for any combinatorial algorithm. Finally, I will present a subcubic algorithm for the related problem of detecting if a given graph has any triangles, again using weak regularity. (All these algorithms will be randomized, and will work w.h.p.) The main open questions in this approach are to derandomize the above algorithms, and to obtain a truly subcubic time algorithm. &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;This talk will be mostly self-contained. (You may wish to review the details of some basic models of computation (pointer machine model and the word RAM), which are relevant for the problem, but, due to time constraints, I suspect I will mostly gloss over the model-dependent aspects of the algorithm.) &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-4598031338302426199?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/4598031338302426199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/this-week-i-will-present-paper.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/4598031338302426199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/4598031338302426199'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/this-week-i-will-present-paper.html' title=''/><author><name>Srivatsan Narayanan</name><uri>http://www.blogger.com/profile/10478242118070396753</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-8766613079921857078</id><published>2010-04-06T11:35:00.008-04:00</published><updated>2010-04-06T11:43:29.481-04:00</updated><title type='text'>Poly-logarithmic independence fools $AC^0$ circuits</title><content type='html'>In the coming Thursday seminar, we will go through the paper &lt;a href="http://www.cs.cmu.edu/%7Eodonnell/hits09/braverman-fooling-AC0.pdf"&gt; Poly-logarithmic independence fools $AC^0$ circuits&lt;/a&gt;.



&lt;br /&gt;&lt;br /&gt;


An $AC^0$ circuit is a Boolean circuit containing NOT, AND, OR gates. We count the number of AND, OR gates as the \emph{size} of the circuit. While the \emph{depth} of a circuit is defined as the maximum number of AND, OR gates on any path from an input to the output.
&lt;br /&gt;&lt;br /&gt;






We say a distribution $\mu$ fools a circuit $f$, if $|\mathbf{E}_{x \sim \mu}[f(x)] - \mathbf{E}_{x}[f(x)]| &lt; \epsilon$. I.e., the expected output of $f$ on $\mu$ is ``roughly'' the same as that on uniform distribution.

&lt;br /&gt;&lt;br /&gt;


The problem considered in this paper is on the power of $r$-independence to fool $AC^0$ circuits. Given $\epsilon$ as a constant, how large has $r$ to be so that any $r$-wise independent distribution fools all the $AC^0$ circuit of size $m$ and a constant depth $d$? The main theorem in the paper shows that $r$ is enough to be poly-logarithmic with $m$. In fact, the author proves that $r = (\log (m / \epsilon))^{O(d^2)}$ suffices.  And this resolves a conjecture by [Linial-Nisan'90], which conjectured $r = O((\log m))^{d - 1}$ is enough, up to a gap between $O(d)$ and $O(d^2)$ in the exponent. The only prior progress on this problem was by [Bazzi'07], which showed that $O(\log^2 m)$-wise independent distributions fool depth-2 circuits (DNF/CNF).


&lt;br /&gt;&lt;br /&gt;




The (very rough) approach to prove is to find a low degree polynomial $g$ which approximates the expectation of $f$ under both uniform distribution and a given $r$-wise independent distribution. This $g$ would set up a bridge from $\mathbf{E}_{\mu}[f]$ to $\mathbf{E}[f]$ by $\mathbf{E}[f] \approx \mathbf{E}[g] \approx \mathbf{E}_{\mu}[g] \approx \mathbf{E}_{\mu}[f]$. But since this $g$ seems hard to find (maybe it's hard because it needs to be specific for a specific distribution), the proof in the paper actually approximates $f$ by low-degree functions $g$ in the following two senses.

&lt;br /&gt;

(1) [Beigel-Reingold-Spielman'91, Tarui'93] Find low-degree (but unbounded) $g$ so that $\mathbf{Pr}[f \neq g] &lt; \epsilon, \mathbf{Pr} _{\mu}[f \neq g] &lt; \epsilon$.
&lt;br /&gt;
(2) [Linial-Mansour-Nisan'93] Find low-degree $g$ so that $\| f - g \|_2^2 &lt; \epsilon$. 


&lt;br /&gt;&lt;br /&gt;
The proof succeeds by the two results above as building blocks and some other clever observations, all of which we will go through in the class.


&lt;br /&gt;&lt;br /&gt;




The proof of [Linial-Mansour-Nisan'93] theorem also uses Fourier analytic tools. But no background on these will be needed -- I will introduce them in the class.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-8766613079921857078?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/8766613079921857078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/poly-logarithmic-independence-fools-ac0.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/8766613079921857078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/8766613079921857078'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/04/poly-logarithmic-independence-fools-ac0.html' title='Poly-logarithmic independence fools $AC^0$ circuits'/><author><name>Yuan Zhou</name><uri>http://www.blogger.com/profile/07266863656600708358</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-2549693719925546282</id><published>2010-03-29T13:39:00.044-04:00</published><updated>2010-03-31T01:49:30.486-04:00</updated><title type='text'>Fully Homomorphic Encryption Scheme</title><content type='html'>The paper this week is about how to construct "fully homomorphic" encryption scheme.
&lt;br&gt;
&lt;br&gt;

Homomorphic encryption is a form of encryption where a specific algebraic operation performed on the ciphertext has a regular algebraic effect on the plain text. Let us take a look at the RSA system. Its public key consists a pair of integers $(n,e)$. The encryption function of a  message $m$ is by calculating $m^e (mod n)$. Suppose that for message $m_1$ and $m_2$, we have their encryption $c_1,c_2$. We know that $(m_1*m_2)^e = (m_1)^e * (m_2)^e = c1*c2 (mod n)$.  Therefore, the product of two ciphertexts is corresponding to the encryption of the product of the plaintexts. RSA is therefore known to be homomorphic with respect to the multiplication operation. However, the homomorphism is not preserved for addition: adding $c_1$ and $c_2$ is  not the encryption of  $m_1+m_2$ (or other algebraic operations on $m_1$ and $m_2$).


&lt;br&gt;
&lt;br&gt;

Since basically every computation on the integer ring can be done by a circuit with addition and multiplication gate, people would like to see an encryption scheme that is homomorphic for both addition and multiplication (on the plain text). This allows us to compute the encryption of  arbitrary function on the plain texts by only looking at the ciphertexts. A encryption scheme that is homomorphic with respect to both &lt;span style="font-style: italic;"&gt;addition&lt;/span&gt; and &lt;span style="font-style: italic;"&gt;multiplication&lt;/span&gt; is called "&lt;span style="font-weight: bold;"&gt;fully homomorphic&lt;/span&gt;". Prior to this work, it is only known how to construct the encryption scheme that is homomorphic for a single operation (either addition or multiplication) or for "simple" circuits of both addition and multiplication gates. One of the famous early work is due to Boneh-Goh-Nissim  which supports function of unlimited addition but only a single multiplication.

&lt;br&gt;
&lt;br&gt;


In his breakthrough paper in STOC 2010, Gentry constructed a encryption scheme that is fully homomorphic. Its security assumption is based on solving certain lattice problem under worst case. There are mostly two key ideas for constructing such  a homomorphic encryption scheme. The first idea is that if the encryption scheme can ensure that it is homomorphic with respect to its own decryption circuit, then we can somehow bootstrap the encryption scheme to make it fully homomorphic. Given the first idea, it remains to construct such a encryption that is bootstrapable.  This will require the decryption function to be simple enough. Gentry has some smart ideas of "squashing" the circuit complexity of  the decryption function.

&lt;br&gt;
&lt;br&gt;


As the encryption scheme of the original paper is  based on ideal lattice which is  quite complex algebraic object, we will instead present a followup work (by Gentry  along with Marten van Dijk, Shai Halevi, and Vinod Vaikuntanathan) which simplify the first paper. The link of the new paper is &lt;br&gt;http://eprint.iacr.org/2009/616.&lt;br&gt; In this new paper, all the encryption and decryption is implemented by addition and multiplication over integers (instead of using the ideal of the lattice).  The two key ideas  (bootstrapping and squashing) are still preserved in the new paper.


&lt;br&gt;
&lt;br&gt;

There are many  applications for homomorphic encryption schemes. For example, we can use such an encryption scheme for voting without releasing the privacy of each voter's preference. Basically, every voter encrypts their preference and  the voting system executes the voting rules (for e.g., evaluate the majority function) only on the ciphertext. Homomorphic encryption scheme is also believed to have wide applications in the context of cloud computing.

&lt;br&gt;
&lt;br&gt;


However, the current scheme is still quite impractical. To encrypt one bit, it requires $\eta^8$ bits (I think) where $\eta$ is the security parameter. If we take $\eta$ to be 1000, then it means that to encrypt one bit, we need $10^{24}$ bits. Also, there is a huge loss of efficiency for converting a general algorithm into a circuit of the  multiplication and addition gates.

&lt;br&gt;
&lt;br&gt;
As for the class, I suggest you have a look at the paper at: &lt;br&gt;
http://eprint.iacr.org/2009/616 &lt;br&gt; 
No other crypto knowledge is needed for this talk.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-2549693719925546282?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/2549693719925546282/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/03/fully-homorphic-encryption-scheme.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/2549693719925546282'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/2549693719925546282'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/03/fully-homorphic-encryption-scheme.html' title='Fully Homomorphic Encryption Scheme'/><author><name>yi</name><uri>http://www.blogger.com/profile/03943765402157284906</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-8761246095190683467</id><published>2010-03-22T13:25:00.013-04:00</published><updated>2010-03-22T17:23:58.230-04:00</updated><title type='text'>Intrinstic Robustness of the Price of Anarchy</title><content type='html'>&lt;p&gt;
Everybody loves cookies. Even us, the students in 15-589U class, love cookies. Thus, for Thursday's class, Ryan, who wishes us all to attend the talk, will bring cookies. Alas, we are 12 students in the class, and Ryan only has &lt;span style="font-family:times new roman;"&gt;11&lt;/span&gt; cookies. So Ryan is willing to give us the cookies if we all reach a consensus on who gets a cookie. Splitting a cookie is unheard of, and neither is sharing a cookie. (Yes, we all love cookies that much!)
&lt;/p&gt;

&lt;p&gt;
So essentially, each of us has two options: "ask for a cookie" or "not to ask for a cookie". If everybody asks for a cookie, no one gets a cookie, as there as only 11 cookies and &lt;span style="font-family:times new roman;"&gt;12&lt;/span&gt; students. If 11 or fewer people ask for a cookie, each gets 1 cookie. If you don't ask for a cookie, you always get no cookies. So, how will we reach a consensus?
&lt;/p&gt;

&lt;p&gt;
Well, that depends on how collegial we are. If we care about getting as many cookies as possible as a class, someone steps down, and the rest get &lt;span style="font-family:times new roman;"&gt;11&lt;/span&gt; cookies. But what if each of us cares only about how many cookies (s)he gets? It is clear that no matter what other students do, each of us is always better off by asking for a cookie! Therefore, we all ask for cookies, and no one gets any! So, even though as a collective, we could gain&lt;span style="font-family:times new roman;"&gt; 11 &lt;/span&gt;cookies, we end up getting &lt;span style="font-family:times new roman;"&gt;0&lt;/span&gt;, and everybody's passion for cookies is left unsatisfied.
&lt;/p&gt;

&lt;p&gt;
Let's contemplate a bit about this example. Here is a game, where acting selfishly is globally worse than playing for overall good. In fact, we get a ratio of &lt;span style="font-family:times new roman;"&gt;11/0&lt;/span&gt;, which is infinitely worse. What about other games? Can we measure how much worse will we do by acting selfishly in a given game G? In a set &lt;span style="font-weight: bold; font-style: italic;font-family:webdings;" &gt;G&lt;/span&gt; of games?
&lt;/p&gt;

&lt;p&gt;
This is precisely the question that Koutsoupias and Papadimitriu raised in STOC'99. Suppose we model the game by costs rather than payoffs, so everybody wishes to minimize their costs. How much more do we (altogether) pay for playing selfishly, in comparison to playing for the overall good? In the words of Koutsoupias and Papadimitriu, who considered routing games, how much faster would the internet be if it had a manager? This is the Price of Anarchy, the ratio between the worst cost of a Nash-Equilibrium in the game, to the cost of the social optimum.
&lt;/p&gt;

&lt;p&gt;
Ever since Koutsoupias and Papadimitriu raised the question, there have been numerous attempts at bounding the POA of various classes of games. The question was even extended to other models of players (such as regret-minimizing, myopic best response players etc.). In STOC 2009, Tim Roughgarden introduced the notion of smoothness in games, and showed the following:
&lt;/p&gt;

&lt;p&gt;
(i) Smoothness gives an immediate (and very elegant) upper bound on the POA of a game.&lt;br&gt;
(ii) The same bound applies to other models of players.&lt;br&gt;
(iii) This bound gives the exact POA for the class of congestion games.
&lt;/p&gt;

&lt;p&gt;
In Thursday's talk, we will survey the definition of POA and the various models of players considered in the past. We will then go on to stating in exact and proving all the above 3 results.
&lt;/p&gt;

&lt;p&gt;
As a side note: the first two results are pretty straight-forward, so even people who have no background in Game Theory are welcome to attend the talk.
&lt;/p&gt;

&lt;p&gt;
And just to clarify: Ryan will NOT actually bring cookies to Thursday's class.
&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-8761246095190683467?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/8761246095190683467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/03/intrinstic-robustness-on-price-of.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/8761246095190683467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/8761246095190683467'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/03/intrinstic-robustness-on-price-of.html' title='Intrinstic Robustness of the Price of Anarchy'/><author><name>Or Sheffet</name><uri>http://www.blogger.com/profile/11477726518146892459</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-7405610881282983107</id><published>2010-03-15T18:41:00.028-04:00</published><updated>2010-03-15T20:19:58.870-04:00</updated><title type='text'></title><content type='html'>&lt;p&gt;  This week I will present a paper from FOCS'09 by Dinur and Harsha on Probabilistically-Checkable Proofs (PCP), "Composition of low-error 2-query PCPs using decodable PCPs" (&lt;a href="http://www.cs.cmu.edu/%7Eodonnell/hits09/dinur-harsha-composing-lower-error-2-query-PCPs.pdf"&gt;link&lt;/a&gt;). PCP Theorem [Arora-Safra'98] shows that any mathematical proof can be checked probabilistically by a verifier using only small number of queries. If the theorem is true, then there should exists a proof which the verifier accepts always (completeness). If the theorem is false, verifier should accept a proof with at most bounded probability (soundness).&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt; The ground breaking result from [Arora-Safra'98, and Arora-Lund-Motwani+'98] states that any language in NP has a PCP with &lt;span style="font-style: italic;"&gt;constant&lt;/span&gt; number of queries for which the soundness is bounded by a constant. To appreciate this result, notice that the proof length is essentially unbounded. In this regard, the proof can be seen as a code with very large distance -- one that can detect very small number of changes. A very good survey on the history of PCP theorem and a combinatorial proof of the original result, due to Dinur, can be found in [&lt;a href="http://www.cs.washington.edu/education/courses/533/05au/"&gt;link&lt;/a&gt;].&lt;/p&gt;

&lt;p&gt; Formally, &lt;span style="font-weight: bold;"&gt;PCP verifier V&lt;/span&gt; for a language L is a polynomial time algorithm that, given input string x \in {0,1}^n, and oracle access to a proof pi \in Sigma^m(n), reads x, and using r many random bits, computes q indices to query (local window) Ir = {I1, ..., Iq} and a local predicate fr:Sigma^q to {0,1}. Then it accepts iff fr(pi(Ir)) = 1.&lt;/p&gt;


&lt;ul&gt;&lt;li&gt;(Completeness) If x \in L, then there exists a proof pi which is accepted with probability 1.&lt;/li&gt;&lt;li&gt;(Soundness) If x \notin L, then for any proof pi, Pr[fr(pi(Ir))=1] &lt;= epsilon.  &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; We denote the languages accepted by such PCP verifiers with PCP{1, epsilon} [r,q]_Sigma. Notice that (trivially) PCP{1,epsilon}[O(log n), q]_Sigma \subset NP. However the existence of proof systems with &lt;span style="font-style: italic;"&gt;NP \subset PCP &lt;/span&gt;made it possible to get hardness of approximation results, which started with the inapproximability of clique/independent set. Even problems with unusual approximation ratios (Asymmetric k-Center problem with O(log*n)-approximation) were shown to be optimal, in other words any slight improvement in the approximation ratio will lead to NP=P.

&lt;/p&gt;&lt;p&gt; A central problem in this area is the construction of PCPs with smaller parameters, most notably &lt;span style="font-style: italic;"&gt;&lt;span style="font-style: italic;"&gt;sub-constant &lt;/span&gt;soundness&lt;/span&gt; with 2-queries and small alphabet. Although interesting in its own right, the existence of such PCPs provide even stronger inapproximability results. For example, Hastad'01 showed that Max-3SAT problem is NP-hard to approximate beyond 7/8 + epsilon, for any constant epsilon &gt; 0. However this result does not rule out, say, the possibility of having an approximation ratio of 7/8 + 1/loglog n.

&lt;p&gt; It has been known for quite some time how to get &lt;span style="font-style: italic;"&gt;sub-constant soundness &lt;/span&gt;[Raz-Safra'97, Arora-Sudan'03, Goldreich-Sudan'06]&lt;span style="font-style: italic;"&gt; &lt;/span&gt;with &lt;span style="font-style: italic;"&gt;exactly 2-queries. &lt;/span&gt;However these constructions tended to yield proofs with exponentially large alphabets in terms of soundness. Although this may not sound too bad (after all alphabet sizes are still &lt;span style="font-style: italic;"&gt;at most &lt;/span&gt;polynomial in &lt;span style="font-style: italic;"&gt;n&lt;/span&gt;), the hardness results take time exponential (or doubly exponential) in alphabet size. Thus these PCPs make it impossible to get hardness results based on P != NP (at best one gets DTIME(n^log n) != NP).

&lt;p&gt; A recent paper by Moshkowitz and Raz in FOCS'08 demonstrated that indeed it is possible to get sub-constant soundness with small alphabet (and proof). A major open question in their paper was:

&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Does there exist a shorter/easier proof for this result? (As the paper happened to be 100+ pages.)&lt;/li&gt;&lt;/ul&gt;
&lt;p&gt; The paper we will discuss answers this question affirmatively. To give an overview: The technique involves reducing the alphabet size &lt;span style="font-style: italic;"&gt;considerably &lt;/span&gt;through a technique called proof composition using &lt;span style="font-style: italic;"&gt;list-decodable proofs &lt;/span&gt;[otherwise alphabet reductions with unique decoding are not possible]&lt;span style="font-style: italic;"&gt;.&lt;/span&gt; The decoding part is performed by another PCP called [no surpise there] decodable PCP, D. Most important part of this paper is a way to compose V and D without increasing number of queries. After composition step, the resulting proof is made nicer by applying local transformations like degree reduction using expanders on the corresponding Label-Cover problem, which is defined as:

&lt;p&gt; An instance of &lt;span style="font-weight: bold;"&gt;Label-Cover &lt;/span&gt;problem is specified with: a bipartite graph G=(L \cup R, E), alphabets SigmaL, SigmaR, set of functions (projections) for each edge F{uv} : SigmaL to SigmaR with u\in L, v\in R. A labelling function over nodes, G:L\cup R \to SigmaL \cup SigmaR is said to satisfy an edge (u,v)\in E if F{uv}(G(u)) = G(v).

&lt;p&gt; ----

&lt;p&gt; Although none of the proofs I will present are complicated or long, the presentation will be a little bit dense as we will constantly switch back and forth between different definitions. Hence I strongly suggest looking at (assuming non-familiarity):

&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Expanders (definition and expander mixing lemma)&lt;/li&gt;&lt;li&gt;Basic definitions from coding theory (relative distance, rate)&lt;/li&gt;&lt;li&gt;Label Cover, PCPs (basically becoming familiar with the definitions)&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-7405610881282983107?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/7405610881282983107/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/03/this-week-i-will-present-paper-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/7405610881282983107'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/7405610881282983107'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/03/this-week-i-will-present-paper-from.html' title=''/><author><name>Ali Kemal Sinop</name><uri>http://www.blogger.com/profile/08702257964577125155</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-2474365551123876852</id><published>2010-03-04T08:10:00.001-05:00</published><updated>2010-03-04T08:10:37.690-05:00</updated><title type='text'>No class today</title><content type='html'>Just a reminder: no class today, as I am out of town for a workshop.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-2474365551123876852?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/2474365551123876852/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/03/no-class-today.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/2474365551123876852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/2474365551123876852'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/03/no-class-today.html' title='No class today'/><author><name>Ryan O'Donnell</name><uri>http://www.blogger.com/profile/01760886084136827344</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-991871488033895199</id><published>2010-02-22T13:37:00.002-05:00</published><updated>2010-02-22T13:46:35.590-05:00</updated><title type='text'>An O(log n / loglog n)-approximation algorithm for the Asymmetric Travelling Salesperson problem</title><content type='html'>&lt;span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "&gt;&lt;div&gt;&lt;div&gt;In this Thursday's seminar, we will go over the recent SODA 2010 paper which gives an O(log n/loglog n)-approximation algorithm for the Asymmetric Travelling Salesperson (ATSP) problem (&lt;a href="http://www.cs.cmu.edu/~odonnell/hits09/asadpour-goemans-madry-oveis-gharan-saberi-ATSP.pdf"&gt;paper link&lt;/a&gt;), improving over the 1982 result of Frieze et al, which showed an O(log n)-approximation for the problem. In contrast, the symmetric version has seen much better approximations, with the best known being a factor 3/2 algorithm due to Christofedes. &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt; In the ATSP problem, we are given a directed graph with cost on the arcs, and these costs satisfy the triangle inequality, i.e c(u,w) &lt;= c(u,v) + c(v,u). Note that the arc costs need not be symmetric, i.e c(u,v) != c(v,u). The goal is to find a minimum cost cycle which visits all the vertices of the graph.&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;Since 1928 (until this paper), the best known approximation for this problem has been due to Frieze et al, who give a simple combinatorial algorithm and neat analysis to prove a logarithmic approximability bound. They also bound the integrality gap of the natural LP relaxation for the problem. &lt;/div&gt;&lt;div&gt;In the recent paper, Asadpour et al. consider the same LP and give an improved algorithm (based on rounding the LP) which betters the approximation factor by a factor of loglog n. At a high level, their algorithm does the following: &lt;/div&gt;&lt;div&gt;(i) solve the LP,  (ii) ignore arc directions for the time being, and get a fractional solution in the spanning tree polytope,  (iii) randomly round this fractional solution to get a random spanning tree which satisfies some thin-ness properties, (iv) re-direct these edges appropriately, (v) augment some extra edges to get back euler tour along the directed arcs.  &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;In the lecture, we will first go over the Christofedes algorithm for STSP and then the Frieze et al. algorithm for ATSP. Then we will present the LP and explain its structural properties. Before presenting the rounding process, we will take a detour into the world of matroids and their associated polytopes and present some recent work of Chekuri et al. on how to round a random point in a matroid polytope into a good vertex solution that satisfies some nice properties. Subsequently, we will use these techniques and give the complete details of their approximation algorithm. We will conclude by explaining the connections with steps (iv) and (v) with the algorithm of Christofedes for the STSP. &lt;/div&gt;&lt;/div&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-991871488033895199?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/991871488033895199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/02/olog-n-loglog-n-approximation-algorithm.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/991871488033895199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/991871488033895199'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/02/olog-n-loglog-n-approximation-algorithm.html' title='An O(log n / loglog n)-approximation algorithm for the Asymmetric Travelling Salesperson problem'/><author><name>Ravi</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-2090625323076340113</id><published>2010-02-15T01:05:00.004-05:00</published><updated>2010-02-15T01:21:57.760-05:00</updated><title type='text'></title><content type='html'>&lt;div&gt;For a graph $G = (V,E)$ with $|V|=n$,  the Laplacian of $G$, &lt;/div&gt;&lt;div&gt;\[L = L_G = D_G - A_G,\]&lt;/div&gt;&lt;div&gt;is an $n \times n$ matrix where $A_G$ is the adjacency matrix of $G$ and $D_G$ is a diagonal matrix consisting of the degrees of vertices of $G$.   $L$ is real, symmetric and positive semi-definite and has $n$ real eigenvalues usually enumerated as&lt;/div&gt;&lt;div&gt;\[ 0 = \lambda_1 \leq \lambda_2 \leq \ldots \leq \lambda_n.\]&lt;/div&gt;&lt;div&gt;The spectrum of $L$, in particular $\lambda_2$, also called the Fiedler value, is related to the connectedness of $G$ and spectral methods are heavily used in heuristics for graph partitioning and its variants. For this reason, $\lambda_2$ has been the focus of much theoretical work.&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;Most results on $\lambda_2$ were obtained by working with some embedding of a graph onto a surface and exploiting connections between the Fiedler value and geometric embeddings.  As such, these techniques were specialized to graphs endowed with some structure which allow one to find an external geometric representation.  See, for example,  &lt;a href="http://delivery.acm.org/10.1145/1010000/1007357/p455-kelner.pdf?key1=1007357&amp;amp;key2=2665716621&amp;amp;coll=GUIDE&amp;amp;dl=GUIDE&amp;amp;CFID=77912296&amp;amp;CFTOKEN=20639504"&gt; Kelner &lt;/a&gt;.&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;In 2008, &lt;a href="http://arxiv.org/pdf/0808.0148"&gt; Biswal, Lee, and Rao &lt;/a&gt; presented a method for bounding $\lambda_2$ using an intrinsic deformation of the graph.  This deformation is achieved by assigning weights to vertices and equipping $V$ with a shortest path metric.  A parameter associated with the metric (essentially, the average pairwise distance) is used to upper bound the Fiedler value and this parameter is optimized over all weight functions.  Interestingly, this optimization problem has a &lt;a href="http://www.cs.cmu.edu/~epxing/Class/10801-07/lectures/note8.pdf"&gt; dual formulation &lt;/a&gt; in terms of all pairs multi-commodity flows, where the optimal weights on vertices correspond directly to a measure of congestion in the optimal flow.  The results are obtained by studying the structure of optimal flows in various classes of graphs.&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;The paper I will be discussing,  &lt;a href="http://www.cs.washington.edu/homes/jrl/papers/spectrum.pdf"&gt;``Higher Eigenvalues of Graphs'' &lt;/a&gt; by Kelner, Lee, Price, and Teng, extends the above result to obtain bounds on higher eigenvalues.  Additional conditions in the optimization problem lead to restrictions in the dual formulation and the notion of subset multi-commodity flows is introduced.  Working under this setup, the authors  show that $\lambda_k$ is $O(k/n)$ for planar graphs, $O(g k / n)$ for graphs of genus $g$, and $O(h^2 \log (h) k / n)$ for graphs with excluded $K_h$-minors.  &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-2090625323076340113?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/2090625323076340113/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/02/for-graph-g-ve-with-vn-laplacian-of-g-l.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/2090625323076340113'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/2090625323076340113'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/02/for-graph-g-ve-with-vn-laplacian-of-g-l.html' title=''/><author><name>Zelealem</name><uri>http://www.blogger.com/profile/08548170303683450122</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-6514059275868542549</id><published>2010-02-08T15:47:00.011-05:00</published><updated>2010-02-08T17:01:13.804-05:00</updated><title type='text'>Twice Ramanujan Sparsifiers</title><content type='html'>&lt;p&gt;
Given a weighted graph G, a natural question to ask is whether there exist another graph H on the same vertex set such that any cut has similar weights in G and H. As the weight of a cut can be described by $\sum_{uv \in E(G)}w_{uv}(x_u-x_v)^2$ where x is a 0-1 vector, one could ask the same question where x can take any real values. A spectral sparsifier for a graph G is H such that the above functions on the two graphs are close for any assignment of x and H is sparse.

&lt;p&gt;
Algorithmically, graph sparsifiers were first studied as a subroutine for &lt;a href="http://arxiv.org/PS_cache/cs/pdf/0607/0607105v4.pdf"&gt;near-linear time Laplacian Solvers&lt;/a&gt; by Spielman and Teng. Their &lt;a href="http://arxiv.org/PS_cache/arxiv/pdf/0808/0808.4134v2.pdf"&gt;algorithm&lt;/a&gt; partitions the graph into expanders by finding approximately sparse cuts, then randomly sampling each expander.

&lt;p&gt;
Follow up work has been done on other methods for finding sparsifiers that give better guarantees. One approach is to &lt;a href="http://arxiv.org/PS_cache/arxiv/pdf/0808/0808.4134v2.pdf"&gt;sample the edges by effective resistance&lt;/a&gt;, but it relies on the near-linear time solver to achieve good performance. This work uses a similar approach, but with a different goal in mind. It aims to find the best approximation rate possible with a d-regular subgraph, and achieves twice the ratio given by &lt;a href="http://en.wikipedia.org/wiki/Ramanujan_graph"&gt; Ramanujan graphs &lt;/a&gt;, which are regular graphs whose spectral gap are as large as possible.

&lt;p&gt;
I will use the first half of the talk to cover background topics such as condition number and spectral decompositions, then show the approaches used in recent work on sparsifiers. If time permit, I will try to give a sketch of why one couldn't do better than the ratios given by Ramanujan graphs. The second half of the talk will be used to go through the proof of the key theorem of this paper, which basically states the following: &lt;br&gt;

Given a set of rank one matrices that sum to identity, one could pick a small subset of them such that the ratio between the largest and smallest eigenvalues of their sum is small.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-6514059275868542549?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/6514059275868542549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/02/twice-ramanujan-sparsifiers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/6514059275868542549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/6514059275868542549'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/02/twice-ramanujan-sparsifiers.html' title='Twice Ramanujan Sparsifiers'/><author><name>Richard</name><uri>http://www.blogger.com/profile/13379631091775916502</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-8290653459054399135</id><published>2010-02-02T18:04:00.002-05:00</published><updated>2010-02-02T19:54:41.421-05:00</updated><title type='text'>The Role of Randomization in Mechanism Design</title><content type='html'>On Thursday I will talk about the FOCS 2009 paper of Dobzinksi and Dughmi, "On The Power of Randomization in Algorithmic Mechanism Design" (&lt;a href="http://theory.stanford.edu/~shaddin/papers/randompower.pdf"&gt;link&lt;/a&gt;). This blog post serves as a teaser.&lt;div&gt;
&lt;/div&gt;&lt;div&gt;First of all, what is mechanism design? Mechanism design is just combinatorial optimization, for which the input to the problem instance is controlled by a set of self-interested parties who might lie about their data if lying proves to be advantageous. The challenge of mechanism design is therefore not only to design an algorithm that finds a good solution to its given input, but also to do so in such a way so that all of the self-interested parties are incentivized to report their true data to the mechanism. &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;Auctions represent the canonical mechanism design problem: The auctioneer has a set of goods to distribute among n bidders, and the bidders each have a valuation function that determines how much utility they would receive from each subset of the goods. One common objective for a mechanism designer is to distribute the items so as to maximize &lt;i&gt;social welfare&lt;/i&gt;: the sum utilities of all of the bidders. In addition to being able to distribute the goods, the mechanism is given the power to charge bidders some price, up to their reported valuation for the set of goods they ultimately receive. &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;When do there exist mechanisms to optimize social welfare? The Vickrey Auction, introduced in the early 1960s, and later generalized into the VCG Mechanism by Clarke and Groves in the 1970s gives the answer: almost always. Under quite weak conditions, the VCG mechanism defines prices which incentivize agents to report truthfully when the mechanism computes the optimal allocation given the reports. This is great news, and Vickrey won the Nobel Prize for this in 1996. But it doesn't quite close the book on social welfare maximization. The VCG mechanism requires the auctioneer to actually calculate the &lt;i&gt;optimal&lt;/i&gt; allocation to maximize social welfare, and so when the welfare maximization problem is itself computationally difficult, it is not possible to implement the VCG mechanism. Unfortunately, the incentive properties of the VCG mechanism depend on the output allocation actually being optimal: this means that approximation algorithms for combinatorial optimization problems don't easily translate into truthful mechanisms which approximately maximize social welfare. &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;This brings us to one of the motivating questions for algorithmic mechanism design: When exact optimization of social welfare is a computationally difficult problem, when do there exist computationally efficient truthful algorithms which well approximate optimal social welfare? This paper considers the role that randomization plays in the answer to this question.&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;Lets revisit what truthful means. For a deterministic mechanism to be truthful, no matter what the reported data of the other agents, no agent i should ever be able to manipulate the mechanism by lying about his own data so as to cause the mechanism to select an outcome he prefers. There are two ways that we can generalize this to randomized mechanisms:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;&lt;li&gt;A &lt;i&gt;universally truthful&lt;/i&gt; randomized mechanism is simply a probability distribution over deterministic truthful mechanisms. The mechanism gets to flip some coins, but no matter what the outcome of the coins, no agent could have benefited by lying, &lt;i&gt;even in hindsight&lt;/i&gt;.&lt;/li&gt;&lt;li&gt;A &lt;i&gt;truthful in expectation&lt;/i&gt; mechanism only guarantees that no agent can benefit &lt;i&gt;in expectation&lt;/i&gt; by lying, before the mechanism's coins are flipped. For some outcomes of the coins in hindsight, agents could possibly have benefited by lying. &lt;/li&gt;&lt;/ol&gt;Universally truthful mechanisms give the stronger guarantee: they do not require that we assume that agents are &lt;i&gt;risk neutral&lt;/i&gt; and only wish to maximize their expected welfare, independent of risk. But when we do have risk neutral bidders, can we provide better approximations for some problems using truthful in expectation mechanisms?&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;This paper proves a separation which answers the question: yes. Dobzinski and Dughmi demonstrate an auction problem with m items for which they prove:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;For any epsilon &gt; 0, there exists a truthful in expectation mechanism which achieves a (1+epsilon) approximation to social welfare and runs in time poly(1/epsilon, log m).&lt;/li&gt;&lt;li&gt;For any constant epsilon &gt; 0 any universally truthful mechanism that achieves a (2-epsilon) approximation to social welfare must run in time Omega(m).&lt;/li&gt;&lt;/ul&gt;The negative result is a communication complexity lower bound, and so holds independently of computational constraints.&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;The auction for which the separation is proved is somewhat artificial, but nevertheless shows that the class of efficient truthful in expectation mechanisms is strictly broader than the class of efficient universally truthful mechanisms. This should be viewed analogously to a complexity-class separation in how it shapes our understanding of the power of efficient truthful mechanisms.    &lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;div&gt;So. Come to class on Thursday to hear more!
&lt;div&gt;
&lt;/div&gt;&lt;div&gt;
&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-8290653459054399135?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/8290653459054399135/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/02/role-of-randomization-in-mechanism.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/8290653459054399135'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/8290653459054399135'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/02/role-of-randomization-in-mechanism.html' title='The Role of Randomization in Mechanism Design'/><author><name>Aaron</name><uri>http://www.blogger.com/profile/09952936358739421126</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-5684145208963062925</id><published>2010-01-24T14:53:00.010-05:00</published><updated>2010-01-26T14:34:47.343-05:00</updated><title type='text'>Recent constructive results for the Lovász Local Lemma</title><content type='html'>&lt;p&gt;The &lt;a href="http://en.wikipedia.org/wiki/Lov%C3%A1sz_local_lemma"&gt;Lov&amp;aacute;sz Local Lemma&lt;/a&gt; is a workhorse in probabilistic combinatorics which has found applications to &lt;a href="http://citeseerx.ist.psu.edu/viewdoc/download;jsessionid=EC59ABBA9554B2560765B861037FD183?doi=10.1.1.24.9815&amp;amp;rep=rep1&amp;amp;type=url&amp;amp;i=0"&gt;packet routing&lt;/a&gt;, &lt;a href="http://portal.acm.org/citation.cfm?id=361136"&gt;perfect hashing&lt;/a&gt;, &lt;a href="http://www.essex.ac.uk/maths/dept/square2/SQUARE2_issue15.pdf"&gt;graph coloring, scheduling, statistical mechanics, etc&lt;/a&gt;. It is typically used in conjunction with the &lt;a href="http://en.wikipedia.org/wiki/Probabilistic_method"&gt;probabilistic method&lt;/a&gt; to prove the existence of solutions. Efficiently finding these solutions has been the pursuit of a good deal of research, which chipped away at the problem through special cases.&lt;/p&gt;
&lt;p&gt;At STOC 2009, Robin Moser &lt;a href="http://arxiv.org/abs/0810.4812"&gt;resolved&lt;/a&gt; an important special case - bounded occurrence k-SAT - with a ZPP algorithm and a weak derandomization. This was an important result in of itself, earning the Best Paper award, but what really tickled the theory community was the marvelous proof strategy he came up with for his talk; "one of the best STOC talks ever", &lt;a href="http://blog.computationalcomplexity.org/2009/06/kolmogorov-complexity-proof-of-lov.html"&gt;says Uncle Lance&lt;/a&gt;. A few months later, he and G&amp;aacute;bor Tardos &lt;a href="http://arxiv.org/abs/0903.0544"&gt;generalized the result&lt;/a&gt; to cover (essentially) the entire LLL. Karthekeyan Chandrasekaran, Navin Goyal, and Bernhard Haeupler &lt;a href="http://arxiv.org/abs/0908.0375"&gt;strengthened the derandomization&lt;/a&gt; under a mild "ϵ-slack" condition, thus placing more non-constructive solutions squarely in P. A couple weeks ago, Bernhard Haeupler, Barna Saha, and Aravind Srinivasan &lt;a href="http://arxiv.org/abs/1001.1231"&gt;showed&lt;/a&gt; that the Moser-Tardos algorithm retains a beneficial property of the naive rejection sampling algorithm, which can lead to polynomial running time even with superpolynomial events.&lt;/p&gt;
&lt;p&gt;In my talk, we'll touch on each of these results, though much more emphasis will be placed on those by Moser and Tardos. Here's an outline.&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;(5-10 min) Introduction.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;(10-15 min) Proof of symmetric k-SAT LLL from &lt;a href="http://www.springerlink.com/content/9789117660261t49/"&gt;this survey article&lt;/a&gt;.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;(10 min) A motivational application to hypergraph coloring from &lt;a href="http://www.ccs.neu.edu/home/rraj/Courses/7880/F09/Lectures/GeneralLLL_Apps.pdf"&gt;Rajmohan Rajaraman's notes&lt;/a&gt;.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;(5 min) A brief history of results inching towards a constructive proof.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;(25-35 min) The Moser-Tardos algorithm for symmetric, bounded occurrence k-SAT and the slick STOC proof as explicated by &lt;a href="http://blog.computationalcomplexity.org/2009/06/kolmogorov-complexity-proof-of-lov.html"&gt;Fortnow&lt;/a&gt; and &lt;a href="http://terrytao.wordpress.com/2009/08/05/mosers-entropy-compression-argument/"&gt;Tao&lt;/a&gt;. (The latter post is &lt;i&gt;excellent&lt;/i&gt;.)&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;(25-30 min) The Moser-Tardos algorithm for symmetric LLL and its proof from &lt;a href="http://cs.nyu.edu/spencer/moserlovasz1.pdf"&gt;Joel Spencer's notes&lt;/a&gt;. This proof is more pedestrian but also more general, and it sets up the rest of the talk.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;(10 min) Break.&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;(15-20 min) Derandomization results (briefly).&lt;br /&gt;
&lt;/li&gt;
&lt;li&gt;(10-15 min) Conditional LLL distributions (briefly). &lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;You may wish to review &lt;a href="http://en.wikipedia.org/wiki/Entropy_(information_theory)"&gt;Shannon entropy&lt;/a&gt; and &lt;a href="http://books.google.com/books?id=QKVY4mDivBEC&amp;amp;lpg=PP1&amp;amp;dq=motwani%20randomized%20algorithms&amp;amp;pg=PA120#v=onepage&amp;amp;q=&amp;amp;f=false"&gt;derandomization by conditional probability&lt;/a&gt;.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-5684145208963062925?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/5684145208963062925/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/01/recent-constructive-results-for-lovasz.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/5684145208963062925'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/5684145208963062925'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/01/recent-constructive-results-for-lovasz.html' title='Recent constructive results for the Lovász Local Lemma'/><author><name>Shiva Kaul</name><uri>http://www.blogger.com/profile/10496690820337439878</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8370941052566637863.post-6533923460053271064</id><published>2010-01-12T14:46:00.007-05:00</published><updated>2010-01-12T14:52:09.900-05:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Announcement'/><title type='text'>Read this blog</title><content type='html'>&lt;span style="font-family: inherit;"&gt;This is the class blog for CMU's Spring 2010 graduate CS course 15-859U, "Theoretical Computer &lt;/span&gt;&lt;span style="font-family: inherit;"&gt;Science's Greatest Hits, 2009".&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="font-family: inherit;"&gt;This is a seminar course. The instructor is Ryan O'Donnell. &amp;nbsp;The course homepage is &lt;/span&gt;&lt;a href="http://www.cs.cmu.edu/~odonnell/hits09/"&gt;&lt;span style="font-family: inherit;"&gt;http://www.cs.cmu.edu/~odonnell/hits09/&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: inherit;"&gt;, but that page will be mostly static. &amp;nbsp;Please read &lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;span style="font-family: inherit;"&gt;this&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: inherit;"&gt; blog regularly, or add it to your RSS feed. &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: inherit;"&gt;&lt;span style="font-family: inherit;"&gt;We will use MathML in these posts; if it is working correctly for you, the following statements should look basically the same:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;center&gt; &lt;br /&gt;
&lt;div style="text-align: auto;"&gt;&lt;span style="font-family: inherit;"&gt;A set system &lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;L&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt; is "laminar" if for all &lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;A&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt;, &lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;B&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt; ∈ &lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;L&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt;, either &lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;A&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt;∩&lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;B&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt; = Ø, &lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;A&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt; ⊆ &lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;B&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt;, or &lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;B&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt; ⊆ &lt;/span&gt;&lt;i&gt;&lt;span style="font-family: inherit;"&gt;A&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: inherit;"&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;/div&gt;&lt;/center&gt;&lt;center&gt; &lt;br /&gt;
&lt;div style="text-align: auto;"&gt;A set system $L$ is "laminar" if for all $A$, $B$ $\in$ $L$, either $A \cap B = \emptyset$, $A \subseteq B$, or $B \subseteq A$.&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/center&gt;&lt;span style="font-family: inherit;"&gt;To get this to work, on IE I believe you download an ActiveX control here:&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://www.dessci.com/en/products/mathplayer/download.htm"&gt;&lt;span style="font-family: inherit;"&gt;http://www.dessci.com/en/products/mathplayer/download.htm&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt; &lt;br /&gt;
&lt;span style="font-family: inherit;"&gt;If you use Firefox, try going here:&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://www.mozilla.org/projects/mathml/fonts"&gt;&lt;span style="font-family: inherit;"&gt;http://www.mozilla.org/projects/mathml/fonts&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;span style="font-family: inherit;"&gt;&lt;br /&gt;
&lt;/span&gt; &lt;br /&gt;
&lt;span style="font-family: inherit;"&gt;For Chrome and Safari, I'm not sure; if someone wants to comment on whether or not it works for them, please do.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8370941052566637863-6533923460053271064?l=theory-hits09.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://theory-hits09.blogspot.com/feeds/6533923460053271064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://theory-hits09.blogspot.com/2010/01/read-this-blog.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/6533923460053271064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8370941052566637863/posts/default/6533923460053271064'/><link rel='alternate' type='text/html' href='http://theory-hits09.blogspot.com/2010/01/read-this-blog.html' title='Read this blog'/><author><name>Ryan O'Donnell</name><uri>http://www.blogger.com/profile/01760886084136827344</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
