Blog posts


Easy cases of the volume conjecture?

 November 18, 2013 10:00 AM mathematics
The volume conjecture relates the hyperbolic volume of a knot complement to quantum invariants of the knot. Specifically, the conjecture is that where JN computes the colored Jones polynomial and ξN=e2πi/N. For some knots K, there are nice formulas for JN(K;ξN). For instance, if K is the figure eight knot, then JN(K;q) can be written as When q=ξN and one takes the limit, this sum transforms quite nicely...

Read more »


Reflecting Triangles, live

 February 23, 2011 8:05 AM personal mathematics
A while back I made some movies which began with a triangle in the plane, reflected that triangle through its three sides, reflected those triangles through their sides, and so forth. The interesting result is that for only four shapes of triangles, the resulting set of triangle vertices is discrete. Using Raphael and a plane geometry package that I wrote, I quickly redid this visualization in Javascript; you can now move the vertices around to...

Read more »


Culturomics

 December 18, 2010 9:02 AM linguistics history
I have really fallen in love with Google Books Ngram Viewer, so I thought I'd do a little culturomics'' myself. Here's an image I made using Google's data: The brightness of the pixel at position (x,y) is related to how frequently x'' appears in books published in the year y. Specifically, if p is the number of times x'' appears in print during year y, divided by the number of times any number less than...

Read more »


Many more Lights Out

 July 17, 2010 12:05 AM mathematics
A very long while ago I posted some solutions to Lights Out; back then, I solved the n-by-n board by row-reducing an n2-by-n2 matrix. Since then, both Boris Okun and Brent Werness pointed out to me that I should've solved Lights Out by using a scanning algorithm: propagating the button presses down one row at a time, and exponentiating the propagation matrix to make sure that I don't get stuck at the last row. This...

Read more »


Reflecting Triangles

 March 16, 2010 5:23 AM personal mathematics
My advisor, Shmuel Weinberger, was teaching Math 113, and asked for some pictures of the following procedure: Start with a triangle in the plane. Reflect that triangle across its three sides. And repeat, reflecting the resulting triangles through their sides, and so forth. I made a couple movies of this, illustrating this procedure as you move through the space of triangles. Observe how, for only four shapes of triangles, the resulting set of triangle vertices...

Read more »


Projector on Blackboard

 January 19, 2010 7:30 AM mathematics
I recently gave a beamer talk, which gave me the chance to point the beamer at my blackboard. Your browser does not support the video tag.

Read more »


My mathematical genealogy

 June 11, 2009 8:06 PM general
According to the Mathematics Genealogy Project, my mathematical genealogy is: Luca Pacioli Domenico Maria Novara da Ferrara Nicolaus Copernicus Georg Joachim von Leuchen Rheticus Caspar Peucer Salomon Alberti Ernestus Hettenbach Ambrosius Rhodius Christoph Notnagel Johann Andreas Quenstedt Michael Walther, Jr. Johann Pasch Johann Andreas Planer who doesn't have a Wikipedia page Christian August Hausen Abraham Gotthelf Kästner Johann Friedrich Pfaff Carl Friedrich Gauss Christian Ludwig Gerling Julius Plücker C. Felix (Christian) Klein William Edward Story...

Read more »


Möbius strip, and pairs of points on a circle.

 January 28, 2009 6:33 PM personal mathematics
Here's a little movie I made: Your browser does not support the video tag. I'm grading for the first year topology course at Chicago, and one of their homework problems asked them to show that pairs of (indistinguishable!) points on a circle correspond to points on the Möbius strip; in other words, the quotient of the torus T2=S1×S1 by the Z/2-action which exchanges the two S1 factors is a Möbius strip....

Read more »


I can drive!

 September 26, 2008 9:46 PM personal
I took my road test this morning—and I passed! After all these years, I am a licensed driver. Now, where should I drive to?

Read more »


Global Warming according to Google

 August 22, 2008 12:04 AM personal
Google Trends plots the search volume (or some other measure? search percentage?) for a given phrase over time. It’s ridiculously fun! As an example, let’s look at the number of times people search for the words hot and cold. I downloaded the CSV file offered by Google trends to make the following graph: The thick red and blue lines are the linear regressions on the number of searches for hot and cold, respectively. Behold!—people are...

