User günter rote - MathOverflowmost recent 30 from http://mathoverflow.net2013-06-19T06:03:38Zhttp://mathoverflow.net/feeds/user/30800http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/128864/the-cayley-menger-theorem-and-integer-matrices-with-row-sum-2/128867#128867Answer by Günter Rote for The Cayley Menger Theorem and integer matrices with row sum 2Günter Rote2013-04-26T22:13:12Z2013-04-28T22:50:23Z<p>Let us first consider an $n\times n$ matrix with zero diagonal and $n(n-1)$ indeterminates.
Every term (monomial) of the determinant corresponds to a permutation matrix $P$ with zero diagonal (i.e., an integer nonnegative matrix with trace 0 and row and column sums 1).</p>
<p>Let us now consider a <em>symmetric</em> $n\times n$ matrix with zero diagonal and $n(n-1)/2$ indeterminates $a_{ij}=a_{ji}$. Then every term corresponds to a permutation matrix $P$ as before, but the correspondence is not one-to-one, since symmetric elements are equal. We can get a one-to-one correspondence by associating the term to $P+P^T$ (the "symmetrized version" of $P$): an integer nonnegative matrix with trace 0 and row sums 2. The coefficient of the term is the $\det(P+P^T)$.</p>
<p>Now, in the Cayley-Menger determinant, the entries of the first row and column are not indeterminates but ones. We have to argue that this does not cause a "loss of information". In fact, the matrix $P+P^T$ is the adjacency matrix of a 2-regular undirected graph $G$ on $n$ vertices, without loops but potentially with multiple edges. This graph is a straightforward representation of every monomial in the determinant. Setting all variables $a_{12},a_{13},\ldots,a_{1n}$ to $1$ corresponds to eliminating the edges incident to vertex 1, resulting in a graph $G'$ on $n-1$ vertices. However, since $G$ was 2-regular without loops, we can uniquely identify the missing edges: they are incident to the vertices of degree less than 2 in $G'$.</p>
<p>The coefficient of the monomial is still the determinant of $P+P^T$, which equals $\pm2^k$, where $k$ is the number of cycles of length at least 3 in the graph $G$. The sign is the sign of the (more precisely, of any) permutation $P$.</p>
http://mathoverflow.net/questions/123670/all-possible-linear-combinations-of-positive-half-integers-with-coefficients/123689#123689Answer by Günter Rote for All possible linear combinations of positive half-integers with coefficients +/- 1Günter Rote2013-03-06T01:27:47Z2013-03-06T01:27:47Z<p>Indeed it is the Subset Sum Problem (or closely related to it). This problem asks essentially whether $\mu(P)>0$.
It is only weakly NP-complete, and there is a pseudopolynomial dynamic-programming
algorithm for it. You can find it in any textbook on algorithm design.
More precisely, if the sum of the $p_i$'s is $B$, you can solve it in $O(nB)$ time.
Whether this is practical depends on the size of the numbers. (The other suggested solutions, which multiply polynomials, are another way to express the same algorithm. Your question suggests that $\mu(P)$ is not just 0 or 1, and apparently, the numbers are not so big.)</p>
http://mathoverflow.net/questions/123061/brute-force-lattice-problems/123119#123119Answer by Günter Rote for Brute force lattice problemsGünter Rote2013-02-27T16:48:25Z2013-02-27T16:48:25Z<p>This sounds like you should consider the Fincke-Pohst algorithm. There are many implementations, see for example these <a href="http://www.uwyo.edu/moorhouse/slides/lll_talk.pdf" rel="nofollow">slides</a>.</p>
http://mathoverflow.net/questions/121871/algorithm-to-solve-sokoban-like-game-on-graphs-move-chips-from-one-set-of-verti/122350#122350Answer by Günter Rote for Algorithm to solve Sokoban-like game on graphs - move chips from one set of vertices to anotherGünter Rote2013-02-19T21:27:24Z2013-02-20T22:30:37Z<p>The better analogy when the markers are distinct is not Sokoban, but the <a href="http://en.wikipedia.org/wiki/15_puzzle" rel="nofollow">15-puzzle</a>. It is even on an <em>undirected graph</em>.</p>
<p>All my remarks below are about the undirected version. <strong>ADDITION:</strong> <em>At the end there is a remark about the application to the directed case</em>. (My brief literature search turn up only one paper with directed graphs, for a <em>single</em> pebble (robot) with obstacles whose final position is irrelevant.) The upshot is:</p>
<blockquote>
<p>On undirected graphs, the decision version ("Does a solution exist?") is solvable in polynomial time, but minimizing the number of moves is NP-hard.</p>
</blockquote>
<p>There is a short paper by Oded Goldreich, dating back to 1984 but <a href="http://dx.doi.org/10.1007/978-3-642-22670-0_1" rel="nofollow">published</a> only in 2011, "<a href="http://www.wisdom.weizmann.ac.il/~oded/COL/puzzle.pdf" rel="nofollow">Finding the shortest move-sequence in the
graph-generalized 15-puzzle is NP-hard</a>". Ratner and Warmuth showed (<a href="http://dx.doi.org/10.1016/S0747-7171%2808%2980001-6" rel="nofollow">Journal of Symbolic Computation, 1990</a>) that this is true even for the extension of the 15-puzzle to larger squares.</p>
<p>Richard Wilson has <a href="http://dx.doi.org/10.1016/0095-8956%2874%2990098-7" rel="nofollow">characterized</a> in 1974 the cases when a solution is possible, in the case when there are $n-1$ tokens on a general biconnected $n$-vertex graph, like in the 15-puzzle.
According to a <a href="http://www.aaai.org/ocs/index.php/SOCS/SOCS12/paper/viewFile/5407/5197" rel="nofollow">recent paper by Gabriele Röger and Malte Helmert</a>,
Kornhauser, Miller, and Spirakis (<a href="http://dx.doi.org/10.1109/SFCS.1984.715921%20" rel="nofollow">"Coordinating pebble motion on graphs, the diameter of permutation groups, and applications", 1984</a>) extended these results to the case when fewer vertices are occupied and to more general graphs, and showed that there is a solution with $O(n^3)$ moves if there is a solution at all. (I haven't looked at this paper. Anyway, Röger and Helmert recommend to find more details in the <a href="http://publications.csail.mit.edu/lcs/pubs/pdf/MIT-LCS-TR-320.pdf" rel="nofollow">tech-report</a>, which contains Daniel Kornhauser's Master's theses.)</p>
<p>For <strong>directed graphs</strong> which are <em>biconnected and strongly connected</em>, one can apply the characterizations of the undirected graph case, because a "backward move" can always be simulated: Let $ab$ be an arc and suppose we would like to move a pebble $X$ from $b$ to $a$.
Find a directed cycle through $ab$ and push the vertices on this cycle through, but don't make the last move of pebble $X$ from $a$ to $b$. This realizes a backward move by $O(n^2)$ forward moves.
This yields a linear-time decision algorithm and an $O(n^5)$ upper bound on the number of moves (when a solution exists) for this digraph class.</p>
http://mathoverflow.net/questions/93656/minimal-graphs-with-a-prescribed-number-of-spanning-trees/122093#122093Answer by Günter Rote for Minimal graphs with a prescribed number of spanning treesGünter Rote2013-02-17T19:46:25Z2013-02-18T21:15:09Z<p>No answer, but a related question:
The number $n$ of spanning trees in a graph with $k+1$ vertices is the determinant of a $k\times k$ matrix with integer entries between $-1$ and $k$.</p>
<blockquote>
<p>For given $n$, what is the smallest $k=\beta(n)$ such that $n$ is the determinant of such a matrix?</p>
</blockquote>
<p>Of course, $\alpha(n)\ge \beta(n)+1$. Variations of this problem might restrict to symmetric, or diagonally dominant matrices, or on the other hand allow entries between $-k$ and $k$.</p>
<p>Are any bounds known about THIS question?</p>
<p><strong>Additions</strong>
(incorporating the remark by Will Sawin): For example,
$$\left| \begin {matrix} 4&7&1&3\cr -1&10&0&0
\cr 0&-1&10&0\cr 0&0&-1&10
\end {matrix} \right| = 4713.$$
In this way, with $k$ as the base instead of 10, one gets all numbers up to $k^k$ (and a little more). The upper bound on the determinant from the Hadamard inequality is
$k^{3k/2}$. With the lower bound $-1$ on the entries, this bound can probably be improved, since the row vectors of the matrix cannot be simultaneously "long" and close to orthogonal. </p>
<p>One can work this determinant into the number of <em>directed</em> spanning trees of a <em>multigraph</em>:
$$\left| \begin {matrix} 4&-7&-1&-3\cr -1&10&0&0
\cr 0&-1&10&0\cr 0&0&-1&10
\end {matrix} \right| = 4000-713=3287.$$
Let us add a fifth column to make column sums zero:
$$ \begin {pmatrix} 4&-7&-1&-3\cr -1&10&0&0
\cr 0&-1&10&0\cr 0&0&-1&10\cr -3& -2&-8&-7
\end {pmatrix} $$
The digits of the determinant are now in the last row.
This number 3287 is equal to the number of oriented spanning trees (arborescences) on a directed multigraph $G$ on 5 vertices which are oriented away from the root node 5. The graph $G$ is obtained by taking the negative off-diagonal entries as edge multiplicities. (The arcs going into node 5, which would be the fifth column, are obviously irrelevant.)
One can also figure out directly that this is the number of arborescences, by classifying them into those 3000 that use the arc $(5,1)$ and the remaining 287 that don't.</p>
<p>For directed graphs, one can get rid of multiple edges by subdividing them. The new intermediate vertex on an edge must have exactly one incoming arc in every tree, and since the indegree is 1 this arc is fixed, and the number of spanning arborescences is as in the original graph. Moreover, all multiple edges go out either from vertex 1 or from vertex $k+1=5$. Multiple edges emanating from one vertex and going to different vertex can share the intermediate subdivision vertex. Thus, we need in total only $2(k-2)$ extra vertices to eliminate multiple arcs, $k-2$ from vertex 1 and $k-2$ from vertex $k+1$, for a total of $3k-3$. (I did not work out how this argument looks when translated into matrix terms.)</p>
<blockquote>
<p>Every integer up to $k^k$ can be realized as the number of spanning <em>arborescences</em> with a fixed root in a <em>digraph</em> on $3k-3$ vertices without multiple arcs.</p>
</blockquote>
<p>In other words, $\alpha(n)$ for digraphs is bounded by $O(\log n/\log\log n)$. Much better than what is known for undirected graphs, settling the conjecture at least for directed graphs.</p>
<p>The next remaining open challenge is to investigate $\beta(n)$ for <em>symmetric matrices</em>.</p>
http://mathoverflow.net/questions/121987/characterizing-convex-configurations-of-quadrupels-of-coplanar-points-via-linear/122099#122099Answer by Günter Rote for Characterizing Convex Configurations of Quadrupels of Coplanar Points via Linear (In-)equalities between Distance Sums or DifferencesGünter Rote2013-02-17T21:19:40Z2013-02-18T17:34:06Z<p>Here is a sketch of an answer that involves the <em>squared</em> Euclidean distances between the four points $A,B,C,D$ (and only the squared ones, not a mixture between squared and non-squared distances.)</p>
<p>Suppose $D$ is the origin, and consider the vectors $a=DA, b=DB, c=DC$. From
$$AB^2 = \langle a-b,a-b \rangle = DA^2 -2\langle a,b\rangle + DB^2,$$ we get $\langle a,b\rangle$ as a linear expression in terms of the squared distances, and similarly for the other mixed inner products. The inner "self"-products like $\langle a,a\rangle=DA^2$ are directly available anyway.
Assuming that $a$ and $b$ are linearly independent, we can write $$c=\lambda a + \mu b.\ \ \ \ \ (1)$$ Then $D$ (the origin) is in the convex hull of $A,B,C$ iff $\lambda\le 0$ and $\mu \le 0$. Multiplying (1) by $a$, $b$, and $c$ gives an overdetermined system of three equations
$$\langle a,c\rangle = \lambda\langle a,a\rangle+\mu\langle a,b\rangle,$$
etc. from which an expression (actually, three equivalent expressions) for $\lambda$ and $\mu$ can be derived using Cramer's rule, as a quotient of determinants. Hence, the sign of these determinants tells us if $D$ is a vertex of the convex hull or not.</p>
<p>So in the end it boils down to $2\times 2$ determinants whose entries are linear in the squared distances, i.e., degree-2 polynomials in the squared distances. One would have to work out what these expressions are. Who knows, maybe a clever combination of the various redundant expression gives even linear expressions, or expressions that can be factorized into nice linear terms.</p>
http://mathoverflow.net/questions/121987/characterizing-convex-configurations-of-quadrupels-of-coplanar-points-via-linear/122034#122034Answer by Günter Rote for Characterizing Convex Configurations of Quadrupels of Coplanar Points via Linear (In-)equalities between Distance Sums or DifferencesGünter Rote2013-02-17T01:14:06Z2013-02-17T23:37:20Z<p><strong>No</strong>. (This was an answer to a previous, not entirely clear version of the problem.) Take an equilateral triangle ABC of side length 1, plus the midpoint D of the side AC.
By pushing D slightly in or out parallel to the line BC, you can make ABCD nonconvex or convex. BD is the only irrational distance among the 6 distances. By taking the perturbation sufficiently small (say $\pm0.01$), you cannot distinguish from sums and differences whether BD is larger or smaller than in the original (degenerate) position.
<br />
<img src="http://cs.smith.edu/~orourke/MathOverflow/GunterQuad.jpg" alt="alt text">
<br /></p>
http://mathoverflow.net/questions/121871/algorithm-to-solve-sokoban-like-game-on-graphs-move-chips-from-one-set-of-verti/121942#121942Answer by Günter Rote for Algorithm to solve Sokoban-like game on graphs - move chips from one set of vertices to anotherGünter Rote2013-02-15T20:46:47Z2013-02-17T01:34:07Z<p>Here is a polynomial-time algorithm. I assume that the chips are identical, as in Dima's reformulation and in Sokoban. (Another version would be that the chip from Init$_i$ has to go to Final$_i$, for every $i$.)</p>
<ol>
<li>Find out <em>which</em> chips should go to <em>which</em> target positions:
<ol>
<li>Set up a bipartite graph, with an arc from Init$_i$ to Final$_j$ if Final$_j$ is reachable from Init$_i$ in the graph (ignoring the chips).</li>
<li>If some Init$_i$ and some Final$_j$ coincide, it means that that some chip can be regarded as lying already on its target position. We take such pairs of vertices out of the graph.</li>
<li>Find a perfect matching. If there is none, abort. The problem has no solution.</li>
<li>The matching gives a 1-1 assignment between initial and final positions.</li>
</ol></li>
<li>Now we realize these movements one by one. Say, we want to move chip $A$ from Init$_i$ to Final$_j$, which is not occupied. Find any path from Init$_i$ to Final$_j$ in the graph (ignoring the other chips). Try to push the chip along this path. It may happen that some other chip $B$ blocks the path. In this case, move $B$ one step along the path, and then let $A$ take the previous place of $B$. Since the chips are identical, the effect is the same as if $A$ had jumped over $B$. The same trick can "jump" over several adjacent chips that block the path.</li>
</ol>
http://mathoverflow.net/questions/121924/sparse-binary-vector/121935#121935Answer by Günter Rote for sparse binary vectorGünter Rote2013-02-15T19:25:59Z2013-02-15T19:25:59Z<ul>
<li>After a Cholesky factorization $R=T'T$, your problem becomes the maximization of the Euclidean norm over the parallelotope formed by the points $Tw$. This problem is discussed in
H. L. Bodlaender, P. Gritzmann, V. Klee, J. van Leeuwen:
<a href="http://link.springer.com/article/10.1007%252FBF02123011" rel="nofollow">Computational complexity of norm-maximization</a>, Combinatorica <strong>10</strong>
(1990), 203-225.</li>
<li>If your matrix is just symmetric, not necessarily p.s.d., then it is essentially the maximum cut problem. For this problem, there are (famous) convex relaxations, using for example semidefinite programming.</li>
</ul>
http://mathoverflow.net/questions/120536/is-the-empty-graph-a-tree/121074#121074Answer by Günter Rote for Is the empty graph a tree?Günter Rote2013-02-07T14:22:29Z2013-02-07T14:22:29Z<p>I checked Reinhard Diestel's textbook on <a href="http://diestel-graph-theory.com/" rel="nofollow">Graph Theory</a>. p.2</p>
<blockquote>
<p>A graph of order 0 or 1
is called <em>trivial</em>. Sometimes, e.g. to start an induction, trivial graphs can
be useful; at other times they form silly counterexamples and become a
nuisance. To avoid cluttering the text with non-triviality conditions, we
shall mostly treat the trivial graphs, and particularly the empty graph,
with generous disregard.</p>
</blockquote>
<p>Only <em>nonempty</em> graphs are defined to be connected. (p.9)</p>
http://mathoverflow.net/questions/118415/an-elementary-probability-question/120248#120248Answer by Günter Rote for An elementary probability questionGünter Rote2013-01-29T19:24:25Z2013-02-04T17:29:20Z<p>YES, trivially. Even $E(\|X_0-X_1\|^2)$ is already bounded by 4x the variance. (or even 2x ?)</p>
<p>For $n < d$, this is optimal up to a constant factor. Take the uniform distribution on the $d$ unit vectors. (All (non-centered) moments are 1.) Then the distance is 1 if $X_0$ is distinct from $X_1,\dots,X_n$ and 0 otherwise. The expected distance is thus the probability of the first event: $(1-1/d)^n$. For $n < d$, this is between $1/e$ and $1$. </p>
<p>If the distribution is smooth, then $n\ge d$ makes no sense, the $n$ vectors will span the whole space with probability 1, and the expected distance is 0.</p>
<p>(I had also considered the uniform distribution on the sphere, but after discovering the above example, I was too lazy to calculate the expectation there, although it's just a univariate integral.</p>
http://mathoverflow.net/questions/37136/classification-of-finite-groups-of-isometries/119420#119420Answer by Günter Rote for Classification of finite groups of isometriesGünter Rote2013-01-20T19:55:53Z2013-02-01T00:54:02Z<ol>
<li>Surprisingly, I found explicit lists of discrete subgroups of the orthogonal group O(n) for up to n=8 dimensions on the <a href="http://en.wikipedia.org/wiki/Point_group" rel="nofollow">wikipedia page for point groups</a>, with rather unspecific references, however. Point groups is another name for discrete subgroups of O(n). [UPDATE+CORRECTION: For dimensions n=4 and larger, only the point groups which are generated by reflections (Coxeter groups) are listed. In particularly, subgroups of SO(n) (which include no matrix of determinant $-$1) are missing.]</li>
<li>There is an old sequence of two long papers by Threlfall and Seifert, part I <a href="http://link.springer.com/article/10.1007/BF01457920" rel="nofollow">Mathematische Annalen 1931, Volume 104, Issue 1, pp. 1-70</a>, part II <a href="http://link.springer.com/article/10.1007/BF01448910" rel="nofollow">1933, Volume 107, Issue 1, pp. 543-586</a>, where they apparently do the classification of discrete subgroups of SO(4) by associating to each element of SO(4) a pair of rotations from SO(3). (Although my native language is German, I had a hard time reading (through) this, because I am not used to the terminology that was used at that time.) [Addition: These results are mentioned in the book by Conway and Smith on quaternions and octonions; Conway and Smith say that the list is complete, but contains duplicates.]</li>
<li><p>I have a rather wild conjecture (true up to three dimensions).</p>
<blockquote>
<p><em>Every discrete point group in n dimensions is the symmetry group of an n-dimensional polytope which is the Cartesian product of regular polytopes, or a subgroup thereof.</em> </p>
</blockquote>
<p>[UPDATE:
Norman Johnson pointed out <strong>counterexamples</strong>: The symmetries of the root lattices E6, E7, E8 in 6, 7, and 8 dimensions. (I could not yet fully convinced myself that they are indeed counterexamples.) So dimensions 4 and 5 remain open. If I extend my conjecture to include the polytopes which have those E6, E7, or E8 symmetries, in addition to the regular polytopes, in which dimension would the next counterexamples be?]</p>
<p>For example, the symmetries of an $m$-gonal anti-prism in 3-space are
contained in the symmetries of the $2m$-sided prism,
which is the 1-simplex $\times$ the regular $2m$-gon.</p>
<p><s>Since the regular polytopes are known in all dimensions, this would give
an easy way to obtain all finite point groups.
(at least in principle).</s></p></li>
</ol>
http://mathoverflow.net/questions/120340/find-edge-weights-that-fit-given-node-weights/120348#120348Answer by Günter Rote for Find edge weights that fit given node weightsGünter Rote2013-01-30T18:30:40Z2013-01-31T12:55:54Z<p>You can solve it by using maximum network flow: First you duplicate every vertex $i$, creating a twin $i'$, which inherits the same degree $d_{i'}:= d_i$. Each edge $ij$ becomes two edges $i,j'$ and $i',j$. If you solve your problem on this new bipartite graph $G'$, you can recover a solution for $G$ by averaging the two copies of each edge. (and vice versa).</p>
<p>Now, the problem for the <em>bipartite</em> graph $G'$ becomes a network flow problem when you direct the edges from the $i$s to the $i'$s. The $d$s become supplies and demands.
(I used this reduction in my thesis.)</p>
<p>Additional remarks.</p>
<ol>
<li><p>The max-flow-min-cut theorem will then lead to the following characterization:</p>
<blockquote>
<p>A solution exists iff there is no fractional vertex cover with cost less than $\sum d_i$.</p>
</blockquote>
<p>A fractional vertex cover assigns a number $x_i$ to each vertex such that $x_i+x_j\ge 1$ for every edge $ij$. It is sufficient to consider values $0,\frac12,1$ for the $x$'s. (This corresponds to the dual linear program to your system of inequalities.) ADDITION: A vertex $i$ costs $x_id_i$, the total cost of a vertex cover is the sum of these quantities.</p></li>
<li><p>The set of feasible solutions of your system is related to the <em>perfect $b$-matching polytope</em>, see [A. Schrijver, Combinatorial Optimization, Vol. 1, p. 549]: The $b$s are your $d$s. In this problem, the $b$'s must be integral, and the perfect $b$-matching polytope is the convex hull of the <em>integral</em> solutions of your system of equations.</p>
<p>However, when all $b_i$'s are even, integrality plays no role, and you get directly the convex hull of all real solutions. This is a special section in Schrijver's book; Section 31.5. Theorem 31.5 then (if rephrased appropriately) would lead to the above characterization.</p></li>
</ol>
http://mathoverflow.net/questions/120126/intersection-of-cones-in-three-space/120154#120154Answer by Günter Rote for Intersection of Cones in Three SpaceGünter Rote2013-01-28T22:44:09Z2013-01-30T00:41:09Z<p>I am not sure I understand the question, see the remarks of Qfwfq. Here is something related which might nevertheless be interesting for some branches of applied mathematics: an algorithm for <strong>parameterizing</strong> the intersection of two <em>arbitrary</em> quadrics, given in implicit form with integer coefficients. There are several research reports and even an <a href="http://vegas.loria.fr/qi/" rel="nofollow">implementation</a>. You can even input your coefficients on-line on the web and see the result. Maybe there is something easier for the special case of two circular cones.</p>
<p>ADDITION: Apparently they changed the structure of their web pages; The work of these people is based on solid algebraic work, which might be what you are looking for, in their publications; then (what I find remarkable), they often go through and implement their results (see the web page about the <a href="http://www.loria.fr/equipes/vegas/curvesAndSurfaces.php" rel="nofollow">work in their lab</a>; I hope the links work now. in particular the work about <a href="http://www.loria.fr/equipes/vegas/curvesAndSurfaces.php#invariants" rel="nofollow">Constant-complexity geometric problems and algebraic invariants</a>). Those algorithms, while producing "numerical results", do so in a completely reliable way, in contrast to what you conventionally expect from numerical floating-point computation. O.k. you don't want computations; you also don't want the "sum of squares=0" solution, but what <strong>DO</strong> you want then? I suspect you are interested in the real solutions, so there will be case distinctions, 0, 1, 2 components etc. How should a potential solution to your problem look like? A single polynomial? In which variables? What should the solutions to the polynomial describe?</p>
<p>When you write: "The solution should describe <em>directly</em> what the intersection "looks like" from the point of view of the origin". Does that mean you want the projection of the intersection curve from the origin? It will be some intervals on the circle which is the projection of the whole primary cone. Do you want the endpoint of these intervals?</p>
<p>Another group that you might check out is the work of the <a href="http://www.mpi-inf.mpg.de/projects/exacus/pub.html" rel="nofollow">EXACUS project</a> in Saarbrücken.</p>
http://mathoverflow.net/questions/87230/expected-minimum-face-angle-of-random-convex-polyhedron-in-mathbbr3/120246#120246Answer by Günter Rote for Expected minimum face angle of random convex polyhedron in $\mathbb{R}^3$Günter Rote2013-01-29T19:10:51Z2013-01-29T19:10:51Z<p>The answer is YES. (I am assuming you mean the angle between two adjacent edges on a common face. (The dihedral angles all go to $\pi$.)) The easy and brief reason is that, in a large random point set, everything (that depends on <em>local</em> conditions) happens almost surely.</p>
<p>Here is a sketch of a proof for your model (1).</p>
<ol>
<li>Fix $\varepsilon>0$ arbitrarily, and take a (small) triangle $abc$ on the sphere with smallest angle $\varepsilon$.</li>
<li>Construct its circumcircle $K_0$.</li>
<li>Let $K$ be a concentric circle twice as large as $K_0$.</li>
<li>Construct some small neighborhoods $A,B,C$ around $a,b,c$ such that any triangle with vertices taken from these neighborhoods
<ol>
<li>has smallest angle $<2\varepsilon$.</li>
<li>has its circumcircle within $K$.</li>
</ol></li>
<li><p>Now we let the number $n$ of points go to infinity. For each $n$:</p>
<ol>
<li>Construct a scaled-down copy of the configuration $A',B',C',K'$ of $A,B,C,K$ (but still <em>on</em> the sphere) such that the expected number of points that falls into $K'$ is 3. (The area of $K'$ is a $3/n$ fraction of the whole sphere.)</li>
<li>Now, the probability that
exactly 3 points fall into $K'$ is at least some positive probability $p_0$, independend of $n$. ($p_0$ is not so small, the number of points is essentially Poisson-distributed with mean 3.)</li>
<li>The probability that
<blockquote>
<p>one point each falls into $A'$, $B'$, and $C'$ but no other point falls into $K'$ </li>
</ol>
<p>is at least some (small) constant $p_1>0$ (independent of $n$). The reason is that $A'$, $B'$, $C'$ have some (almost) constant fraction of the area of $K'$.</p>
</p>
<ol>
<li>If this event happens, there will be a face angle smaller than $2\varepsilon$.</li>
<li>Now, place const$\cdot n$ disjoint copies $A',B',C',K'$ on the sphere. Then these copies behave essentially like independent Bernoulli experiments with success probability $p_1$. As $n\to\infty$, the probability of having at least one "success" approaches 1.</li>
</ol>
<p></blockquote></p></li>
</ol>
http://mathoverflow.net/questions/96254/continuity-of-barycentre-in-hausdorff-metric/120240#120240Answer by Günter Rote for Continuity of barycentre in Hausdorff metricGünter Rote2013-01-29T18:21:14Z2013-01-29T18:21:14Z<ol>
<li>This question has been first discussed in the paper [ABB] below. They show that, in the plane, the barycenter of the <em>boundary</em> has the desired property: It is Lipschitz-continuous with respect to the Hausdorff distance. (However, the Lipschitz constant is larger than 1.)</li>
<li>Other such "reference points" which are Lipschitz-continuous w.r.t. the Hausdorff-distance, or w.r.t. some other metric (like the area of the symmetric difference) have been investigated. The objective is to get a fast heuristic or initial solution for matching two shapes under translation. A good starting point into the literature might be Oliver Klein's Ph.D. thesis "<a href="http://www.diss.fu-berlin.de/diss/receive/FUDISS_thesis_000000004258" rel="nofollow">Shape Matching With Reference Points</a>" from 2008.</li>
<li>The best Lipschitz constant (for the Hausdorff distance) is achieved by the so-called <em>Steiner point</em> (or <em>Steiner center</em>). In functional analysis, such "reference points" are known under the name "continuous selectors". It has been proved (by non-constructive methods, however) that the Steiner point has the smallest possible Lipschitz constant w.r.t. the Hausdorff distance.</li>
<li>One can show by an elementary example that a reference point (a mapping from compact convex sets to points that is equvariant under, say, isometries) cannot have Lipschitz-constant 1 in dimension 2 or larger. (Thus the answer to the first, strong, part of the original question is NO, even if you think of other points than the barycenter.)</li>
</ol>
<p>[ABB] Helmut Alt, Bernd Behrends, Johannes Blömer. Approximate matching of polygonal shapes.
Ann. Math. Artif. Intell., Volume 13, Pages 251-266, 1995. The conference version may be easier to access:
Proceedings of the seventh annual symposium on computational geometry, pp.186-193, June 10-12, 1991, North Conway, New Hampshire. ACM Press. <a href="http://dx.doi.org/10.1145/109648.109669" rel="nofollow">doi>10.1145/109648.109669</a>.</p>
http://mathoverflow.net/questions/119208/what-is-the-expected-value-for-this/119328#119328Comment by Günter RoteGünter Rote2013-04-28T23:15:12Z2013-04-28T23:15:12ZThe exponent would not change. For example, take random points in a circular disk. Fit a triangle in the disk. A constant fraction of the n points falls inside the triangle (w.h.p.), and thus you get at least $c′n^{1/3}$ points in convex position; similarly, an ellipse (affine image of a disk) fits into any triangle, showing the other direction of the inequality. Any two convex shapes are related like this (after affine transformation).http://mathoverflow.net/questions/128864/the-cayley-menger-theorem-and-integer-matrices-with-row-sum-2/128867#128867Comment by Günter RoteGünter Rote2013-04-28T22:46:44Z2013-04-28T22:46:44ZYes, it is. I have updated my answer.http://mathoverflow.net/questions/128864/the-cayley-menger-theorem-and-integer-matrices-with-row-sum-2Comment by Günter RoteGünter Rote2013-04-26T21:40:34Z2013-04-26T21:40:34ZI wonder how a matrix with positive entries can have trace 0?http://mathoverflow.net/questions/92527/long-enough-interval-of-integers-to-solve-a-simultaneous-congruence/123636#123636Comment by Günter RoteGünter Rote2013-03-06T18:21:11Z2013-03-06T18:21:11Z@Noam. Clarification: I was not puzzled because I did not see that the product has "distinct" exponents, after expanding the product and <i>before</i> collecting terms with the same exponent. But why is this fact needed?http://mathoverflow.net/questions/92527/long-enough-interval-of-integers-to-solve-a-simultaneous-congruence/123636#123636Comment by Günter RoteGünter Rote2013-03-05T20:42:23Z2013-03-05T20:42:23ZNice! I am puzzled by the remark that the $N$ monomials have <i>distinct</i> exponents. If they were not distinct, just collect terms and let them cancel if they want, and let $m_j$ only refer to the nonzero terms. This would reduce the number of terms of $P(X)$, and the argument goes through (with a reduced number $N$) as long as the polynomial does not become identically zero. But this is ok, as we know that the constant term is nonzero because it has abs. value 1.
(And anyway, who is afraid of the Combinatorial Nullstellensatz? It doesn't even need such advanced stuff as "complex numbers;-)
http://mathoverflow.net/questions/62218/german-mathematical-terms-like-nullstellensatz/77078#77078Comment by Günter RoteGünter Rote2013-03-01T11:27:05Z2013-03-01T11:27:05ZThere is also the inverse tendency that the German terms tend to be forgotten, now that English has become so prevalent. Many German students will happily use "Konvolution" when they read it in a paper before I teach them to use "Faltung". Similarly, "bottleneck" like in "bottleneck objective function" tends to be sometimes literally translated into "Flaschenhals" instead of "Engpass" (meaning narrow pass, which is (or used to be) the usual term in this situation). A case which I particularly deplore is the thoughtless translation of "line segment" into "Liniensegment" instead of "Strecke".http://mathoverflow.net/questions/123060/how-does-changing-the-transition-probabilities-affect-the-concentration-of-a-posi/123196#123196Comment by Günter RoteGünter Rote2013-02-28T13:24:52Z2013-02-28T13:24:52ZThe question did not ask for the existence of a speed originally. Maybe $X(t)$ is concentrated around $f(t)$ for some function $f$.
If we assume that $f(t)$ increases unboundedly, is there an example where the random walk is concentrated, but the modified random walk is not concentrated (around a different function $f'(t)$)?http://mathoverflow.net/questions/123060/how-does-changing-the-transition-probabilities-affect-the-concentration-of-a-posiComment by Günter RoteGünter Rote2013-02-27T17:04:25Z2013-02-27T17:04:25ZShould the assumption hold for all $c$? Is it essential that the walk <i>moves to the right</i> on average (like $(1/3)t$ in your example) our would a movement to the left or a stationary concentration around $0$ be permitted? (In the last cases there would probably be easy counterexamples when some $p_n$ is changed from 0 to $\epsilon$.)http://mathoverflow.net/questions/122786/is-this-min-not-less-than-a-min/122864#122864Comment by Günter RoteGünter Rote2013-02-27T16:32:20Z2013-02-27T16:32:20Z@userior, why don't you calculate the value for the square plus center and compare? Then at least we have a conjecture, and we only need to concentrate on one problem.http://mathoverflow.net/questions/8846/proofs-without-words/24828#24828Comment by Günter RoteGünter Rote2013-02-25T22:56:24Z2013-02-25T22:56:24Z2nd proof: It would be nicer if the small strips were above and to the left of the big square.http://mathoverflow.net/questions/122801/untangling-entwined-rigid-chains-in-3-spaceComment by Günter RoteGünter Rote2013-02-24T19:51:36Z2013-02-24T19:51:36ZAnyway, When you specify the steps in this form, another important 3-dimensional class of motions is excluded: screw motions (rotation around an axis with simultaneous translation along that axis). Of course such a motion can be approximated by a sequence of translations and rotations, but the number of steps might be large (not bounded in $n$). I imagine two chains that require a screw motion at one point. It would be analogous to allowing a point in the plane to move only vertically or horizontally. The necessary number of such steps inside a slanted strip can be as large as we like.http://mathoverflow.net/questions/122801/untangling-entwined-rigid-chains-in-3-spaceComment by Günter RoteGünter Rote2013-02-24T19:48:03Z2013-02-24T19:48:03Z"rotation about a fixed point" is maybe inappropriate if 3d. It might be rotation about a fixed axis.
http://mathoverflow.net/questions/122779/stationary-distribution-for-different-types-of-graphComment by Günter RoteGünter Rote2013-02-24T19:36:41Z2013-02-24T19:36:41ZPlease specify your definition of "stationary distribution", if what you mean does not coincide with the definition as an eigenvector.http://mathoverflow.net/questions/122786/is-this-min-not-less-than-a-minComment by Günter RoteGünter Rote2013-02-24T19:25:58Z2013-02-24T19:25:58Z@partial results: A natural conjecture is that the second quantity is minimized when the 5 points form a regular pentagon. Have you checked this? What is the value for a regular pentagon? Is the first quantity perhaps minimized for a square plus center? What is the value for this configuration? What is the best value that you know for each of these quantities?http://mathoverflow.net/questions/122786/is-this-min-not-less-than-a-minComment by Günter RoteGünter Rote2013-02-24T19:18:16Z2013-02-24T19:18:16Z1. perimeter/area = 2/inradius; so there is an equivalent formulation with "max min inradius($v_iv_jv_k$)".
2. Both quantities are constants. Wouldn't you rather know the value of those constants?