User michal kotowski - MathOverflowmost recent 30 from http://mathoverflow.net2013-06-20T02:23:57Zhttp://mathoverflow.net/feeds/user/2192http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/65166/spectral-gap-for-random-bipartite-regular-graphsSpectral gap for random bipartite regular graphsMichal Kotowski2011-05-16T19:18:48Z2013-03-04T08:38:58Z
<p>For a graph $G$, let its Laplacian be $\Delta = I - D^{-1/2}AD^{-1/2}$, where $A$ is the adjacency matrix, $I$ is the identity matrix and $D$ is the diagonal matrix with vertex degrees. I'm interested in the spectral gap of $G$, i.e. the first nonzero eigenvalue of $\Delta$, denoted by $\lambda_{1}(G)$.</p>
<p>Is it true that a randomly chosen (with uniform distribution) $d$-regular bipartite graph on $(n, n)$ vertices (with multiple edges allowed) has, with probability approaching $1$ as $n \to \infty$, $\lambda_1$ arbitrarily close to $1$ (i.e. we can make arbitrarily close by taking $d$ large enough)?</p>
<p>If yes, is there a reference for this fact?</p>
<p>Proofs of expanding properties for random regular graphs which I have found in the literature usually give the probability only bounded from below by a constant, i. e. $1/2$, although I imagine that actually almost all random graphs have good spectral gap.</p>
<p>Note: by $d$-regular bipartite graph I mean a graph in which each vertex (on the left and on the right) has degree $d$.</p>
http://mathoverflow.net/questions/46278/unexpected-applications-of-dvoretzkys-theoremUnexpected applications of Dvoretzky's theoremMichal Kotowski2010-11-16T20:00:41Z2012-12-01T04:29:25Z
<p><a href="http://en.wikipedia.org/wiki/Dvoretzky%27s_theorem" rel="nofollow">Dvoretzky's theorem</a> is a classic of convex geometry. Recently at a conference in quantum information I learned (from Patrick Hayden's talk) about a nontrivial application of the theorem to a problem in quantum cryptography (which was solved previously, but using more complicated tools). What are the unexpected applications of Dvoretzky's theorem that you have heard of, if any?</p>
<p>(by "unexpected" I mean applying it to a problem which is not directly connected to convex geometry, functional analysis etc. or perhaps is connected, but requires phrasing the problem in a different language in a non-obvious way)</p>
http://mathoverflow.net/questions/91039/simple-uses-for-the-entropy-bound-on-the-volume-of-a-hamming-ball/103725#103725Answer by Michal Kotowski for Simple uses for the Entropy bound on the volume of a Hamming ballMichal Kotowski2012-08-01T20:16:04Z2012-10-07T21:10:51Z<p>A nice application is showing that every Cayley graph of an Abelian group with a set of generators of logarithmic size has also logarithmic diameter.</p>
<p>More precisely, let $G$ be an Abelian group and let $S$ be a symmetric generating set for $G$ of size $d = c_{0} \log n$ (where $n = |G|$ and $c_{0} > 0$ is a constant. Then for any $c_{1} > 0$ such that:
$$
(c_{0} + c_{1})H(\frac{c_{1}}{c_{0} + c_{1}}) < 1
$$</p>
<p>we have $diam(G) \geq c_{1} \log n$, where $diam(G)$ is the diameter of the Cayley graph of $G$ with generating set $S$.</p>
<p>The proof uses a simple observation that the number of distinct pairs of endpoints of paths of length $l$ is at most $\binom{d+l}{l}$, since to determine an element of $G$ as a word in generators we only need to specify which generator appears how many times (because of commutativity the order is unimportant). So we have:
$$
\sum\limits_{l=0}^{c_{1} \log n} \binom{c_{0}\log n + l}{l} \leq 2^{(c_{0} + c_{1})H(\frac{c_{1}}{c_{0} + c_{1}}) \log n} < n
$$
so the number of vertices reachable from a fixed vertex by a path of length $l \leq c_{1}\log n$ is strictly smaller than $n$. This implies that $diam(G) \geq c_{1}\log n$.</p>
<p>This fact is used by Newman and Rabinovich in "Hard Metrics From Cayley Graphs Of
Abelian Groups" to give a simple example of an $n$-point metric space which requires distortion $\Omega(\log n)$ to embed it into $\ell_{2}$.</p>
http://mathoverflow.net/questions/89148/inequality-for-the-first-fourier-level-of-a-boolean-functionInequality for the first Fourier level of a Boolean functionMichal Kotowski2012-02-22T00:12:09Z2012-09-08T13:24:59Z
<p>In the study of Boolean functions, the hypercontractive inequality enables one to bound from above the norm of $Tf$ by some norm of $f$, where $T$ is the noise operator depending on the noise parameter. This can be written in terms of the Fourier transform of $f$ as (in a special case of $q=2$):</p>
<p>$\left( \sum\limits_{S \subseteq [n]} (p - 1)^{|S|} \widehat{f}(S)^2 \right)^{1/2} \leq \left( \frac{1}{2^n} \sum\limits_{x \in (0,1)^n} |f(x)|^p \right)^{1/p}$</p>
<p>However, this involves all Fourier levels of $f$. In the application I have in mind, I'm interested only in bounding the norm of the first level of $f$, i.e. restricting the sum on the left to $|S| = 1$. Is it possible to give any inequality of this kind, probably with a different right hand side (but still involving some information about the norm of $f$) and some additional assumptions on $f$? If it's impossible for some trivial reasons, let me know anyway.</p>
<p>Here I'd be mostly interested in matrix-valued Boolean functions (see for example <a href="http://arxiv.org/abs/0705.3806" rel="nofollow">http://arxiv.org/abs/0705.3806</a>), although any answer would be appreciated.</p>
http://mathoverflow.net/questions/104071/inner-products-and-gaussian-integration-over-intersection-of-halfspacesInner products and Gaussian integration over intersection of halfspacesMichal Kotowski2012-08-06T03:06:39Z2012-08-06T03:14:40Z
<p>Let $v$ be a unit vector in $\mathbb{R}^{n}$ and consider arbitrary unit vectors $w_1, w_2, \ldots, w_k$ also in $\mathbb{R}^n$. Let $g$ be a standard Gaussian random vector in $\mathbb{R}^n$. I'm interested in finding a formula for</p>
<p>$$ \mathbb{E_g} \left( \langle g, v \rangle f(\arg \max_{i} \langle g, w_i \rangle) \right)$$</p>
<p>where the expectation is with respect to $g$ and $f(j)$ is equal to $1$ if $j=1$ and $-\frac{1}{k-1}$ otherwise (so $f$ chooses $w_i$ which is closest to the random vector). </p>
<p>Ideally I'd like to express this quantity in terms of inner products $\langle v_1, w_i \rangle$. Sorry if the anser is easy, but here we are essentially integrating a Gaussian variable over sets defined by intersections of halfspaces (as $\arg \max_{i} \langle g, w_i \rangle) = j$ means that $\langle g, w_j \rangle \geq \langle g, w_i\rangle$ for $i \neq j$) and it doesn't seem trivial to me.</p>
<p>Note that it is possible to calculate a somewhat similar integral in a simpler case: for any unit vectors $u,v$ we have:
$$
\mathbb{E_g}\left(\langle g, u \rangle sgn(\langle g, v \rangle) \right) = C\langle u, v\rangle
$$
for an explicit constant $C$ (this is a simple exercise in Gaussian integration).</p>
http://mathoverflow.net/questions/101524/set-of-unitaries-with-spread-like-propertiesSet of unitaries with "spread-like" propertiesMichal Kotowski2012-07-06T18:53:31Z2012-07-13T11:21:07Z
<p>I'm interested in finding two sets of $N$ unitary $N \times N$ matrices $U_{1}, \ldots, U_{N}$, $V_{1}, \ldots, V_{N}$ such that:</p>
<p>$
\sup\limits_{X, Y}\sum\limits_{j,k = 1}^{N} |\mathrm{Tr}(YU_{j}XV_{k}^{\ast})|^2 \ll N$</p>
<p>where the sup is over all Hermitian traceless matrices with Frobenius norm $1$ nad $\ll$ means that the sum is asymptotically smaller than $N$.</p>
<p>The motivation comes from a problem in quantum information theory. An explicit construction of such sets of $U_{j}$ and $V_{k}$ would be the most desirable result, although pseudorandom constructions would also be very interesting. This statement is true if instead of taking unitaries we take matrices with independent Gaussian entries (rescaled properly so that on average each column has norm 1 etc.); however, I don't know how to show that random unitaries satisfy this property, so a hint for such a proof would also be welcome.</p>
<p>I would like to think of such unitaries as having some sort of "spread" property similar to objects showing up in the study of pseudorandomness like mutually unbiased bases, randomness extractors etc. However, I'm not sure if there is any definite connection to those notions.</p>
http://mathoverflow.net/questions/97444/concentration-of-functions-of-random-unitary-matricesConcentration of functions of random unitary matricesMichal Kotowski2012-05-19T23:23:47Z2012-05-19T23:23:47Z
<p>Suppose $U$ and $V$ are $n \times n$ random unitary matrices, chosen independently from the Haar measure. Is there any kind of concentration inequality which would be applicable to polynomials $p(U,V)$ in entries of $U$ and $V$? More specifically, I am interested in polynomials of the form:</p>
<p>$ \sum U_{ij}V_{i'j'} X_{ii'}Y_{jj'}$</p>
<p>or</p>
<p>$ |\sum U_{ij}V_{i'j'} X_{ii'}Y_{jj'}|^2$</p>
<p>where $X$ and $Y$ are some arbitrary matrices and the sum is over all indices. For matrices with i.i.d. Gaussian entries there are well-known concentration bounds for this kind of expressions, I would like to know if there is anything similar for unitary matrices (for this case or for $U=V$).</p>
http://mathoverflow.net/questions/97155/tensors-with-low-spectral-normTensors with low spectral normMichal Kotowski2012-05-16T20:03:03Z2012-05-16T20:03:03Z
<p>Consider a tensor $T$ with six indices, $T_{(ii')(jj')(kk')}$, where each index goes from $1$ to $n$. We can think of $T$ as a linear map from $\mathbb{R}^n \otimes \mathbb{R}^n \otimes \mathbb{R}^n$ to itself and consider its spectral norm:</p>
<p>$
\Vert T \Vert_{\infty} = \sup \vert \sum T_{(ii')(jj')(kk')} x_{ijk}y_{i'j'k'}\vert
$ </p>
<p>where the supremum is taken over all unit vectors $x,y \in \mathbb{R}^n \otimes \mathbb{R}^n \otimes \mathbb{R}^n$.</p>
<p>On the other hand $T$ can also be viewed as trilinear form on $n$-dimensional matrices, so we can define a norm:</p>
<p>$
\Vert T \Vert_{2,2,2} = \sup \vert \sum T_{(ii')(jj')(kk')} X_{ii'} Y_{jj'}Z_{kk'}\vert
$</p>
<p>where the supremum is over all matrices $X,Y,Z$ of Frobenius norm $1$.</p>
<p>What are the examples of tensors which have high (as $n \to \infty$) spectral norm as linear maps, but low norm as trilinear forms?</p>
<p>Since the question is admittedly rather general, let's specialize to tensors of a more special form, namely $T_{(ii')(jj')(kk')} = g_{ijk}h_{i'j'k'}$, where $g,h \in \mathbb{R}^n \otimes \mathbb{R}^n \otimes \mathbb{R}^n$, so that $T = gh^{T}$ as a linear map. Then its spectral norm is simply $\Vert g\Vert \cdot \Vert h\Vert$. Taking $g$ and $h$, say, to be unit vectors, how should we choose them to get a low trilinear norm:</p>
<p>$\Vert T \Vert_{2,2,2} = \sup \vert \sum g_{ijk}h_{i'j'k'} X_{ii'} Y_{jj'}Z_{kk'}\vert $
?</p>
<p>It can be shown that randomly chosen $g, h$ will have the desired property, but I'm interested in more explicit examples. Because there is no direct analog of the spectral decomposition for tensors, the intuition that the "mass" of $T$ should be "spread out" roughly in all directions (as in the case of matrices with low spectral norm, but high Frobenius norm) on the $\mathbb{R}^{n^2}$ components of the tensor product is not easy to formalize.</p>
http://mathoverflow.net/questions/87711/derandomizing-random-matricesDerandomizing random matricesMichal Kotowski2012-02-06T19:48:56Z2012-02-08T20:30:35Z
<p>My question is rather general - what is known about derandomization of results in random matrix theory, high-dimensional geometry, Banach spaces etc. using probabilistic constructions (like estimates of eigenvalues, Dvoretzky's theorem, metric embeddings)? Here I'm interested both in fully explicit counterparts of random constructions as well as "pseudorandom" (in some sense) examples, using "less" randomness than, say, filling every entry of a matrix with a random variable etc. For example - suppose we know that for a fixed norm an n x n matrix with IID standard gaussian entries has "large" norm with high probability. How to find an explicit infinite family of such matrices?</p>
<p>My question is rather vague, of course I have a specific application of this kind of results in mind, but at this moment I am more interested in general methodology of constructing "derandomized" examples, where to start looking for such objects etc. My only contact so far with pseudorandomness has been in the context of spectral graph theory, expander graphs, property (T) etc., I'm not sure if this perspective is relevant for high-dimensional geometry.</p>
<p>I'd be grateful for any hints, references or advice on who may know this kind of things.</p>
http://mathoverflow.net/questions/80451/casual-tours-around-proofsCasual tours around proofsMichal Kotowski2011-11-09T04:33:58Z2011-11-11T10:30:27Z
<p>(this is basically the same question, only in math, as Alessandro Cossentino asked about theoretical computer science at TCS.SE: <a href="http://cstheory.stackexchange.com/questions/8869/casual-tours-around-proofs" rel="nofollow">http://cstheory.stackexchange.com/questions/8869/casual-tours-around-proofs</a>; if a question similar to this one already exists at MO, feel free to close this)</p>
<p>Recently Ryan Williams published (see <a href="http://arxiv.org/abs/1111.1261" rel="nofollow">http://arxiv.org/abs/1111.1261</a>) a more "pedagogical" version of his proof in complexity theory concerning NEXP and ACC - in his own words, "the proof will be described from the perspective of someone trying to discover it". The paper discusses more intuition, failed attempts at solving the problem etc. much more extensively than a typical journal paper.</p>
<p>Personally I find such efforts extremely valuable, because they give you an opportunity to learn how somebody <em>thinks</em> about mathematics and not only verify the formal correctness of some abstract reasoning.</p>
<p>What other examples of such approach are you aware of?</p>
http://mathoverflow.net/questions/79473/vector-bundles-on-graphsVector bundles on graphsMichal Kotowski2011-10-29T17:58:32Z2011-10-30T18:28:28Z
<p>Vector bundles over manifolds have fundamental importance in differential geometry, algebraic topology etc. Are there any applications of this concept (or some variation of it) for graphs (finite or infinite)?</p>
<p>The only place I have seen something like this is in a paper on spanning forests by Kenyon, where the application seems somewhat specialized.</p>
http://mathoverflow.net/questions/65557/random-versions-of-deterministic-problemsRandom versions of deterministic problemsMichal Kotowski2011-05-20T16:08:17Z2011-10-07T13:55:30Z
<p>What are the examples of situations where "randomizing" a problem (or some part of it) and analyzing it using probabilistic techniques yields some insight into its deterministic version?</p>
<p>An example of what I have in mind: it is a well-known conjecture that the Hausdorff dimension of the graph of Weierstrass function (everywhere continuous, nowhere differentiable) is given by a certain simple formula, depending on the amplitudes and phases of the cosines in the series. This is still open; however, in the paper "The Hausdorff Dimension of Graphs of Weierstrass Functions" Hunt proved that if you add a uniformly distributed independent random "noise" to each phase, the conjectured formula holds with probability 1. So while the "randomized" approach does not solve the original problem, it somehow lends credibility to the original conjecture and thus gives us some insight about the problem.</p>
http://mathoverflow.net/questions/76227/random-bipartite-graphsRandom bipartite graphsMichal Kotowski2011-09-23T18:14:57Z2011-09-24T21:06:30Z
<p>Consider the following situation: I have a set $A$ of $n$ vertices and a set $B$ of $N = n^2$vertices. I consider the bipartite graph $(A, B)$ and put at random $M = n^{1 + \varepsilon}$ edges (or I could put each edge independently with probability $p$ such that $pnN = M$, this shouldn't make a big difference). Then I remove the isolated vertices from $B$, so effectively I get vertex sets of size $n$ and $\Theta(n^{1 + \varepsilon})$.</p>
<ol>
<li><p>Are there any references on how in general such bipartite random graphs look like (their degree sequence, connectivity etc.)? The model considered above is rather specific, however, I'd be happy with any references on bipartite graphs on $(n, N)$ vertices, where $N$ depends on $n$ (or information on how can one tackle them with techniques similar to ordinary random graphs; in this context it isn't clear to me whether we should treat the graph as a "sparse" or a "dense" one).</p></li>
<li><p>Ultimately I'm interested in spectral properties of such a graph (or rather a slight modification of it). What can be said about the second largest eigenvalue of its adjacency matrix or Laplacian? Now suppose that we take a union of this graph and a "good" graph (possibly also random) on the set $A$ only (by "good" I mean it has good spectral properties, I'm not trying to be very specific here). What can be said about eigenvalues of this graph?</p></li>
</ol>
http://mathoverflow.net/questions/75338/eigenfunctions-of-random-graphsEigenfunctions of random graphsMichal Kotowski2011-09-13T17:44:24Z2011-09-21T21:37:43Z
<p>Consider a random $d$-regular graph on $n$ vertices. What can be said about its nontrivial (i.e. orthogonal to the constant) eigenfunctions? For example, I'm interested whether there are "nodal zones", i.e. if the graph can be divided into groups such that the eigenfunction has the same sign on every vertex of the same groups. Are there any results of this kind?</p>
<p>Another question - suppose I divide the graph arbitrarily into $k$ groups of vertices ($k$ may depend on $n$); is it possible to say something about how large the sum of eigenfunction's values on one group typically is? </p>
http://mathoverflow.net/questions/64448/interesting-and-accessible-topics-in-graph-theory/64481#64481Answer by Michal Kotowski for Interesting and Accessible Topics in Graph TheoryMichal Kotowski2011-05-10T09:25:42Z2011-05-10T09:25:42Z<p>I think that presenting the connection between random walks and electrical networks (like in the classic text "Random walks and electric networks" by Doyle and Snell) is an interesting and feasible idea. Just a week ago I taught a 6-day course about this to talented high schoolers and it worked out very nicely. It's a good opportunity to show them interesting applications of probability and give a flavour of a vibrant field of mathematics. Plus, there is a quite a lot of room for digressions on Markov chains, spectral graph theory etc.</p>
http://mathoverflow.net/questions/20393/path-integrals-outside-qftPath integrals outside QFTMichal Kotowski2010-04-05T17:43:10Z2011-04-06T20:23:15Z
<p>The main application of Feynman path integrals (and the primary motivation behind them) is in Quantum Field Theory - currently this is something standard for physicists, if even the mathematical theory of functional integration is not (yet) rigorous.</p>
<p>My question is: what are the applications of path integrals outside QFT? By "outside QFT" I mean non-QFT physics as well as various branches of mathematics.</p>
<p>(a similar question is <a href="http://mathoverflow.net/questions/19490/doing-geometry-using-feynman-path-integral" rel="nofollow">http://mathoverflow.net/questions/19490/doing-geometry-using-feynman-path-integral</a>, but it concerns only one possible application)</p>
http://mathoverflow.net/questions/55885/why-semigroups-could-be-important/55893#55893Answer by Michal Kotowski for Why semigroups could be important?Michal Kotowski2011-02-18T19:03:57Z2011-02-18T19:03:57Z<p>An important application of semigroups and monoids is algebraic theory of formal languages, like regular languages of finite and infinite words or trees (one could argue this is more theoretical computer science than mathematics, but essentialy TCS <em>is</em> mathematics).</p>
<p>For example, regular languages can be characterized using finite state automata, but can also be described by homomorphisms into finite monoids. The algebraic approach simplifies many proofs (like determinization of Buchi automata for infinite words or proving that FO = LTL) and gives deeper insight into the structure of languages.</p>
http://mathoverflow.net/questions/51949/liouville-property-in-zdLiouville property in Z^dMichal Kotowski2011-01-13T12:34:52Z2011-01-17T01:19:20Z
<p>It is well known that $\mathbb{Z}^d$ has Liouville property, i. e. every bounded harmonic function on this graph is constant.</p>
<p>(harmonic means that the value of $f$ in a point $x$ is equal to the average of $f$ over neighbours of $x$ in the lattice $\mathbb{Z}^d$).</p>
<p>What are the nicest/shortest/most ingenious proofs of this fact that you know?</p>
http://mathoverflow.net/questions/51217/computer-science-for-mathematicians/51228#51228Answer by Michal Kotowski for Computer Science for MathematiciansMichal Kotowski2011-01-05T18:05:02Z2011-01-05T18:05:02Z<p>"Computational Complexity"by Christos Papadimitriou - very good introduction to logic/theory of computation (Turing machines etc.) and computational complexity. One of the best textbooks IMHO. </p>
http://mathoverflow.net/questions/47711/spectrum-of-the-laplacian-on-gn-p-and-gn-mSpectrum of the Laplacian on G(n, p) and G(n, M)Michal Kotowski2010-11-29T19:31:52Z2010-12-10T05:13:13Z
<p>A random graph in $G(n, p)$ model is a graph on $n$ vertices in which for each of the $n\choose{2}$ edges we independently flip a coin, then take the edge with probability $p$ or remove it with $1 - p$.</p>
<p>A random graph in $G(n, m)$ model is a graph on $n$ vertices in which a subset of edges of a fixed size $m$ is chosen at random.</p>
<p>We expect $G(n, p)$ and $G(n, m)$ for $m = p {n\choose{2}}$ to look asymptotically the same, because the number of edges in $G(n, p)$ is highly concentrated around the mean. </p>
<p>The (normalized) Laplacian $L$ on a graph is an operator (matrix) which has entries:</p>
<p>$L(v, v) = 1$</p>
<p>$L(v, w) = - \frac{1}{\sqrt{deg(v)deg(w)}}$</p>
<p>where $v \neq w$ are vertices of the the graph.</p>
<p>We are interested in $\lambda_{2}$, that is, the smallest nonzero eigenvalue of $L$. Suppose we know that, for $p = p(n)$ growing sufficiently fast (papers by Chung et al. show that, for example, $p \geq \frac{\log^2 n}{n}$), $\lambda_{2}$ for a random graph in $G(n, p)$ model is close to 1 with high probability (i. e. approaching 1).</p>
<p>Does it follow immediately that also in $G(n, m)$ we have $\lambda_{2} \to 1$ with high probability? It is known in random graph theory that such implications hold for monotone properties (that is, properties which still hold after adding an edge to the graph), however, the second eigenvalue is not monotone (although it is probably "monotone on average", so I expect the statement above is true for $G(n, m)$).</p>
http://mathoverflow.net/questions/30886/applications-of-classical-field-theoryApplications of classical field theoryMichal Kotowski2010-07-07T13:13:02Z2010-07-07T20:36:38Z
<p>What are the applications (physical and mathematical) of classical field theory beyond electrodynamics and gravity?</p>
<p>By such applications, I mean that either the field theory viewpoint adds some genuinely new insight into the underlying physics or that it gives rise to interesting mathematical problems. So I'm not thinking about:</p>
<p>-field-theoretical description of something that is very well understood with other tools (for example, describing classical electrodynamics in language of fibre bundles, differential forms etc. is very nice and elegant, but doesn't add much to physics)</p>
<p>-quantum field theory (in QFT you always write down the classical lagrangian and then turn the fields into operators, but there is not much actual classical field theory here)</p>
<p>Of course, you can always write some lagrangian like phi^34 + 14*phi^8 + ..., and study the resulting PDE (existence and uniqueness of solutions etc.), but I guess that lacks real motivation.</p>
http://mathoverflow.net/questions/18163/geometric-group-theory-and-analysisGeometric group theory and analysisMichal Kotowski2010-03-14T12:47:12Z2010-03-15T03:48:34Z
<p>Geometric group theory is mainly concerned with topological and geometric properties of groups, spaces on which they act etc., so the ideas employed in GGT are mainly algebraic/geometric/topological. Is there any subfield of GGT where methods from analysis find applications? I once heard that analytical tools, e. g. geodesic flows, are used in studying ends of groups, but that's all I know. </p>
http://mathoverflow.net/questions/11026/automatic-groups-recent-progressAutomatic groups - recent progressMichal Kotowski2010-01-07T09:36:47Z2010-01-15T20:07:38Z
<p>Epstein's (et al.) "Word Processing in Groups" is a quite comprehensive monograph on automatic groups, finite automata in geometric group theory, specific examples like braid groups, fundamental groups of 3-dim manifolds etc. However, the book is from 1992, so much of the material summarizes research done by Cannon, Thurston, Holt etc. back in the '80s. I'm interested in how the theory of automatic groups (and, more generally, applications of formal languages in group theory) has progressed since then - have there been any significant new results, open problems, novel ideas, examples?</p>
http://mathoverflow.net/questions/127563/number-of-cycles-in-expander-graphsComment by Michal KotowskiMichal Kotowski2013-04-14T23:58:26Z2013-04-14T23:58:26ZYou are right, the question is trivial, I'll delete it.http://mathoverflow.net/questions/110057/lost-soul-loneliness-in-pursing-math-advice-needed/110176#110176Comment by Michal KotowskiMichal Kotowski2012-10-20T21:22:42Z2012-10-20T21:22:42ZI second that, a very nice notion :). I think I know what fedja is referring to, but it'd still be great to get some more explanation.http://mathoverflow.net/questions/103476/new-alternating-chain-algorithm-for-graph-coloring/103478#103478Comment by Michal KotowskiMichal Kotowski2012-07-29T22:07:55Z2012-07-29T22:07:55ZA very appropriate comment for this sort of question.http://mathoverflow.net/questions/101524/set-of-unitaries-with-spread-like-properties/102131#102131Comment by Michal KotowskiMichal Kotowski2012-07-13T16:10:26Z2012-07-13T16:10:26ZThanks! I will read the answer more carefully later, but it seems that it solves the the question about random unitaries. Can you provide a reference for "by standard random matrix/free probability facts"? I know a little about random matrix theory, though not that much, and hardly anything about free probability.http://mathoverflow.net/questions/99506/blackbox-theorems/99579#99579Comment by Michal KotowskiMichal Kotowski2012-06-14T16:49:59Z2012-06-14T16:49:59ZI think you are overestimating the difficulty of its proof. While it is not trivial, it is something standard and covered without any problem in a functional analysis course. If the proof is overlooked, that's probably usually because of, well, oversight, not because it is too complicated to be understood by the ordinary analyst.http://mathoverflow.net/questions/98594/regarding-cayley-graphs-of-property-t-groupsComment by Michal KotowskiMichal Kotowski2012-06-01T19:12:46Z2012-06-01T19:12:46Z@Agol: which result from Żuk's paper are you referring to?http://mathoverflow.net/questions/87711/derandomizing-random-matrices/87715#87715Comment by Michal KotowskiMichal Kotowski2012-02-07T16:20:32Z2012-02-07T16:20:32Z@Mark: thanks! Are there such constructions for other properties of random matrices apart from RIP (and stuff related to compressed sensing)?http://mathoverflow.net/questions/87711/derandomizing-random-matrices/87715#87715Comment by Michal KotowskiMichal Kotowski2012-02-06T20:34:25Z2012-02-06T20:34:25Z@Bill Johnson: if you have any suggestions for references or substantive comments, please consider putting them in an answer - that would be helpful!http://mathoverflow.net/questions/81128/when-is-it-appropriate-to-entitle-a-paper-a-note-on-or-on-theComment by Michal KotowskiMichal Kotowski2011-11-17T02:00:39Z2011-11-17T02:00:39ZIMHO titles like "A note on ..." should be avoided, unless the title is long enough to make completely unambiguous what specific problem (conjecture etc.) is the topic of the paper. I guess everybody would be hard pressed to say what e.g. "A note on a problem of Erdos" is really about. One should aim to make the title as informative as possible.http://mathoverflow.net/questions/79473/vector-bundles-on-graphsComment by Michal KotowskiMichal Kotowski2011-10-29T19:38:41Z2011-10-29T19:38:41Z@Charlie Frohman: any reference?http://mathoverflow.net/questions/71732/bimonster-and-heterotic-string-theoryComment by Michal KotowskiMichal Kotowski2011-07-31T20:18:14Z2011-07-31T20:18:14ZI can't help but add a comment - while the question is probably meant to be read by experts in string theory, it never hurts to formulate it so that a layman (i.e. a mathematician from other field) can at least <i>have a clue</i> about what's going on...http://mathoverflow.net/questions/65021/cite-articles-or-book-where-i-first-found-the-result/65043#65043Comment by Michal KotowskiMichal Kotowski2011-05-15T20:56:55Z2011-05-15T20:56:55ZThis attitude has a downside, namely it leads to proliferation of references to papers which have gaps, errors, are incomplete etc. I don't want to use specific names, but it certainly happens that a widely cited paper has gaps in the proofs or is faulty in some way, which those citing it may not be aware of (because they haven't read it and, well, if so many people have cited it before, it "has" to be correct...).http://mathoverflow.net/questions/65066/relationship-between-different-entropies-of-a-networkComment by Michal KotowskiMichal Kotowski2011-05-15T20:50:24Z2011-05-15T20:50:24ZCould you maybe provide some background on the problem, or at least relevant definitions etc.?http://mathoverflow.net/questions/64448/interesting-and-accessible-topics-in-graph-theory/64481#64481Comment by Michal KotowskiMichal Kotowski2011-05-10T15:33:33Z2011-05-10T15:33:33ZOf course you can't treat this topic extensively, but mentioning expanders, the fact that their geometric properties are connected to the mixing rate of the random walk and can be analyzed algebraically is surely doable as a digression (as well as things like PageRank or random graphs).http://mathoverflow.net/questions/44326/most-memorable-titles/63778#63778Comment by Michal KotowskiMichal Kotowski2011-05-03T08:11:11Z2011-05-03T08:11:11ZIt has already been mentioned (and it appeared on the Arxiv some time ago).