Read more »


Ancient xerox technology.

 July 28, 2008 11:02 PM personal
The Romans (among others!) wrote in wax with a stylus; the wax was embedded in boards, which were bound together in pairs. If a Roman were to place clay between these boards, could they make a copy of their wax tablet in the clay? It strikes me as remarkable that coins were minted so long before books were printed—though I guess the motivation behind minting coins and printing books are rather different.

Read more »


Hyperbolization of Polyhedra

 July 26, 2008 3:14 PM talks mathematics
I gave a talk in the Farb and Friends Student Seminar (back in March!) on: MR1131435 This is an awesome paper—well-worth a few words on every blog! The construction is way easier than you might think. The ingredients: A model space X with a map f:XΔn Any simplicial complex K with a nondegenerate (edge-non-collapsing) map KΔn (if having a map to Δn seems like a bother, note that the...

Read more »


Solutions to Lights Out

 July 21, 2008 9:32 PM personal mathematics
I'll briefly introduce the Lights Out puzzle: the game is played on an n-by-n grid of buttons which, when pressed, toggle between a lit and unlit state. The twist is that toggling a light also toggles the state of its neighbors (above, below, right, left—although, on the boundary, lights have fewer neighbors). All the buttons are lit when the game begins, and the goal is to turn all the lights off. There are two key...

Read more »


Percolation.

 July 20, 2008 6:02 AM personal questions mathematics
I made a movie recently for my advisor. The movie is so pretty, that I thought I'd share it here: may I present to you randomly drawn dots, where two dots are the same color when they touch! I'll be a bit more explicit: a dot is drawn at a random location; if it does not overlap any previous dots, it gets a new color. Otherwise, the dot takes the color of the component it...

Read more »


Possible homology of closed manifolds.

 March 9, 2008 1:10 AM questions mathematics
In this fun paper, MR1845679 it is pointed out that homology is a very basic invariant, and closed manifolds are very basic objects and so a very basic question is: what sequences of abelian groups are the homology groups of a closed simply connected manifold? It isn't very hard to realize any sequence of abelian groups up to the middle dimension, but that middle dimension is tricky (e.g., classify (n1)-connected 2n-manifolds). Anyway, I was wondering:...

Read more »


Political relationships hidden in markets.

 March 8, 2008 11:44 PM economics personal
I’m again applying Granger causality to time series data from Intrade. This time, however, I connect box A to box B with a green arrow if A becoming more likely causes B to become more likely, and with a red arrow if A becoming more likely causes B to become less likely. Shorter arrows suggest stronger relationships (technically, a lower p-value). Running the algorithm on the market data since January 1, 2008 with a lag...

Read more »


Granger causality and Intrade data.

 March 6, 2008 7:31 PM economics personal computer science mathematics
Granger causality is a technique for determining whether one time series can be used to forecast another; since the Intrade market provides time series data for political questions, we can look at whether political outcomes can be used to forecast other political outcomes. There’s a library for the statistical package R to do the Granger test, and Intrade produces CSV market data. I fed the market data for various contracts since January 1, 2008 into...

Read more »


Movies of some neat cubical complexes.

 February 25, 2008 5:27 AM personal mathematics
I made some movies of some of my favorite complexes: let In be the n-dimensional cube, and let e1,,en be the n edges around the origin, and let eiej be the square face containing the edges ei and ej. Define a subcomplex Σ2nIn consisting of the squares and all the squares in In parallel to these. It turns out that Σ2n is a surface with a lot of symmetries. In...

Read more »


Books that are useless on a desert island.

 February 1, 2008 5:36 AM personal
Drew Hevle raises a very interesting question: suppose you are stranded on a desert island; what books would be entirely useless in this situation? Here are a few books that I wouldn’t want to be stranded on an island with: Federal Income Tax: Code and Regulations Selected Sections A Million Random Digits with 100,000 Normal Deviates Government Phone Book USA 2000 How to Build an Igloo: And Other Snow Shelters Do you have other ideas...

Read more »


Visualizing pineapple pancakes.

 January 30, 2008 1:04 AM personal
The pineapple sauce pancake graph has English words as vertices, and a directed edge from a to b if the concatenation ab is also an English word. For instance, there is a vertex labeled pine, and a vertex labeled apple, and an edge from pine to apple. Anyway, the graph is huge; and the usual visualization tool (Graphviz) doesn’t work particularly well on the whole graph, so I took a few hundred vertices around pine,...

Read more »


Clustering texts with an obvious grouping.

 January 28, 2008 12:22 AM personal linguistics
It was pointed out to me by Kenny Easwaran that I ought to try clustering texts that already have a natural grouping. So I ran the clustering program on 15 texts written by three authors, and here is the result: The largest eigenvalue is 25 times bigger than the next largest eigenvalue, and picks out the author pretty well. The top pile consists of Jane Austen’s books (with Emma split into three volumes). The middle...

Read more »


Clustering Shakespeare.

 January 23, 2008 4:23 AM personal linguistics
I ran my clustering program (which I just ran on the New Testament) on Shakespeare’s plays—which were conveniently packaged into a text file by Open Source Shakespeare. The result was the following graph: I know little about Shakespeare, so I can’t say too much about the above image. I’d love to know what you think: does this arrangement of his plays make any sense? Given that modern processors are so good at vector and matrix...

Read more »


Clustering the New Testament.

 January 22, 2008 6:23 AM theology
During Bible study last week, it was mentioned that people have used statistics to “determine” authorship of books of the Bible. Having a couple free hours last night, I tried my own experiment on the New Testament. The procedure was easy: I downloaded the Nestle-Aland 26th edition of the New Testament; each book in the New Testament became a vector v, with vw counting the number of times word w appears in the book. The...

Read more »


NPR and wedding dresses.

 November 15, 2007 12:20 AM personal
While we (meaning my wife and I) were filling out the forms for our marriage license, we were interviewed by NPR for Morning Edition! A copy of the broadcast is available online.

Read more »


National Bingo Night.

 May 30, 2007 12:59 AM personal
National Bingo Night (which seems to me to be very silly, but ignoring that…) has a “play along at home” game, where you print out a bingo card. How would I design this? I had hoped that the website generated a Bingo card, digitally signed it, and then sent the signed card to the user. If it had been designed that way, ABC wouldn’t even need to remember which cards had been generated, as long...

Read more »


Istanbul, not Constantinople, as a cover, in two senses.

 April 20, 2007 6:24 PM personal
I am frequently amazed to discover that songs which I had believed to have been original are actually covers. It turns out, for instance, that TMBG’s “Istanbul (not Constantinople)” is a cover of a song from the 1950s. Ironically, one might argue that Istanbul is itself a cover of Constantinople–and that argument (unifying form and content) reminds me of the language games played by Salt: Grain of Life, a book asserting that its very structure...

Read more »


Spectral rigidity.

 April 19, 2007 9:55 PM questions mathematics
For X a metric space, and SX, define the length spectrum of S to be DS:=d(x,y):x,yS. It might be better to call this the “distance spectrum” or “distance set.” Ian, during his Pizza seminar, gave the following definition: a set SRn is a k-distance set if DS has cardinality no greater than k. In words, the distances between points in a k-distance...

Read more »


Vitamin C and analyzing myself.

 April 4, 2007 5:23 PM personal
Most mammals produce their own vitamin C, but humans carry a mutated form of the gene responsible for one of four enzymes enzymes necessary for vitamin C production, and so we humans must find it in our diets. In effect, every human being has a metabolic deficiency! And in light of this wonderful news, why not ingest tremendously huge amounts of vitamin C? In fact, I’d like to make this into a double-blind study of...

Read more »


To feed oneself for a week.

 March 27, 2007 7:36 PM personal
The question is: how little can I spend to feed myself for one week? I ought to eat 2000 calories/day, so I’ll need to purchase 14,000 calories/week. Here’s a “healthy” option: just eat apples. One ounce of apple has 15 calories, so I’ll need to eat 58 pounds of apples per week; I might be able to get this many apples for 29 dollars. But I can do better! One “Take 5” candy bar is...

Read more »


Tasha’s new toy.

 March 6, 2007 5:38 AM personal
Tasha the Cat received a new toy–a plastic circle containing corrugated cardboard, with a ball stuck in a track. Watch her pounce!

Read more »


Divinity versus Humanity.

 March 4, 2007 7:44 PM theology personal
On a recent plane trip, I was reading a very abridged version of (the ten thousand page long!) Church Dogmatics by Karl Barth, and I found something totally beautiful. Believing God to be entirely “transcendent in contrast to all immanence” and “divine in contrast to everything human,” and reading (e.g., in Philippians 2:7) that Jesus is God having emptied himself, having made himself nothing, I concluded that God somehow hid his divinity in order that...

Read more »


Translating individual words.

 March 4, 2007 1:42 AM theology personal
Given a text in two languages, is it possible to uncover the meaning of individual words? The Bible is a particularly easy text to work with, since corresponding sentences are marked (i.e., with the same chapter and verse numbers). I downloaded a copy of the Hebrew Bible and the King James’ Version, and looked at Deuteronomy 6:4. For each word in Hebrew, I found all the other verses with that word, and gathered together all...

Read more »


No cookie for me.

 February 26, 2007 9:58 PM personal
Today, I was about to sit down and read a paper (in French–I may not speak in tongues, but apparently I can read in tongues, so to speak!), and I thought to myself about how nice it would be to have a cookie. I went to Uncle Joe’s, I went to the Classics Cafe, I went to Cobb’s coffee shop, and then I gave up, for there were no cookies in any of those places,...

Read more »


Genesis clusters around the Akedah.

 February 26, 2007 3:06 AM theology personal
Someone contacted me with some questions about Bayesian document clustering; with that inspiration and a free afternoon a few weeks ago, I took a Hebrew bible and built a matrix (Aij) where Aij equals the frequency of the i-th (Hebrew!) word in the j-th chapter of Genesis. I calculated its singular value decomposition (supposedly this is “latent semantic analysis”), and then took some dot products (calculating the “correlation” of chapters)… Anyhow, the result was astounding!...

Read more »


Sharpness of the Hurwitz 84(g-1) theorem.

 February 23, 2007 9:23 PM teaching mathematics
There are usually courses at Mathcamp about surfaces; there should be courses about orbifolds! For instance, knowing that the smallest hyperbolic orbifold is the (2,3,7)-orbifold, having orbifold Euler characteristic 1/84, immediately gives that a closed hyperbolic surface of genus g has no more than 84(g1) isometries (preserving orientation); this is “Hurwitz’ 84(g1) theorem.” Just to show off this theorem, here is a cubical complex which is a surface with lots of symmetries (and the clever...

Read more »


Classifying manifolds is impossible.

 February 12, 2007 4:35 PM mathematics
At a recent Pizza Seminar, Matt Day gave a lovely talk explaining why it isn’t possible to classify 4-manifolds. An algorithm for deciding whether two closed 4-manifolds are homeomorphic gives an algorithm for deciding whether a closed 4-manifold is simply connected, and therefore (since every finitely presented group is the fundamental group of a 4-manifold), and algorithm for deciding when a group is trivial. Here’s the reduction: we are given a 4-manifold M, and we...

Read more »


Subgroups of products versus products of subgroups.

 February 4, 2007 4:17 AM mathematics
This is a question I wandered into accidentally years ago now, which I think other people might be amused to think about (or more likely, put on an abstract algebra exam). Let G be a group, and H a subgroup of G×G. Is H always isomorphic to G1×G2, for some subgroups G1,G2<G? But beware!–I am not requiring (or expecting) any canonicity or naturality for the isomorphism: for instance...

Read more »


Building aspherical manifolds.

 January 25, 2007 7:17 PM talks mathematics
I gave a Farb student seminar talk on a lovely paper, > MR0690848 I also used some of the material in > MR1937019 which summarizes other the many applications of the "reflection group trick," and works through some examples with cubical complexes. The main result is Theorem. Suppose Bπ=K(π,1) is a finite complex. Then there is a closed aspherical manifold Mn and a retraction π1(M)π. This manifold M can be explictly...

Read more »


Modeling bus ridership.

 January 25, 2007 6:23 PM personal
While on public transportation, my mind wanders… And one might assume the following about me and my buses, The bus travels for one unit of time, I will get on the bus at a random time (uniformly distributed), I will leave the bus at a random time (independent, unformly distributed). Then the probability that I am on the bus at time t is p(t)=2t(1t). So one might expect that...

Read more »


Classifying clothing: the quest for the non-orientable tank top.

 January 22, 2007 10:36 PM personal
When I walk down the street, I create patterns in how I walk, often by controlling my stride length so I will step on cracks every third sidewalk square, or whatnot. If I were a true master, my stride length would be incommensurable with respect to the sidewalk length–surely this was the problem that forced irrationalities upon the Greeks… Anyway, I was also happy to realize (at a recent retreat) that clothing is nicely categorized...

Read more »


Corrugated coffee cup holders.

 January 17, 2007 10:10 PM personal
I’ve been (not surprisingly) drinking quite a bit of coffee lately, and I’ve noticed that many corregated coffee cup holders include a bit of loose glue. At first, I thought this was a mistake, an oversight in the perfection of the coffee cup holder design. On the contrary, that bit of excess glue melts when the hot coffee is poured into the cup, adhering the corregated holder to the cup–brilliant!

Read more »


Estimating the speed of the plane.

 January 16, 2007 10:45 PM physics
I’m sometimes bored while flying, and I like looking out the window (though if I can, I usually pick aisle seats so I can exit more quickly). I realized something rather amusing. I closed one eye, and held two fingers about an inch apart and a foot away from my open eye. Then, I timed how long it took an object on the ground to move from the one finger to the other finger an...

Read more »


Most numbers are boring, asymptotically speaking.

 December 10, 2006 8:03 AM personal
Let f(n) be the number of Google hits for the integer n. Then f(578) is about 100 million, and f(1156), that is, the number of hits for a number twice as big, is about 40 million, a bit less than half as big. Doubling the input continues to halve the output: f(2312) is about 20 million (half again!), and f(4624) is about 8 million, and f(9248) is about 4 million. There are about half as...

Read more »


On the Popularity of Certain Numbers.

 December 3, 2006 6:36 AM personal
I searched for each number between 1 and 500 on Google, and recorded the (estimated) number of hits. I’m not aware of anyone having done this before; in any case, I made a chart: Click on the above chart to see a bigger version. You can also look more closely at the first hundred numbers, or look at the above data with a log scale on the y-axis. I have some observations and questions: There’s...

Read more »


Growth series.

 November 30, 2006 5:32 AM general
In seminar today, Okun pointed out the following interesting observation; for any finitely generated group G, you can define its growth series G(t)=gGt(g), where (g) is the length of the shortest word for g. The first observation is that G(t) is often a rational function, in which case G(1) makes sense. The second observation is that G(1) is “often” equal to χ(G). This is an example of weighted L2 cohomology....

Read more »


Constructing a Lie group from a Lie algebra.

 November 30, 2006 4:56 AM mathematics
Cartan proved that every finite-dimensional real Lie algebra \germg comes from a connected, simply-connected Lie group G. I hadn't known the proof of this result (and apparently it is rather uglier than one might hope), but > MR0854249 gives a short proof of it, which I presented to the undergraduates in my Lie group seminar. I'll sketch the proof now. Theorem. For every Lie algebra g, there is a simply-connected, connected Lie group G...

Read more »


History of Static Electricity?

 November 29, 2006 8:31 PM personal
What can be said about the history of static electricity? Did Greek science know about it? Any medieval experiments with static electricity? It’s sort of interesting that people knew about magnetism and electricity for hundreds of years before finding many good uses for that knowledge (granted, compasses and potentially batteries for electroplating, but these things are trinkets in our modern world so dependent on electricity); in contrast, the span between radiation and harnessing nuclear power...

Read more »


Experiments in cooking.

 November 28, 2006 6:16 AM personal
I tried making bread, but with significantly less flour than neccessary (and therefore, far more water than needed). The result was very much like cooked paste. It was pointed out to me that since the essence of bread is flour, trying to get by with less flour was undermining the very essence of bread (and I find such arguments very satisfying). I also made baklava again, and that turned out much better than the first...

Read more »


Coxeter group visualization.

 November 28, 2006 6:00 AM mathematics
Jenn is a fabulous program for visualizing the Cayley graphs of finite Coxeter groups. The pictures are absolutely beautiful (oh, symmetry!).

Read more »


On forgetting to close parentheses.

 November 22, 2006 11:27 PM personal
Sometimes I’m scared that, at some point in my past, I opened a pair of parentheses without closing them. Even worse, I’m sure I’ve feared this very thing in the past. Then again, maybe this is the common fear of all schemers: that our whole lives might now be a parenthetical comment.

Read more »


Approximating L^2 invariants by finite-dimensional analogues.

 November 22, 2006 10:42 PM talks
I gave a couple of seminar talks on MR1280122 Here’s the main result in the paper. Let X be a CW-complex, and filter Γ=π1X as Γ=Γ1Γ2 with [Γi:Γi+1]< so that iΓi=1. Let Xi be the cover of X corresponding to the normal subgroup Γi. Then, the limit of the “normalized” Betti numbers $\lim_{j \to \infty} b_j( X_i...

Read more »


Must needs? When did this happen?

 November 17, 2006 7:49 PM personal
Perhaps a half-dozen times in the past week, I’ve read sentences with contain the phrase “must needs.” I have never considered this construction before; frankly, it sounds totally bizarre to my inner ear (my spiritual inner ear, that is). Thus, it must needs be that I’ve been teleported to another world, a world in which the English language developed differently than it did in the world from which I came. This tiny grammatical gem is...

Read more »


Algebraic topology and distributed computing.

 November 6, 2006 7:54 PM talks
I gave a seminar talk on MR1389577 This paper doesn’t do it (but Rajsbaum’s MSRI talk did), but the result can be reformulated combinatorially, so that the algebraic topology appears as an instance of Sperner’s lemma; this is the sort of thing that should be done at mathcamp. Here is something that amuses me, but I know that if anyone else said it, I would find it extraordinarily annoying: seeing as these results apply to...

Read more »


Want to be my roommate?

 November 4, 2006 4:34 AM personal
I’m still trying to find (two!) new roommates (since my current roommate bought a place, and is moving out on December 15th). If you know anybody who would like to move in with me, I’d love to know about it. There are some pictures of my home.

Read more »


Alphabet Songs.

 October 23, 2006 5:29 PM personal
I wonder if anyone knows about alphabet songs in other languages? I’d be particularly interested in knowing about Greek and Hebrew alphabet songs, and a bit about the history of such things. It seems like these songs must be used primarily to teach the lexicographic ordering of the letters; I suppose the Latin alphabet is ordered in keeping with the Greek alphabet, and so forth, but why did the early alphabets get placed in the...

Read more »


Efficient construction of the reals.

 October 20, 2006 4:48 AM mathematics
Today in Geometry/Topology seminar, quasihomomorphisms ZZ were discussed, i.e., the set of maps f:ZZ such that |f(a+b)f(a)f(b)| is uniformly bounded, modulo the relation of being a bounded distance apart. These come up when defining rotation and translation numbers, for instance. Anyway, Uri Bader mentioned that these quasihomomorphisms form a field, isomorphic to R, under pointwise addition and composition. I hadn't realized that this...

Read more »


Outer Space. And real aliens.

 October 10, 2006 10:47 PM mathematics
There are some questions about outer space that I would like to be able to answer. Some nice survey articles look to be: MR1957048 and also: MR1950871 Here is a ridiculously simple question I have wondered about: given A,BFn, say with [Fn:A]=[Fn:B], how can I tell if A and B are conjugate? I suspect I’m being stupid here. In light of my recent comments on LINCOS...

Read more »


Pineapple sauce Pancakes.

 October 8, 2006 2:59 AM personal
I’m fond of the Pineapple Sauce Pancake graph: the vertices are English words, and there is an edge from a to b if ab is also an English word (e.g., “pan” and “cake” are English words, and there is an edge from “pan” to “cake” because “pancake” is also an English word). To play around with this, I wrote a Javascript program, complete with a Web 2.0 logo–which reminds me, I wonder if there is...

Read more »


Oh what the aliens think of us now!

 October 5, 2006 6:09 AM personal
I’ve spent a lot of time constructing languages (Kisonef and Naedari being my favorites); in a similar vein, I also tried to create a language that an alien civilization would be able to understand. I had hoped to put a message written in my universal language in a conspicuous place (say, on a college campus), just to test if what I made really was understandable, even to humans! But I never got around to that,...

Read more »


The end of Co-Op?

 October 4, 2006 5:22 AM personal
Last night, there was a terrible thunderstorm in Chicago; I’ve never seen so many trees on the road! I was supposed to land at Midway at 7:30pm last night, but we were diverted to Indianapolis, so I didn’t land in Chicago until 2:00am, and then I waited until 3:00am to get a taxi, so I didn’t get home until almost 4:00am. Crazy! My house lost power last night, and today some places are still without...

Read more »


Detecting “cat-like” typing.

 September 27, 2006 8:51 PM personal
There is a program called PawSense for Windows which detects “cat-like” typing, and then prevents further keyboard entry. I found some code for filtering keyboard events on Mac OS X, and I wanted to implement something similar. But this raises an interesting question: just what characterizes “cat-like” typing? The PawSense website suggested that cat paws are very broad, and usually strike nearby keys simultaneously. Another idea is to detect “human-like” typing and then freeze the...

Read more »


More car trouble.

 September 26, 2006 5:51 PM personal
This morning I went to the car to see if I could start it, and at least move it back and forth a bit (as I still don’t have my license). Fortunately, the car started! Unfortunately, the clutch doesn’t seem to do anything. I am holding down the clutch while the car starts, but then I can’t shift into reverse: all I hear is gear-grinding. I can’t shift into first at all; the knob won’t...

Read more »


And I was taking a bath…

 September 26, 2006 4:11 AM personal
Two interesting things about taking a bath… The first was, while singing in the bathtub, I hit a resonant frequency, and I wondered: what can be deduced about the shape of my bathtub (well, bathroom) from this frequency? The second was that I heard something fall into Tasha’s water dish; thinking nothing of it, I was rather shocked (well, not literally shocked, but…) to find that it was my cell phone that had fallen into...

Read more »


Kolmogorov complexity.

 September 25, 2006 8:22 PM computer science
Here are some very ill-thought-out ideas on Kolmogorov complexity.We define a metric on the space of bit-strings Σ. For a universal Turing machine T, let dT(x,y) be the "length" of the shortest program that outputs y on input x, or outputs x on input y. This should measure how difficult it is to "relate" x and y.The ends of the metric space (Σ,dT) should correspond to infinite random bitstrings, and because choosing a different...

Read more »


Tasha drops things in water.

 September 23, 2006 6:32 AM personal
Often, Tasha picks something up (say, a pen, or a lego), carries it around, and then drops it into her water bowl. I have no idea what she is thinking when she does this. On the topic of cat thoughts, the Wikipedia article on cats observes: Some theories suggest that cats see their owners gone for long times of the day and assume they are out hunting, as they always have plenty of food available....

Read more »


Euler characteristic of closed hyperbolic 4-manifolds.

 September 22, 2006 8:18 PM mathematics
By the Gauss-Bonnet theorem, the volume of a hyperbolic 4-manifold is proportional to its Euler characteristic. There are examples, constructed explicitly in MR1758804 of hyperbolic 4-manifolds with every positive integer as their Euler characteristic. These examples are non-compact (with five or six cusps, I believe). But MR2191252 observes that there are restrictions on the Euler characteristic that a closed hyperbolic 4-manifold may possess. In particular, it is shown in MR0075647 that the Pontrjagin numbers of...

Read more »


I’m back home, in Chicago.

 September 18, 2006 6:31 PM personal
I left California far too quickly: some people that I had really wanted to see I didn’t get to see. But I got to spend a lot of time with my dad, which was excellent, and the conferences and Berkeley itself were a lot of fun. I understand why clutching functions are called clutching functions: a automobile’s clutch transmits rotation from one object to another under the control of the driver, and a clutching function...

Read more »


Non-arithmetic lattices.

 September 14, 2006 4:56 PM mathematics
MR0932135 Vinberg, … Margulis’ amazing arithmeticity theorem says that irreducible lattices in Lie groups of high (>2) rank are arithmetic. But SO(n,1) has rank 1, so a question is how to produce non-arithmetic lattices. For SO(3,1), there are non-arithmetic lattices coming from hyperbolic knot complements. G–P-S produces higher dimensional examples by taking two hyperbolic (arithmetic) manifolds, cutting along totally geodesic hypersurfaces, and gluing. Are there are examples of non-arithmetic hyperbolic manifolds without any...

Read more »


Public transportation is awesome.

 September 12, 2006 4:48 PM personal
I am still in California, and very much enjoying public transportation. Yesterday, I took AC Transit’s 65 bus (the “Euclid” bus) along an extremely (and therefore ironically) curvy road to get off the mountain of MSRI. (The “mountain of misery” belongs in a fantasy novel.) There’s a lot of people in California I would still like to see. Here is a really stupid question: If I have a wire (with a changing current) and I...

Read more »


I’m in California. I read Digital Fortress.

 September 3, 2006 8:28 PM personal
I’ve made it to Los Altos: I’m going to be staying with my dad, but during the next couple weeks visiting Berkeley to go to a conference, and to meet up with my advisor. I ended up talking Route 22 on VTA, and then walking a few miles to go here, in the dark, using GPS to guide me. I was amazed that this method worked! I guess I should warn you that I am...

Read more »


Anime. Cats. Sufjan Stevens, again.

 September 2, 2006 3:10 AM personal
I watched Neon Genesis Evangelion this summer again, and I’m watching El Hazard now. I am extremely tempted to purchase Mysterious Cities of Gold DVD’s—does anyone else remember how awesome that was? My cat Tasha is beautiful, and I will miss her while I am in Berkeley. I am extraordinarily excited by the possibility that Sufjan Stevens might, in his epic quest to author a musical tribute for all 50 states, choose Minnesota next. Perhaps...

Read more »


Forget Me Not. Undo.

 September 1, 2006 1:47 AM personal
My Forget Me Not plug-in for Safari was reviewed on MacWorld! MacWorld Apple Matters MacUser It’s great to read the comments and find out what users wish were different: a lot of people don’t just want to Unclose Window but also Unclose Tab. For me, I really would have liked to have Unclose Window be underneath the Edit menu, but because the undo hierarchy is linked to the window (i.e., when you switch windows, the...

Read more »


Friends…

 August 22, 2006 10:54 PM personal
In August, two of my friends from college have died: Daniel Bartlett and Michelle Knapp. I’m not sure what else I can say; I remember them so clearly…

Read more »


Tannakian Philosophy

 August 16, 2006 8:35 PM mathematics
From Recent Advances in the Langlands Program, quoted in This Week’s Finds: First of all, it should be remarked that according to the Tannakian phylosophy, one can reconstruct a group from the category of its finite-dimensional representations, equipped with the structure of the tensor product. I suppose one should think of this as the categorification of Pontrjagin duality? For a long while, I had wondered how this goes; this Introduction to Tannaka Duality and Quantum...

Read more »


Finite subgroups of rotation groups.

 April 5, 2006 11:12 PM mathematics
Here is a question that I haven’t been able to find very much about: What are the finite subgroups of the rotation groups SO(n)? For examples, I can take a Coxeter group, and choose elements corresponding to rotations (e.g., the subgroup generated by products of generators), but that’s not going to produce very many examples.

Read more »


Orientable 3-manifolds are parallelizable

 March 5, 2006 10:02 AM mathematics
Here's a very easy theorem.Theorem. All closed orientable 3-manifolds are parallelizable. All closed orientable 3-manifolds are the boundary of a 4-manifold. Proof. Let M be an orientable 3-manifold. Recall that the Wu class v is the unique cohomology class such that vx,[M]=Sq(x),[M], and Wu's theorem says that w(M)=Sq(v). The up-shot is that Stiefel-Whitney classes are homotopy invariants, even though they are defined using...

Read more »


Research Blog

 March 5, 2006 3:57 AM general
I’ve been thinking for a while that I ought to start a research blog–something just to keep myself organized about the things I am thinking about, my thoughts on the papers I’ve read, my ideas, my questions. I figure I might as well make it public, though I seriously doubt anyone is going to read this. Anyway, hence this blog. We’ll see how it works.

Read more »