User zsb&#225;n ambrus - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-21T19:10:14Z http://mathoverflow.net/feeds/user/5340 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/128319/can-a-nowhere-continuous-function-be-integrable/128324#128324 Answer by Zsbán Ambrus for Can a nowhere continuous function be integrable ? Zsbán Ambrus 2013-04-22T08:46:34Z 2013-04-22T08:46:34Z <p>Dpends on which type of integration you are asking for. </p> <p>If you mean Lebesgue integral, then yes, a function can be nowhere continuous but still have a Lebesgue integral, as Henr.L points out. </p> <p>If you want Riemann integral, then the answer is no. A theorem sometimes called <a href="http://en.wikipedia.org/wiki/Lebesgue_criterion#Integrability" rel="nofollow">Lebesgue's theorem</a> states that a bounded function on the reals has a Riemann-integral if and only if the set of points where it is discontinuous has zero measure. The proof of this theorem is quite long but not technically difficult (in my opinion).</p> http://mathoverflow.net/questions/117415/old-books-still-used/117859#117859 Answer by Zsbán Ambrus for Old books still used Zsbán Ambrus 2013-01-02T11:19:54Z 2013-04-14T20:37:13Z <p>Most of the textbooks I use are quite new. The old books are the exception.</p> <p>The oldest book about mathematics I use is Hajós György: <em>Bevezetés a geometriába</em>, a textbook on elementary geometry (in the sense of Euclid). The first edition is from 1950, I have a copy published in 1960. (Edit: it seems there's a German translation.)</p> <p>I'm also using Knuth's <em>The Art of Computer Programming</em>, does that count as old now? The translation of the first volume is based on the second edition, of which the original was published in 1973.</p> http://mathoverflow.net/questions/127065/the-shortest-mathematical-paper/127067#127067 Answer by Zsbán Ambrus for The shortest mathematical paper Zsbán Ambrus 2013-04-10T09:35:48Z 2013-04-10T09:35:48Z <p><a href="http://mathoverflow.net/questions/8846/proofs-without-words/29459#29459" rel="nofollow">http://mathoverflow.net/questions/8846/proofs-without-words/29459#29459</a> claims “Conway and Soifer tried to set a record for least number of words in a mathematical paper.”</p> http://mathoverflow.net/questions/42512/awfully-sophisticated-proof-for-simple-facts/90201#90201 Answer by Zsbán Ambrus for Awfully sophisticated proof for simple facts Zsbán Ambrus 2012-03-04T13:54:46Z 2013-03-28T23:17:46Z <p>The following theorem has several essentially different proofs that need quite different levels of mathematical background, ranging from high school to graduate level. Which proof is most natural depends on who you ask, but many people (including me) will find at least some proof unnecessarily complicated. </p> <blockquote> <p>There exists a set $ A $ that is everywhere dense on the square $ [0, 1]^2 $, but such that for any real number $ x $, the intersections $ A \cap (\{x\} \times [0, 1]) $ and $ A \cap ([0, 1] \times \{x\}) $ are both finite.</p> </blockquote> <p>(This is a variant of a homework problem posed by Sági Gábor.)</p> <p>Here's the idea of a few proofs.</p> <ul> <li><p>$ A = \{(p/r, q/r) \mid p, q, r \in \mathbb{Z} \text{ and } \gcd(p,r) = \gcd(q,r) = 1 \} $ is dense because if you subdivide the square to $ 2^n $ times $ 2^n $ squares, $ A $ contains the center of each square; and has only as many points on each horizontal or vertical line as the denominator of $ x $.</p></li> <li><p>$ A = \{(x + y\sqrt3, y - x\sqrt3) \mid x, y\in\mathbb{Q} \} $ is dense because it's a scaled rotation of $ \mathbb{Q}^2 $, but has at most one point on every horizontal or vertical line otherwise $ \sqrt3 $ would be rational.</p></li> <li><p>Choose $ a_0, b_0, a_1, b_1 $ as four reals linear independent over rationals, this is possible because of cardinalities. <code>$ A = \{(ma_0 + na_1, mb_0 + nb_1) \mid m, n \in \mathbb{Q}\} $</code> has no two points sharing coordinates because of rational independence, and $ A $ is dense because it's a non-singular affine image of $ \mathbb{Q}^2 $.</p></li> <li><p><em>A</em> is the set of a countably infinite sequence of random points independent and uniform on the square. This is almost surely dense, but almost surely has no two points that share a coordinate. </p></li> <li><p>Choose a countable topological base of the square, then choose a point from each of its elements inductively such that you never choose a point that shares a coordinate with any point chosen previously.</p></li> <li><p>Choose a continuum (or smaller) size topological base of the square, then choose a point from each by transfinite induction such that when you choose a point, the cardinality of points chosen previously is less than continuum, thus you can avoid sharing coordinates with those points. </p></li> <li><p>Choose $ a, b $ as reals such that $ a, b, 1 $ are linear independent over rationals, possible because of cardinalities. Let <code>$ A = \{((ma + nb) \bmod 1, (ma - nb) \bmod 1) \mid m, n \in \mathbb{Z}\} $</code>. No two points share coordinates because of rational independence. Looking on the torus, <em>A</em> is dense somewhere on the square and the difference of any two points of <em>A</em> is in <em>A</em> so it must be dense in the origin. As <em>A</em> is closed to addition, it must be dense on a line passing through the origin. As it's also closed to rotation by $ \pi/2 $, it's also dense on the rotation of that line, thus, because it's closed to addition, dense everywhere.</p></li> <li><p>Choose $ a, b $ like above. Let <code>$ A = \{(an \bmod 1, bn \bmod 1) \mid n \in \mathbb{Z}\} $</code>. Prove <em>A</em> is dense by ergodic theory and Fourier analysis. </p></li> </ul> <p><strong>Update:</strong> Edited the drafts of proofs to somewhat cleaner. Permuted proofs. Also fixed typo in last proof.</p> http://mathoverflow.net/questions/119455/visualizing-polyhedra-from-their-1-skeletons/125810#125810 Answer by Zsbán Ambrus for Visualizing polyhedra from their 1-skeletons Zsbán Ambrus 2013-03-28T10:11:53Z 2013-03-28T10:17:42Z <p>For your question (1), there is an efficient algorithm [1] known for finding an embedding of a graph in the plane if an embedding exists. </p> <p>This, however, might not be the end of the story. You may want to get an embedding where every edge is a straight line segment. It is known that such an embedding always exists if there is an embedding and there are no duplicate edges, this is called <a href="http://en.wikipedia.org/wiki/F%C3%A1ry%27s_theorem" rel="nofollow">Fáry's theorem</a> In fact, such an embedding can also be found with an efficient algorithm [2].</p> <p>Your question (3) is turning a planar embedding to a polyhedron embedded in the space. This has an easy special case: namely if all faces of the planar embedding are <em>triangles</em> and all edges are straight segments. In this case, you can get a polyhedron embedding by slightly bending the plane so you get a sphere with a large radius, then fixing the vertexes and straightening the edges and faces. I believe but I'm not sure that this can be extended to the case when there is one or two faces that are not triangular, but there might not be such an easy method in the general case.</p> <p>As for (4), if you start from a <em>convex</em> polyhedron, you can get a planar embedding, not necessarily with straight edges, by first projecting the vertexes and edges of the polyhedron to a sphere inside the polyhedron, then projecting that sphere to the plane.</p> <p>[1] John Hopcroft, Robert Tarjan, "Efficient Planarity Testing", <em>Journal of the Association for Computing Machinery</em>, <strong>21</strong>/4 (1974), 549, scanned copy at <a href="http://www.cs.princeton.edu/~dpd/Papers/SCG-09-invited/Planarity%20testing.pdf" rel="nofollow">http://www.cs.princeton.edu/~dpd/Papers/SCG-09-invited/Planarity%20testing.pdf</a></p> <p>[2] Walter Schnyder, "Embedding planar graphs on the grid", <em>SODA '90 Proceedings of the first annual ACM-SIAM symposium on Discrete algorithms</em>, (1990), 138-148, scanned copy at <a href="http://departamento.us.es/dma1euita/PAIX/Referencias/schnyder.pdf" rel="nofollow">http://departamento.us.es/dma1euita/PAIX/Referencias/schnyder.pdf</a> , ISBN:0-89871-251-3. Abstract: "We show that each plane graph of order n ≥ 3 has a straight line embedding on the n − 2 by n − 2 brid. This embedding is computable in time O(n). A nice feature of the vertex-coordinates is that they have a purely combinatorial meaning."</p> http://mathoverflow.net/questions/119836/graphs-with-circulant-distance-matrices/119841#119841 Answer by Zsbán Ambrus for Graphs with circulant distance matrices Zsbán Ambrus 2013-01-25T15:17:18Z 2013-01-25T15:17:18Z <p>Any circulant graph has this property. A circulant graph is a graph that has an automorphism that's a cyclic permutation of its vertices. If you apply permute the rows and columns of the distance matrix with the same permutation, you must get the same matrix, so the distance matrix is a circulant matrix.</p> <p>Graphs other than circulant graphs can't have this property, because the ones in the distance matrix determine the edges. </p> http://mathoverflow.net/questions/119240/majority-vote-of-total-orders/119249#119249 Answer by Zsbán Ambrus for Majority vote of total orders Zsbán Ambrus 2013-01-18T10:02:33Z 2013-01-18T10:02:33Z <p>You say you are interested in small $ k $. This makes sense, because allowing an arbitrarily large $ k $ makes the question trivial (provided you allow repetition of a linear order with any multiplicity as well).</p> <blockquote> <p>You can get any tournament as the majority vote of some number of linear orders.</p> </blockquote> <p>Indeed, suppose you have $ n $ vertices (where $ 3 \le n $) and a tournament on this you want to obtain. For every arc $ (u, v) $ in the tournament, take all $ (n - 1)! $ linear orders in which $ v $ is greater than $ u $ and they are adjacent so there is no vertex between them. In these tournaments, any edge other than $ {u, v} $ occurs the same number of times in the two directions. Gather these linear orders for all edges in the tournament (that's $ n(n-1)(n-1)!/2 $ linear orders), and add any one linear order to make the total odd. The majority vote of these shall give your tournament. </p> <p>Remark. I don't claim this construction to be optimal, indeed I think instead of the factorial order here, I think that you might be able to choose $ k $ to grow only polynomially in $ n $.</p> <p>Update: it seems Ben Barber was a bit faster than me to post an answer that proves a bit more than this one. </p> http://mathoverflow.net/questions/118789/proving-a-determinant-0/118836#118836 Answer by Zsbán Ambrus for Proving a determinant = 0 Zsbán Ambrus 2013-01-13T18:14:08Z 2013-01-14T08:27:27Z <p>Here are two more conditions.</p> <blockquote> <p>(D) Find $ n - 1 $ such vectors (of size $ N $ each) that $ n $ rows or columns of your matrix are linear combinations of these vectors. </p> </blockquote> <p>This is more general than (B), because if you know (B) then you can choose all but one of those rows or columns as your vectors. However, (B) is not more general than (D) because to go from (D) to (B) you have to invert a matrix of size $ n $, where $ n $ can be as large as $ N $, which is as difficult as computing the original determinant in first place. </p> <p>If $ n = N $, this condition actually says that a matrix has determinant zero if it's the product of an $ N \times (N-1) $ matrix with an $ (N-1) \times N $ matrix.</p> <blockquote> <p>(E) The sum of the $ N! $ expansion terms of the determinant is zero.</p> </blockquote> <p>This comes up less often than the others, but it is a way.</p> <hr> <p>Let me illustrate these conditions with an example where three of the conditions can be used. </p> <p>Suppose <code>$ \mathbf{u}_1, \dots \mathbf{u}_N $</code> and <code>$ \mathbf{v}_1, \dots \mathbf{v}_N $</code> are real vectors in <code>$ \mathbb{R}^{N-1} $</code>. Let $ A $ be the $ N \times N $ matrix whose element <code>$ a_{i,j} $</code> is the dot product <code>$ \langle \mathbf{u}_i|\mathbf{v}_j\rangle $</code>. We want to prove that $ \det A = 0 $.</p> <p>The easiest way to prove this is using the condition (D). Let's take a basis <code>$ (\mathbf{e}_1, \dots, \mathbf{e}_{N-1}) $</code> of the vector space, and write the vectors in this basis as <code>$ \mathbf{u}_i = \sum_k u_{i,k} \mathbf{e}_k $</code> and <code>$ \mathbf{v}_j = \sum_k v_{j,k} \mathbf{e}_k $</code>. A general element of the matrix can be written as <code>$ a_{i,j} = \langle\mathbf{u}_i|\mathbf{v}_j\rangle = \sum_k u_{i,k} v_{j,k} $</code>. This means that any row <code>$ \mathbf{a}_i = (a_{i,1}, \dots, a_{i,N}) $</code> is a linear combination of the vectors <code>$ \mathbf{w}_1, \dots, \mathbf{w}_{N-1} $</code> where <code>$ \mathbf{w}_k = (v_{1,k}, \dots, v_{N,k}) $</code>, namely <code>$ \mathbf{a}_i = u_{i,1} \mathbf{w}_1 + \dots u_{i,N-1} \mathbf{w}_{N-1} $</code>.</p> <p>You can use condition (B) in a similar way. For this you must first find a linear dependence among the vectors <code>$ \mathbf{u}_1, \dots, \mathbf{u}_N $</code>. Such a dependence must exist because these are $ N $ vectors in an $ N - 1 $ dimensional space. So suppose <code>$ \mathbf{0} = \lambda_1 \mathbf{u}_1 + \dots + \lambda_N \mathbf{u}_N $</code> where not all coefficients are zero. Now <code>$ \sum_i \lambda_i a_{i,j} = \sum_i \langle\mathbf{u}_i|\mathbf{v}_j\rangle = $ $ \bigl\langle \bigl(sum_i\mathbf{u}_i\bigr)\bigm|\mathbf{v}_j\rangle = \langle\mathbf{0}|\mathbf{v}_j\rangle = 0 $</code>, which means the rows of the matrix are linear dependent. </p> <p>There is also a way to use condition (E) to give a proof. This proof is complicated compared to the others but has a special place in my heart. </p> <p>For this, again consider the coordinates of the vectors and write the elements of the matrix in the form <code>$ a_{i,j} = \sum_k u_{i,k} v_{j,k} $</code>. If you now expand the determinant and completely, you find that the determinant can be written as the huge sum</p> <p><code>$$ \det A = \sum_j \sum_k (-1)^j \prod_i u_{i,k_i} v_{j_i,k_i} $$</code></p> <p>where <code>$ j : (\{1\dots N\} \to \{1\dots N\}) $</code> goes over all permutations and <code>$ k : (\{1\dots N\} \to \{1\dots N-1\}) $</code> over all sequences. </p> <p>Any such vector $ k $ must have a repetition, because the range is smaller than the domain. Let thus $ k_r = k_s $ where $ r &lt; s $ are indices, and have $ (r, s) $ be the least pair of indices where such a repetition is true (use any total ordering of pairs). Now define $ j' $ as the permutation such that $ j'(r) = j(s) $, $ j'(s) = j(r) $, but $ j' $ is equal to $ j $ in all other places. For any given $ k $, this breaks the permutations into disjoint pairs <code>$ \{j, j'\} $</code>. Notice now that </p> <p><code>$$ \prod_i u_{i,k_i} v_{j_i,k_i} = \prod_i u_{i,k_i} v_{j'_i,k_i} $$</code></p> <p>but the signs of the permutation are opposite so $ (-1)^{j'} = -(-1)^j $. This implies the terms in that sum come in pairs that exactly cancel out each other, so indeed the determinant is zero.</p> <hr> <p>Update: edited formulas in proof using (D), for I've made a mistake previously.</p> http://mathoverflow.net/questions/100265/not-especially-famous-long-open-problems-which-anyone-can-understand/100449#100449 Answer by Zsbán Ambrus for Not especially famous, long-open problems which anyone can understand Zsbán Ambrus 2012-06-23T12:10:24Z 2012-06-23T12:10:24Z <blockquote> <p>Are there eight points on the plane, no three on a line, no four on a circle, with integer pairwise distances?</p> </blockquote> <p>The analogous question for seven points was posed by Paul Erdős and answered positively by Kreisel, Kurz 2008, who have then asked this question. </p> <p>In general, problems by Paul Erdős are worth to check if you want to find problems you are asking for here.</p> <p>Tobias Kreisel, Sascha Kurz, <a href="http://www.wm.uni-bayreuth.de/fileadmin/Sascha/Publikationen2/rare.pdf" rel="nofollow">There Are Integral Heptagons, no Three Points on a Line, no Four on a Circle</a>, <em>Discrete &amp; Computational Geometry</em> 39/4 (2008), 786-790.</p> http://mathoverflow.net/questions/99506/blackbox-theorems/99520#99520 Answer by Zsbán Ambrus for Blackbox Theorems Zsbán Ambrus 2012-06-13T22:08:47Z 2012-06-15T16:24:07Z <blockquote> <p><strong>Jordan's curve theorem</strong> is used as a blackbox. </p> </blockquote> <p>This topology theorem states that a looped continuous path in the plane partitions the points of the plane, such that any continuous path going from a point in one partition to a point in the other intersects the loop. </p> <p>There seem to be a lot of theorems in calculus of which I don't fully understand the proof, though some of this shows my ignorance of calculus. Jordan's theorem seem to be an extreme example though. Let me list some other examples.</p> <ul> <li>the existance and basic properties of the Lebesgue measure and infinite product measures</li> <li>the fact that a Wiener process is almost surely everywhere continuous (mentioned below as a separate answer by weakstar)</li> <li>the fact that the roots of a complex polynomial (or the eigenvalues of a complex matrix) are continuous in the coefficients (though I should learn the proof for this because the more precise statements on how well conditioned the roots are on the coefficients is useful)</li> <li>the spectral theorem about linear maps on a possibly infinite-dimensional Hilbert-space</li> <li><s>the proof that a convex function (from reals to reals) is always continuous everywhere and has a left and right derivative everywhere</s> (Update: okay, remove this last one because Ian Morris gave a simple proof below. I seemed to remember it was more difficult than that. Thanks, Ian.)</li> <li>Rademacher's theorem: every Lipschitz function from an open subset of $ \mathbb{R}^m $ to $ \mathbb{R}^n $ is differentiable almost everywhere. (Added on Paul Siegel's suggestion. For some reason I haven't heared of this theorem before, but it sure sounds useful.) </li> <li>Lebesgue's criterium which claims that a bounded function from reals to reals is Riemann-integrable iff it's continuous almost everywhere. (The proof is elementary and doesn't require any ideas, but it's laborous.)</li> </ul> http://mathoverflow.net/questions/99506/blackbox-theorems/99523#99523 Answer by Zsbán Ambrus for Blackbox Theorems Zsbán Ambrus 2012-06-13T22:21:19Z 2012-06-14T10:09:43Z <blockquote> <p><strong>Recognizing hamiltonian graphs is NP-complete.</strong> </p> </blockquote> <p>(A hamiltonian graph is a graph that has a cycle passing through every node.) Everyone likes to use this theorem for proving other NP-completeness proofs, but few people would know an actual proof. Even the simplest proof is somewhat messy. The theorem that 3-colorable graphs are NP-complete is similar. </p> http://mathoverflow.net/questions/99506/blackbox-theorems/99585#99585 Answer by Zsbán Ambrus for Blackbox Theorems Zsbán Ambrus 2012-06-14T10:09:00Z 2012-06-14T10:09:00Z <blockquote> <p>The proof for <strong>Hilbert's tenth problem</strong>, that is, that there is no algorithm to solve general Diophantiane equations.</p> </blockquote> <p>Benjamin Steinberg has mentioned this above in a comment. I believe the proof is complicated.</p> http://mathoverflow.net/questions/99190/maintaining-a-search-optimal-tree/99202#99202 Answer by Zsbán Ambrus for Maintaining a search-optimal tree Zsbán Ambrus 2012-06-09T23:10:19Z 2012-06-10T08:47:59Z <p><del>A binary tree of which every subtree is search-optimal is called an AVL tree (height-balanced tree). Efficient algorithms for AVL trees are described in Knuth's <em>The Art of Computer Programming</em> chapter 6.2.3. In particular, you can insert a new element in $ O(\log n) $ time where $ n $ is the number of elements in the tree. Like Stanislav notes above, they are also described in Cormen–Leiserson–Rivest–Stein, <em>Introduction to Algorithms</em> second edition chapter 13-3.</del></p> <p><del>For search, these and related structures are called balanced trees.</del></p> <p>Update: above is wrong, see comment of Michal R. Przybylek.</p> http://mathoverflow.net/questions/97939/covering-disks-with-smaller-disks/97961#97961 Answer by Zsbán Ambrus for covering disks with smaller disks Zsbán Ambrus 2012-05-25T17:29:51Z 2012-05-25T17:29:51Z <p><a href="http://www2.stetson.edu/~efriedma/circovcir/" rel="nofollow">Erich Friedman's packing center claims</a> that you can't cover with 6 disks, and that this was proved by Károly Bezdek in 1979. If you want a more exact reference, ask Erich Friedman in email.</p> http://mathoverflow.net/questions/37610/demonstrating-that-rigour-is-important/95831#95831 Answer by Zsbán Ambrus for Demonstrating that rigour is important Zsbán Ambrus 2012-05-03T08:23:42Z 2012-05-03T08:23:42Z <p>Allow me to quote part of the introduction of chapter 9 of Lovász: <em>Combinatorial Problems and Exercises</em>.</p> <blockquote> <p>The chromatic number is the most famous graphical invariant; its fame being mainly due to the Four Color Conjecture, which asserts that all planar graphs are 4-colorable. This has been the most challenging problem of combinatorics for over a century and has contributed more to the development of the field than any other single problem. A computer-assisted proof of this conjecture was finally found by Appel and Haken in 1977. Although today chromatic number attracts attention for several other reasons too, many of which arise from applied mathematical fields such as operations research, attempts to find a simpler proof of the Four Color Theorem is still an important motivation of its investigation.</p> </blockquote> <p>So here it's not so much the proof but the search for a proof that has given something extra over just believing the theorem. Does that still count as an answer to this question?</p> http://mathoverflow.net/questions/64448/interesting-and-accessible-topics-in-graph-theory/95565#95565 Answer by Zsbán Ambrus for Interesting and Accessible Topics in Graph Theory Zsbán Ambrus 2012-04-30T10:59:30Z 2012-04-30T11:12:34Z <p>I believe the book</p> <blockquote> <p>Hajnal Péter: <em>Gráfelmélet</em>. 1997, Polygon, Szeged. </p> </blockquote> <p>is an extended answer to exactly this question. (There's a second edition from 2003, but apparently no translations to other languages.)</p> <p>The writing style of this book makes it accessible to high school students (as opposed to the Lovász book whose concise style makes it ideal for research mathematicians). Thus, most of the material is accessible at high school level, while at the same time the book covers so many difficult topics that it'd be difficult to cover all the proofs even in a semester long high school course. </p> <p>The book remains a useful reference for BSc combinatorics exams (not alone though, because some necessary topics are missing).</p> <p>Here are some of the topics included (many of these were mentioned in other responses).</p> <ul> <li>Flow-cut theorem and algorithm, Menger's theorems, Kőnig-Hall, maximal matching algorithm for bipartite graphs, Tutte's theorem, and even Edmond's algorithm to find maximal matching in any graph. </li> <li>Euler circuits, then Dirac's sufficient condition for Hamiltonian circuit</li> <li>Graph coloring, Brook's theorem (when a graph's chromatic number reaches its maximum degree), high chromatic graphs without triangle, Hajós's characterisation of graphs with chromatic number (exercise 9.16 in Lovász), Vizing's theorem on edge coloring, </li> <li>Turán's theorem, Erdős-Stone theorem about the asymptotic on the number of edges of a graph not containing a particular non-bipartite graph, asymptotic for $ C_4 $-free graphs.</li> <li>Ramsey theorems.</li> <li>Complexity theory results about graph problems, including Karp reductions between Hamiltonian circuits and chromatic number and independence number. Does not include the Cook-Levin theorem so no problem is actually proven to be NP-complete.</li> <li>Planar graphs, duality, Whitney-duals, Euler's theorem, Kuratowski's theorem on the characterization of planar graphs (yes, with a proof), Robertson and Seymour's graph minor theorem without proof, the four color theorem without proof, the five color theorem and Kempe's proof, Hadwiger's conjecture.</li> <li>Perfect graphs, Lovász's theorem on the complement of perfect graphs (yes, with a proof), comparability graphs of posets are perfect.</li> </ul> <p>Note finally that before any topic, you'd need to cover some of the first chapter which introduces basic terminology about graphs, which is important to plan if you are giving only a few lectures. <s>(Have you told us about the total length of lectures you are planning to give?)</s> Edit: ah, I see the lectures the question is referring to are now in the past, so there's no point to ask such a concrete question.</p> http://mathoverflow.net/questions/92225/large-bicliques-in-r-partite-graphs-containing-no-independent-sets-having-one-ver/92259#92259 Answer by Zsbán Ambrus for Large bicliques in r-partite graphs containing no independent sets having one vertex from each class Zsbán Ambrus 2012-03-26T12:54:37Z 2012-03-26T12:54:37Z <p>I believe I can prove this with a standard Ramsey-type argument, though <em>f</em> will grow slower than linear.</p> <p>You'll need the following useful lemma.</p> <blockquote> <p>Lemma 1 (bipartite Ramsey). For any natural numbers $ n_0, n_1, m_0, m_1 $, there exist natural numbers $ R_0, R_1 $ such that any bipartite graph with $ R_0 $ upper and $ R_1 $ lower vertices has either $ n_0 $ upper and $ n_1 $ lower vertices inducing a complete bipartite subgraph, or $ m_0 $ upper and $ m_1 $ lower vertices inducing an empty graph.</p> </blockquote> <p>Proof of lemma goes by induction. Choose an upper vertex <em>u</em>. If this vertex is linked to at least $ R_1(n_0 - 1, n_1, m_0, m_1) $ lower vertices and there are enough upper vertices, then there's either a large empty induced subgraph, or a complete bipartite subgraph that's large enough if you include <em>u</em>. Similarly, if there are at least $ R_1(n_0, n_1, m_0 - 1, m_1) $ lower vertices <em>u</em> is not linked to, you've won. Thus, $$ R_1(n_0, n_1, m_0, m_1) := R_1(n_0 - 1, n_1, m_0, m_1), + R_1(n_0, n_1, m_0 - 1, m_1), $$ $$ R_0(n_0, n_1, m_0, m_1) := 1 + \max(R_0(n_0 - 1, n_1, m_0, m_1), R_0(n_0, n_1, m_0 - 1, m_1)) $$ vertices are enough. The base case when $ n_0 = 0 $ or $ m_0 = 0 $ is trivial.</p> <p>Now for the theorem you are asking for, we can prove like this.</p> <blockquote> <p>Lemma 2. For any natural numbers $ r, f $, any simple pattern graph $P$ on the $r$ vertices $ 1, \dots, r $; there is a natural number $ k $ so that any large enough $ r $-partite graph $ G $ (one that has at least $ k $ vertices in each class) always contains either</p> <ul> <li>a $ K_{f, f} $ complete bipartite subgraph, or</li> <li>vertices $ v_1, \dots, v_r $, one from each class respectively, such that for any $ i $ and $ j $, if $ i $ and $ j $ are linked in $ P $ then $ v_i $ is not linked to $ v_j $.</li> </ul> </blockquote> <p>The case where $ P $ is the complete graph gives the theorem you're asking for:</p> <blockquote> <p>Theorem. For any natural numbers $ r, f $, there is a natural number $ k $ such that any large enough $ r $-partite graph $ G $ (with at least $ k $ vertices in each class) always contains either</p> <ul> <li>a $ K_{f, f} $ complete bipartite subgraph, or</li> <li>vertices $ v_1, \dots, v_r $, one from each class respectively, that are pairwise unlinked.</li> </ul> </blockquote> <p>Proof of lemma 2 goes by fixing $ r, f $, then taking induction on $ P $. The base case when $ P $ is an empty graph is trivial: $ m $ vertices in each class of the bipartite graph is enough. </p> <p>Otherwise, suppose we already have the induction statement for pattern $ P' $, which is $ P $ with the edge $ {i, j} $ deleted, and we found that $ k' $ vertices per class is enough. We have a large enough graph $ G $ (with at least $ k $ vertices in each class, $ k $ is to be determined later) that does not contain a $ K_{f,f} $ complete bipartite graph as a subgraph. We want to prove that $ G $ contains $ r $ vertices unlinked according to the pattern $ P $. </p> <p>Choose $ k = \max(R_0(f, f, k', k'), R_1(f, f, k', k')) $. Consider the induced subgraph of $ G $ made of only its classes $ i $ and $ j $. Both classes of this bipartite subgraph still has at least $ k $ vertices, and the subgraph still doesn't contain a $ K_{f,f} $ complete bipartite graph. Thus, you can apply lemma 1 with $ n_0 = n_1 = f $ and $ m_0 = m_1 = k' $ to find that this subgraph has an empty induced subgraph formed of $ k' $ vertices from each of the two classes. Now let $ G' $ be the induced subgraph of $ G $ that contains the $ k' $ vertices from class $ i $ and $ k' $ vertices from class $ j $ as chosen above, and all vertices from all other classes. Thus, $ G' $ has no edges between class $ i $ and $ j $. By the induction statement, we can choose vertices $ v_1, \dots, v_r $ from each class of $ G' $ such that they are unlinked accoring to pattern $ P' $, but as $ v_i $ and $ v_j $ are also unlinked, these vertices are also unlinked according to pattern $ P $. QED.</p> http://mathoverflow.net/questions/86773/combinatoric-problem-with-the-development-of-intersection-of-union-of-events/86953#86953 Answer by Zsbán Ambrus for Combinatoric problem with the development of intersection of union of events Zsbán Ambrus 2012-01-29T11:46:55Z 2012-01-29T11:46:55Z <p>This event means that in the sequence of outcomes $ A_1, ..., A_r $ you don't have $ b $ adjacent falses. Suppose $ b \le t $. Let $ r-t $ be the index of the last true event in that sequence. Then $ 0 \le t &lt; b $ you get this sequence from an $ r-t-1 $ long sequence with this property by appending t falses and a true. Thus, if you name the probability of this event a(r), you have the recurrence $$ a(r) = \sum_{0 \le t &lt; b} p(1-p)^ta(r-t-1), $$ and the starting conditions $ a(r) = 1 $ if $ r &lt; b $.</p> <p>Fix any errors in the above argument, then try to solve the recurrence. For any fixed $ b $, this is a linear recurrence, so it has an explicit solution. With $ b $ as a parameter, it might be hard, though you could still ask for an approximation. The <em>Concrete Mathematics</em> book may help.</p> http://mathoverflow.net/questions/86906/complexity-of-matching-red-and-blue-points-in-the-plane/86912#86912 Answer by Zsbán Ambrus for Complexity of matching red and blue points in the plane. Zsbán Ambrus 2012-01-28T19:48:01Z 2012-01-28T19:48:01Z <p>Check out the classic Cormen, Leiserson, Rivest, Stein, ''Introduction to algorithms'', second edition. In chapter 33 (Computational Geometry). See the exercises at the end of the whole chapter: exercise 33-3 is your problem. The full solution isn't described, but you will find a hint for a polynomial time algorithm. I have no idea whether that's the fastest algorithm known.</p> http://mathoverflow.net/questions/83255/recognition-of-graph-families/83328#83328 Answer by Zsbán Ambrus for Recognition of graph families. Zsbán Ambrus 2011-12-13T10:51:39Z 2011-12-13T10:51:39Z <p>Garey, Michael R. – Johnson, David S., <em>Computers and intractability</em>, a guide to the theory of NP-completeness, 1979. It's a nice book which includes many problems about decision problems on graphs. It even gives a general sufficient condition that makes recognizing a class of graphs NP-complete. I don't remember the details, but I think it has to do with the class being monotonous.</p> http://mathoverflow.net/questions/38245/what-is-the-easiest-randomized-algorithm-to-motivate-to-the-layperson/64380#64380 Answer by Zsbán Ambrus for What is the easiest randomized algorithm to motivate to the layperson? Zsbán Ambrus 2011-05-09T12:22:09Z 2011-05-09T12:22:09Z <p>Suppose that hundreds of undergraduates have written a test and some people in the department have to score these all with a tight deadline. There are a few tests that are tricky to score and so take more time to score, but you can't tell which ones these tests are in advance without actually scoring them. A professor has to divide the tests among all the teachers so they score them. No teacher should get too many hard to score tests, because then they can't finish even if they work all night. </p> <p>There's no deterministic method to divide the tests in a fair way. On the other hand, it works fine to shuffle the tests and divide them randomly. (You must shuffle because there are many people who leave after fifteen minutes and write almost nothing are very easy to correct, and often many such tests are clustered together in the stack.)</p> http://mathoverflow.net/questions/51654/ultrapowers-and-higher-order-logic/64235#64235 Answer by Zsbán Ambrus for ultrapowers and higher order logic Zsbán Ambrus 2011-05-07T21:19:39Z 2011-05-07T21:19:39Z <p>Look. Suppose you take an infinite sequence of sets $ A_0, A_1, A_2, \dots $ (with no structure apart from equality, that is, no relations or functions), such that $ A_n $ has $ n $ elements. If you take a ultraproduct of these sets (using a non-principal ultrafilter over their indices), can the product be a finite set? No, because for any natural number $ n $, all but finite of these sets have more than $ n $ elements, and ther being more than non-equal $ n $ elements is a first-order property, so this same property must be true for the ultraproduct as well, so the product has more than $ n $ elements for any natural number $ n $. So far, so good. </p> <p>But now suppose you could take some kind of advanced ultraproduct of these sets that keeps not only the first order statements but all second order statements that are true in the majority of the sets. But there being only finitely many elements is a second order statement, so this advanced ultraproduct would have to be finite as well, because all the sets are finite. This is, in simple terms, why you can't have such a generalization of ultraproducts.</p> http://mathoverflow.net/questions/3591/mathematicians-who-were-late-learners-list/64137#64137 Answer by Zsbán Ambrus for Mathematicians who were late learners?-list Zsbán Ambrus 2011-05-06T17:21:05Z 2011-05-06T17:21:05Z <p>How about <b>Raymond Smullyan</b>? According to his autobiography[1], he has published his first mathematical article at the age of 35, to which Marvin Minsky has reacted by saying Ray has decided to become a child prodigy at the age of 35. Does this count as starting off late in life?</p> <p>[1] Raymond Smullyan, <em>Emlékek, történetek, paradoxonok.</em> TyopTeX, 2004, original title "Some Interesting Memories. A Paradoxical Life".</p> http://mathoverflow.net/questions/23478/examples-of-common-false-beliefs-in-mathematics/60920#60920 Answer by Zsbán Ambrus for Examples of common false beliefs in mathematics. Zsbán Ambrus 2011-04-07T11:23:53Z 2011-04-10T16:41:01Z <p>This might not be common, but I once believed the following. </p> <blockquote> <p>Let $ A, B $ be integers, and define a sequence by the linear recurrence $ s_n = A s_{n-1} + B s_{n-2} $ with the base case $ s_0 = 0 $, $ s_1 = 1 $. Two important special cases are the Fibonacci sequence ($ A = B = 1 $) and the sequence $ s_n = 2^n - 1 $ (where $ A = 3 $, $ B = -2 $). Then, for any integers $ n $ and $ k $, $ \gcd(s_n, s_k) = s_{\gcd(n,k)} $. </p> </blockquote> <p>This is true in the two mentioned special cases, so it's tempting to believe it's true in general. But there's a counterexample: $ A = B = k = 2 $, $ n = 3 $.</p> <p>Update: corrected the powers of two minus one example from B = 2 to B = -2. Thanks to Harry Altman.</p> http://mathoverflow.net/questions/60457/elementaryshortuseful/60532#60532 Answer by Zsbán Ambrus for Elementary+Short+Useful Zsbán Ambrus 2011-04-04T09:14:21Z 2011-04-04T09:14:21Z <p>Sanov's theorem of large deviations. </p> <p>I don't have to prove anything, right? If they want a proof, they'll look it up in a book later. </p> <p>Assume the students already know about the central limit theorem. Explain how the two theorems talk about limits in different direction: let $ S_n $ be the sum of $ n $ independent variables of identical distributions (real valued, with zero mean and finite variance), the central limit theorem gives a limit of the unscaled probability $ P(S_n/\sqrt{n} &lt; c) $, this limit is strictly between 0 and 1; whereas large deviation theorems give the rate of decrease of a probability like $ P(S_n/n &lt; c) $.</p> http://mathoverflow.net/questions/7650/generalizations-of-planar-graphs/57849#57849 Answer by Zsbán Ambrus for Generalizations of Planar Graphs Zsbán Ambrus 2011-03-08T16:10:52Z 2011-03-08T16:10:52Z <p>Alon Amit already has mentioned above the generalization where you ask whether a <em>d</em> dimensional simplicial complex can be embedded continuously to a 2*d*-dimensional space. The case of 1 = <em>d</em> gives planar graphs. Jiří Matoušek: <em>Using the Borsuk-Ulam Theorem</em> however notes that you get a different generalization if you ask for an embedding where every simplex of the original complex is embedded linearly. (This is thus not a topological invariant of the simplicial complex.) This too is a true generalization of the class of planar graphs, for every planar graph can be drawn with straight edges.</p> http://mathoverflow.net/questions/55752/counting-card-distributions-when-cards-are-duplicated/56055#56055 Answer by Zsbán Ambrus for Counting card distributions when cards are duplicated Zsbán Ambrus 2011-02-20T10:55:10Z 2011-02-20T10:55:10Z <p>While you've already got a good answer, let me offer a worse one.</p> <p>Take a random deal of the cards (12 to each player), and let X be the number of card faces whose two cards go to different players. The expected value of $ (48!/12!^4)\cdot2^{-X} $ is then equal to the number of different deals. You can thus use a Monte-Carlo method to estimate this number: you just generate lots of random deals and take the average of that random variable. </p> <p>I've tried to run a quick and dirty simulation, and got $ 2.25\cdot10^{21} $ as the result, but I didn't verify the code, so the result could be completely wrong (but at least it agrees with Ira Gessel's figure above).</p> http://mathoverflow.net/questions/53537/what-is-an-example-of-a-finite-centerless-group-with-at-least-3-generators/53577#53577 Answer by Zsbán Ambrus for What is an example of a finite centerless group with at least 3 generators? Zsbán Ambrus 2011-01-28T08:11:42Z 2011-02-07T18:40:26Z <p>I can't prove this, but the Rubik's cube group might work.</p> <p>Update: so this doesn't work. Thanks for the comments.</p> http://mathoverflow.net/questions/21245/pairwise-intersecting-sets-of-fixed-size Pairwise intersecting sets of fixed size Zsbán Ambrus 2010-04-13T18:55:27Z 2011-02-07T15:32:51Z <p>The Erdős-Ko-Rado theorem talks about how large an intersecting set system (a set of pairwise intersecting sets) can be if the size of the base set is fixed. I'm interested about intersecting set systems where the base set is not fixed, but the size of the sets is bounded. I can prove the following lemma (see proof below).</p> <p><strong>Lemma 1.</strong> For every natural number $k$ there is a natural number $N(k)$ such that for every set $C$ each of whose elements are sets of size at most $k$, if every two element of $C$ has a common member, then there is a kernel $A$ which is a set of size at most $N$ so that every two element of $C$ also has a common member that's in $A$. </p> <p>I'd like to know if this lemma is known in some literature, and whether you can give me a simpler proof for it than mine. </p> <p>I'd also like to know what bound you can give on $N(k)$. An exact bound is probably hard and not too interesting, but I'd like to get the order of magnitude, say whether you can make $N(k)$ a polynomial of $k$. My proof only gives $N(k) = 2^{O(k^2)}$, so anything with a smaller order of magnitude would be nice. (I know that $N(k)$ has to be $\Omega(k^2)$. You can show this by chosing a prime $q$ between $k/2-1$ and $k-1$ and then letting $C$ be the set of lines of a finite projective plane of order $q$.)</p> <p>There's also a strengthening of the lemma, which follows easily from my proof and can be useful.</p> <p><strong>Lemma 2.</strong> For every natural number $k$ there is a natural number $N^{\ast}(k)$ such that for every set $C$ each of whose elements are sets of size at most $k$, if every two element of $C$ has a common member, then there is a kernel $A$ which is a set of size at most $N^{\ast}$ so that if $Y \in C$ and $X$ is a set that intersects every element of $C$ <em>and $X$ has at most $k$ elements</em> then $X \cap Y \cap A$ is nonempty.</p> <p><strong>Update:</strong> the original phrasing of lemma 2 was wrong, I added the condition that $|X|\le k$.</p> <p>I'm asking the same questions as above for this stronger version, and also whether it follows easily from the first lemma. </p> <p><strong>Proof</strong> of lemma 1. </p> <p>Fix $k$. We will use induction on $p$ to show the existence of a set $A_p$ such that the size of $A_p$ is bounded by a constant natural number depending only on $k$ and $p$ (but not $C$), and that for every $X \in C$ either $p \le |X \cap A_p|$ or the intersection $X \cap Y \cap A_p$ is non-empty for every $Y\in C$. This is enough because $A = A_{p+1}$ satisfies the conditions of the lemma (in fact even $A = A_p$ would work). The case of $p = 0$ is trivial, because $A_0$ can be the empty set.</p> <p>Now suppose we have found $A_p$ and we want to construct $A_{p+1}$. Now sort the elements of $C$ in equivalence classes such that two element is equivalent if their intersection with $A_p$ is equal. There are at most as many such classes as subsets of $A_p$ (or even subsets with at most $k$ elements), which is a constant bound because the size of $A_p$ is bounded by a constant. Now chose a single element from each equivalence class and let $B$ be the set of these elements. Let $A_{p+1} := A_p \cup \bigcup_{Y\in B} Y$. </p> <p>Thus all we have to prove is that for every $X \in C$ either $X \cap A_{p+1}$ has at least $p+1$ elements or it intersects every element of $C$. From the induction hypothesis we know that $X \cap A_p$ either has at least $p$ elements or intersects with every element of $C$. If it's the latter, we're done, because $X \cap A_{p+1}$ is a superset of $X \cap A_p$, so let's now assume the former: $X \cap A_p$ has at least $p$ elements. Now if $X \cap A_{p+1}$ intersects all elements of $C$ then we're done, so we can also assume that there is a $Z \in C$ such that $X \cap A_{p+1} \cap Z$ is empty. Now consider the class of $Z$ in the equivalence we defined above, that is, all sets $Y$ for which $Y \cap A_p = Z \cap A_p$, and let $Y$ be the representant element we chose from this class for the construction. This means that $Y \in B$ thus $Y \subset A_{p+1}$. Now $X$ and $Y$ has a common element, say $x$. Now it's not possible that $x \in A_p$, because by our second assumption $X \cap Y \cap A_p = X \cap Z \cap A_p \subset X \cap Z \cap A_{p+1}$ is empty. But then $X \cap A_{p+1}$ has the at least $p$ elements of $X \cap A_p$ from our first assumption (because $A_p \subset A_{p+1}$), and the extra element $x$ which is not in $X \cap A_p$, so it has at least $p + 1$ elements, which completes our proof.</p> http://mathoverflow.net/questions/21245/pairwise-intersecting-sets-of-fixed-size/54648#54648 Answer by Zsbán Ambrus for Pairwise intersecting sets of fixed size Zsbán Ambrus 2011-02-07T15:32:51Z 2011-02-07T15:32:51Z <p>I found out that this is a known problem, and was solved in 1973. The Lovász: <em>Combinatorical problems and exercises</em> actually gives a solution in exercise 13.27. This gives asymptotically better estimates than anything we could derive here. </p> <p>A generalization (where the sets are required to be <em>s</em>-wise intersecting instead of pairwise) can be found in <a href="http://www.math.uiuc.edu/~z-furedi/PUBS/furedi_alon_kernels.pdf" rel="nofollow">N. Alon, Z. Füredi: On the Kernel of Intersecting Families,</a> <em>Graphs and Combinatorics</em> <b>3</b>, 91–94 (1987).</p> http://mathoverflow.net/questions/73234/roots-of-polynomial-with-matrix-coefficients Comment by Zsbán Ambrus Zsbán Ambrus 2013-05-05T11:57:07Z 2013-05-05T11:57:07Z Is <i>A</i> and <i>X</i> the same? http://mathoverflow.net/questions/129563/decidability-of-equality-of-expressions-built-using-1 Comment by Zsbán Ambrus Zsbán Ambrus 2013-05-03T18:26:31Z 2013-05-03T18:26:31Z I believe there is such an algorithm but it's quite complicated. http://mathoverflow.net/questions/114555/does-physics-need-non-analytic-smooth-functions Comment by Zsbán Ambrus Zsbán Ambrus 2013-04-25T08:22:31Z 2013-04-25T08:22:31Z You should ask this question on <a href="http://physics.stackexchange.com/" rel="nofollow">physics.stackexchange.com</a> instead of here. (Btw, does &quot;in nature&quot; mean you don't examine physicists in carefully conducted laboratory experiments like <a href="http://xkcd.com/669/" rel="nofollow">xkcd.com/669</a> ?) http://mathoverflow.net/questions/128319/can-a-nowhere-continuous-function-be-integrable/128322#128322 Comment by Zsbán Ambrus Zsbán Ambrus 2013-04-23T09:01:46Z 2013-04-23T09:01:46Z Ah right, Cantor set. Sorry. Ignore what I said then, and take what Lo&#239;c Teyssier says. http://mathoverflow.net/questions/128319/can-a-nowhere-continuous-function-be-integrable/128322#128322 Comment by Zsbán Ambrus Zsbán Ambrus 2013-04-22T08:40:45Z 2013-04-22T08:40:45Z @Hentry Wen: Henr.L is right, that function is everywhere discontinuous, because it takes the value 0 and 1 in every interval. http://mathoverflow.net/questions/127419/the-average-number-of-people-that-can-sit-on-a-bench-of-a-given-length Comment by Zsbán Ambrus Zsbán Ambrus 2013-04-15T19:20:13Z 2013-04-15T19:20:13Z Keyword to search for: online bin packing, next fit. http://mathoverflow.net/questions/127065/the-shortest-mathematical-paper Comment by Zsbán Ambrus Zsbán Ambrus 2013-04-10T09:43:50Z 2013-04-10T09:43:50Z @Martin Brandenburg: instead of your first link, do you mean <a href="http://mathoverflow.net/questions/7330/which-math-paper-maximizes-the-ratio-importance-length" rel="nofollow" title="which math paper maximizes the ratio importance length">mathoverflow.net/questions/7330/&hellip;</a> ? http://mathoverflow.net/questions/126736/can-a-12-year-old-kid-make-a-mathematical-or-computer-science-discovery Comment by Zsbán Ambrus Zsbán Ambrus 2013-04-07T09:33:12Z 2013-04-07T09:33:12Z Some of the so called “heuristic algorithms” published in computer science journals are such that a 12 year old kid could have found them by banging randomly on the keyboard then fixing syntax errors. Does that count as a discovery? http://mathoverflow.net/questions/63423/checkmate-in-omega-moves/63649#63649 Comment by Zsbán Ambrus Zsbán Ambrus 2013-04-04T20:01:03Z 2013-04-04T20:01:03Z Nice! This solution actually seems more easy to understand than the others. http://mathoverflow.net/questions/108505/mathematics-talk-for-five-year-olds/108536#108536 Comment by Zsbán Ambrus Zsbán Ambrus 2013-03-19T18:39:36Z 2013-03-19T18:39:36Z I agree with Douglas Zare. For example, even as an adult, I can't make a convincing drawing of Pappus's theorem (Pascal's theorem applied on two lines used a degenerate conic) come out right if drawn with a straightedge. http://mathoverflow.net/questions/101052/when-has-pure-mathematics-been-influenced-by-the-social-context-of-mathematicians Comment by Zsbán Ambrus Zsbán Ambrus 2013-03-10T12:42:54Z 2013-03-10T12:42:54Z Does the death of Archimedes count? The social context has caused his death, and you can find exaggerated claims about how much he could have advanced mathematics and science and engineering if he lived longer. http://mathoverflow.net/questions/42512/awfully-sophisticated-proof-for-simple-facts/77990#77990 Comment by Zsbán Ambrus Zsbán Ambrus 2013-02-24T15:06:35Z 2013-02-24T15:06:35Z Could you derive this result from supposing Goldbach's conjecture? http://mathoverflow.net/questions/42512/awfully-sophisticated-proof-for-simple-facts/73955#73955 Comment by Zsbán Ambrus Zsbán Ambrus 2013-02-24T15:04:20Z 2013-02-24T15:04:20Z Note that Michael Greinecker has also mentioned Baryshnikov's proof in an earlier reply. http://mathoverflow.net/questions/122616/is-integer-gcd-in-nc Comment by Zsbán Ambrus Zsbán Ambrus 2013-02-22T09:47:33Z 2013-02-22T09:47:33Z See <a href="http://cstheory.stackexchange.com/questions/2708/complexity-of-greatest-common-divisor-gcd" rel="nofollow" title="complexity of greatest common divisor gcd">cstheory.stackexchange.com/questions/2708/&hellip;</a> http://mathoverflow.net/questions/116572/diophantine-equation-solutions Comment by Zsbán Ambrus Zsbán Ambrus 2013-01-28T13:57:52Z 2013-01-28T13:57:52Z Could you change the title to something more specific, such as &quot;Difference of two complete powers&quot;?