Bossy Lobster

A blog by Danny Hermes; musing on tech, mathematics, etc.

Edit on GitHub

Conway's Topograph Part 2

This is the second (continued from Part 1) in a series of three blog posts. In the following we'll investigate a few properties of an object called Conway's topograph. John Conway conjured up a way to understand a binary quadratic form – a very important algebraic object – in a geometric context. This is by no means original work, just my interpretation of some key points from his The Sensual (Quadratic) FormAMZN Affiliate Ad that I'll need for some other posts.


In the following, as mentioned in Part 1,

when referring to a base/superbase, we are referring to the lax equivalent of these notions.

To begin to form the topograph, note each superbase {e1,e2,e3}\left\{e_1, e_2, e_3\right\} contains only three bases

{e1,e2},{e2,e3},{e3,e1}\left\{e_1, e_2\right\}, \left\{e_2, e_3\right\}, \left\{e_3, e_1\right\}

as subsets. Going the other direction, a base {e1,e2}\left\{e_1, e_2\right\} can only possibly be contained as a subset of two superbases:

e1,e2,(e1+e2),e1,e2,(e1e2).\langle e_1, e_2, (e_1 + e_2)\rangle, \langle e_1, e_2, (e_1 - e_2)\rangle.

With these two facts in hand, we can begin to form the geometric structure of the topograph. The interactions between bases and superbases (as well as the individual vectors themselves) give us the form. In the graph, we join each superbase ()(\bigcirc) to the three bases ()(\square) in it.

Conways Edges and Nodes

Each edge connecting two superbases ()(\bigcirc) represents a base and we mark each of these edges with a ()(\square) in the middle. Since each base can only be in two superbases, we have well-defined endpoints for each base (edge). Similarly, since each superbase contains three bases as subsets, each superbase (endpoint) has three bases (edges) coming out of it.

Conway Faces

As we traverse each edge (base) surrounding a given vector (e1),(e_1), we move from superbase (vertex) to superbase (vertex), and form a face. Starting from a base e1,e2,e_1, e_2, traveling along each of the new faces encountered we begin to form the full (labeled) topograph below:

Conway Growing the Topograph

Notice the values of ff on the combinations of e1e_1 and e2e_2 is immaterial to the above discussion, hence the shape of the topograph doesn't depend on ff.

If we know the values of ff at some superbase, it is actually possible to find the values of ff at vectors (faces) we encounter on the topograph without actually knowing ff.

Claim:

For vectors v1,v2,v_1, v_2,

f(v1+v2)+f(v1v2)=2(f(v1)+f(v2))f(v_1 + v_2) + f(v_1 - v_2) = 2\left(f(v_1) + f(v_2)\right)

Proof:

Exercise. (If you really can't get it, let me know in the comments.) \blacksquare

This implies that if

a=f(v1),b=f(v2),c=f(v1+v2),d=f(v1v2)a = f(v_1), \quad b = f(v_2), \quad c = f(v_1 + v_2), \quad d = f(v_1 - v_2)

then

d,a+b,cd, \, a + b, \, c

form an arithmetic progression with common difference hh. This so-called Arithmetic Progression Rule allows us to mark each edge with a direction based on the value of hh. Hence if d<a+b<c,d < a + b < c, we have h>0h > 0 and the following directed edge:

Conway Directed Edge

Obviously starting from a base e1,e2,e_1, e_2, one wonders if it is possible to move to any pair (x,y)(x, y) with xx and yy coprime along the topograph. It turns out that we can; the topograph forms a structure called a tree, and all nodes are connected.

Lemma: (Climbing Lemma)

Given a superbase QQ with the surrounding faces taking values a,a, b,b, and cc as below, if a,a, bb and the common difference hh are all positive, then cc is positive and the other two edges at QQ point away from QQ.

Conway Directed Edge Superbase

Proof:

First, cc is positive because h=c(a+b),h = c - (a + b), hence c=a+b+h>0c = a + b + h > 0. The two other edges at QQ have common differences (a+c)b(a + c) - b and (b+c)a(b + c) - a. Since c=a+b+hc = a + b + h is greater than both aa and b,b, these differences are positive. \blacksquare

Notice also that this establishes two new triples (a,a+b+h,2a+h)(a, a + b + h, 2 a + h) and (b,a+b+h,2b+h)(b, a + b + h, 2 b + h) that continue to point away from each successive superbase and hence climb the topograph. We can use this lemma (along with a specific form) to show that there are no cycles in the topograph, i.e. the topograph doesn't loop back on itself.

Consider the form which takes the following values at a given superbase:

Conway No Cycle

Due to the symmetry, we may consider traveling along an edge in any direction from this superbase identically. Picking an arbitrary direction, we reach the following superbase:

Conway Connected

Since the values must increase indefinitely as laid out by the climbing lemma, the form can't loop back on itself; if it were to, it would need to loop back to a smaller value. Since this holds in all directions from the original well, there are no cycles.

Follow along to Part 3.

Update 1:

This material is intentionally aimed at an intermediate (think college freshman/high school senior) audience. One can go deeper with it, and I'd love to get more technical off the post.

Update 2:

All images were created with the tikz LaTeX library and can be compiled with native LaTeX if pgf is installed.

Comments