Radimentary

"Everything can be made radically elementary." ~Steven Rudich

Category: Math

Four WEIRD Theorems I Learned from Wikipedia

You Won’t Believe How SIMPLE Their Proofs Are!

1. Balinski’s Theorem. If P is a convex d-dimensional polytope, then its skeleton is a d-connected graph. (The skeleton of a polytope is the graph you get from just taking the vertices and edges. A d-connected graph is a graph which is still connected if you delete any d-1 vertices.)

Proof.  Let S be any set of at most d-1 vertices of P, and pick a vertex v \in P outside S. Since S \cup \{v\} contains at most d points, it is contained in a hyperplane H in \mathbb{R}^d, and there is a linear functional f which is zero on H but nonzero outside it. Call a point positive if f takes a positive value on it, and negative otherwise.

Now, apply the simplex method from linear programming; it tells us that there is a path from every vertex to the f-maximizing vertex v_+, and each move along this path only increases the value of f. Thus v and every positive point is connected to v_+ by a path of only positive points. Similarly, v and every negative point is connected to the f-minimizing vertex v_- by only negative points. Thus every vertex outside S is connected to v.

2. The De Bruijn–Erdős Theorem. If all finite subgraphs of an infinite graph G are k-colorable, then so is G(A graph is k-colorable if it has a proper k-coloring, i.e. an assignment of integers up through k to vertices so that adjacent vertices have different colors.)

Proof. Proper colorings of G=(V,E) are functions V \rightarrow [k], which we can think of as points in X = [k]^V. Under the product topology, X is compact by Tychonoff’s theorem. For any finite subgraph H of G, denote by X_H the (closed) subset of functions in X which properly color H. By the assumption, X_H is nonempty. Furthermore, any finite intersection of X_H‘s is itself and X_H and is nonempty. Thus, by compactness the mutual intersection of all the X_H‘s is nonempty. Any common intersection is a proper coloring of G.

3. Frucht’s Theorem. Every finite group is the automorphism group of a finite simple graph.

Proof. For a finite group G, pick a set of generators S and construct the (directed) Cayley graph H = \Gamma(G, S), the graph whose vertex set is G and edges are drawn between elements differing by an element of S. Color each edge according to which generator it represents multiplication by. Then, it is easy to check that the only automorphisms of the (colored, directed) H are given by multiplication by elements of G, and so Aut(H) = G.

It remains to convert H into an honest uncolored, undirected graph. This can be done by choosing |S| different “weird gadget” graphs to replace the edges in each color class with. For example, I might replace the edges of the first color with paths of length seventeen with a Petersen graph attached to the fourth internal vertex. As long as these gadgets are weird enough, no additional automorphisms are introduced.

4. The Gallai–Hasse–Roy–Vitaver Theorem. The chromatic number of an undirected graph G is equal to the minimum number of vertices, over all orientations of G, in the longest oriented path in G(An orientation of an undirected graph G is a directed graph obtained by giving each edge in G a direction.)

Proof. If G has a proper k-coloring, orient each edge to go from the smaller color to the larger color. Then, every oriented path in this orientation contains at most k vertices.

In the opposite direction, suppose we have an orientation H of G for which every oriented path contains at most k vertices. Pick a maximal acyclic subgraph H_0 \subseteq H, i.e. keep adding edges that don’t form an oriented cycle until you can’t. Color each vertex of G by the length of the longest path of H_0 ending in that vertex. This will be a proper k-coloring of G.

HPMoE 2

HPMOE2

As usual, post solutions in ROT13.

Harry Potter and the Method of Entropy

I did some Aversion Factoring and found that my main aversion to writing math is the terrible LaTeX support on WordPress. For now, I’ll try writing things up offline and posting PDFs.

HPMoE is a sequence on the entropy method in combinatorics. It should be fun to think about for anyone interested in information theory and probability as well.

HPMoE1

Please post solutions to the exercises in ROT13.

Solzhenitsyn’s Yin Yang

If only it were all so simple! If only there were evil people somewhere insidiously committing evil deeds, and it were necessary only to separate them from the rest of us and destroy them. But the line dividing good and evil cuts through the heart of every human being. And who is willing to destroy a piece of his own heart?
Aleksandr Solzhenitsyn, The Gulag Archipelago 1918-1956

Solzhenitsyn states that the line dividing good and evil cuts through every human heart. This can’t literally be true – human hearts are somewhat evenly distributed around the globe.

The first question we might ask is: instead of a line, what’s the simplest surface we can draw that cuts through the heart of every human being? But simply cutting through is a boring interpolation question. If you’re an idealist like me, you’d think every human heart is exactly half good and half evil. So the real question is: what’s the simplest surface that bisects every human heart?

Read the rest of this entry »

Ramanujan Graphs

Here is an exposition of the construction of bipartite Ramanujan graphs for my own benefit, starting from basics about expanders: RamanujanGraphs.

The Heilbronn Triangle Problem

I recently gave a talk (here is an outline) about the work of K. F. Roth on the famous triangle problem of Heilbronn, and was shocked and saddened to discover that Roth passed away that same day. Terry Tao wrote a great post about some of Roth’s most important results in analytic number theory.

Today I will discuss the general approach of Roth, later refined by Komlos, Pintz, and Szemeredi, in proving upper bounds for the Heilbronn Triangle Problem. At the end of the day, the most interesting step comes from a quasi-orthogonality property between indicator functions of bounded strips in the plane. Let \tau be a pair of points in the plane and let \phi_{\tau}(w,X) be the indicator function of the strip of points at most w away from the line through \tau. We cut off these functions outside some convex region, say the unit circle – call this the cutoff region. Then, it is natural to consider the “expansion function”

\Phi_{\tau}(w,w',X) = \frac{1}{w}\phi_{\tau}(w,X) - \frac{1}{w'}\phi_{\tau}(w',X),

which measures the weighted difference between two strips of different widths w, w' around the same line. The point is that if we integrate this expansion function against the indicator function f of a given set of points in the plane, then (\Phi_{\tau}, f) counts the change in the density of points when we expand from a strip of width w to a strip of width w'.

Read the rest of this entry »

Primitive Sets with Small Gaps

A primitive set is a set S of positive integers such that no pair of distinct elements a,b\in S satisfies a | b.

A square-primitive set is a set of positive integers S such that no pair of distinct elements a, b \in S has ratio a/b equal to an square integer.

In the following writeup, I show how to construct square-primitive sets with very short gaps O_{\epsilon} ((\log N)^2 (\log \log N)^{\epsilon}). This relies on dividing the poset \mathbb{N} ordered by divisibility into antichains A_m consisting of all numbers in \mathbb{N} with exactly m (not necessarily distinct) prime factors, and then picking one randomly.

Square Primitive Sets With Small Gaps

Read the rest of this entry »