Welcome to tobilehman.com!
%  

math posts

The Curse of Ideological Dimensionality

The left-right axis is so simplistic, right? People’s complex views can’t be projected down to 1-dimension, so Very Online people have invented higher-dimensional spaces to tag themselves in, like this political plane: The two dimensions in that plane only cover social and economic issues, but what about technology, violence, spirituality, sexuality, or the bulldozer-vetocracy axis? Vitalik Buterin, the creator of Ethereum, wrote a very good article arguing for this bulldozer-vetocracy axis.

The Topology of the Tower of Babylon

The story “The Tower of Babylon”, by Ted Chiang, is the first example of topological fiction I’ve come across that wasn’t obnoxiously about topology from the start. I’ve read fiction before, like Flatterland by Ian Stewart, that was styled after Edwin Abbot’s classic 1884 story, Flatland. Flatterland explores non-Euclidean geometry, fractal geometry, and topology, all using the classic Flatland tropes. I’m familiar with the genre. But Chiang’s “The Tower of Babylon” had the gravitas of a biblical story, with the subtlety of a proper piece of literature, and climaxed in the realization of a deep topological truth: that a world can be finite, but have no boundary.

Book Review: Time Loops

The book Time Loops by Eric Wargo makes a careful argument for the reality of precognitive dreams. My personal interest in this topic has to do with my obsession with time and to an extent, time travel. The author starts the book by summarizing a number of examples of dreams that came true, and closely studies an early dream pioneer named J.W. Dunne who wrote An Experiment with Time. What stands out about Dunne is how he made the distinction between dreaming about events out in the world vs events as experienced by the future self.

The Topology of Time Travel Stories

Everyone needs an obscure useless skill. ‐ @Noahpinion Mine is identifying the topology of time travel stories. Click here if you know what topology is and just want to get to the time travel stuff a brief introduction to topology The original study of shapes was geometry, popularized by a Greek mathematician named Euclid. Starting about 2000 years after that, a Swiss mathematician named Euler (pronounced “Oiler”) accidentally inventented topology while trying to solve the Seven Bridges of Königsberg problem.

Time in Physics

In 1666, when the Plague was ripping through England, Isaac Newton went into quarantine outside the city and developed calculus. Calculus is an application of Euclid’s geometry to problems involving time. Geometry models space, calculus models space and time. The reason the ancient Greeks didn’t develop calculus is because of tools. The ancient Greeks had rulers and compasses but not reliable clocks. They used the rulers and compasses to do geometry, and discovered many eternal truths about space and shape.

Compiling C to WebAssembly

Ten years ago, a coworker tried to teach me cribbage on my last day at work, but I didn’t get it. The following year, I met my future wife, and she was a cribbage fan. She taught me, and I’ve loved the game ever since. Six years ago, I wrote this cribbage score calculator in C. It takes a string like JH 2C 3C 3S JS, and returns the full accounting of the score in a game of cribbage.

Dunbar's number, Random Graphs and Sapiens

Why is human society so flexible? In 1000 years, we have had the Great Schism of 1054, the Norman Invasion of 1066, the Magna Carta (1215), the Mongol Empire, the Ming Dynasty in China, the Portuguese and Spanish maritime empires, the Thirty Years War (1618-1648) and the creation of the idea of “Sovereign Nation-States”, the Dutch Empire, the British Empire and the creation of joint-stock companies. The Reformation led to new religions.

Conway's Game of Life

John H. Conway has passed away, his contributions to math are too numerous for me to list in this post. What I wanted to explore in this post is one of his “recreational math” contributions: The Game of Life. If you haven’t heard, It’s this zero player computer “game”: Not this multi-player board game: I scare-quoted game because there are no actual players. It is an example of a cellular automaton, which is a simple program that evolves over time according to a fixed, simple set of rules.

The SIR Model on novel coronavirus

Since a deadly virus appears to be spreading across the globe, I thought it would be useful to explore how this spread is modeled mathematically, and make some predictions about how quickly this can grow. The simplest model of disease spreading starts by breaking a population up into compartments: S (Susceptible) I (Infected) R (Removed️) Then, the model describes the flow between these compartments. NOTE: This version of the model works over short periods and ignores births and natural deaths.

Compound Growth 📈

There are some ideas that are obvious to a few mathematicians, scientists and economists, but which are not widely understood or appreciated. One of the big important ones is compound growth. “Once you start thinking about growth, it’s hard to think about anything else.” – Robert Lucas, Nobel prize-winning economist Before launching into an explanation, I want to start with a question: “Would you rather be 1000 times richer today, or become 2% richer each day for a whole year?

Imaginary Numbers Are Real

Numbers solve problems. Some problems are so precisely specified that they can be written as equations. When you learn to count, you start being able to solve problems like “how long until the weekend?”, which can produce equations like $$ x + 2 = 5 $$ Natural number equations give rise to a solution space that looks like this: When we learn how to subtract, we learn how to solve equations like \( x + 1 = 0 \), and when we learn to divide, we learn to solve equations like \( x * 3 = 1 \).

Visualizing the Monty Hall Problem

The Monty Hall Problem is a great example of why our intuitions cannot be trusted when it comes to probability. If you are not familiar with the problem, the wikipedia link above gives a good description of the problem and it’s historical significance. There are examples of Ph.D’s not getting it, it’s just counterintuitive. If you are still not sure why switching is the better strategy, I have made the following diagram that visualizes all of the possible outcomes and their probabilites.

Conservation Confusion Clarified

Ported from my old blog through Archive.org (donate to Archive.org here!) I took a kinematics class last term, and I was surprised to learn from the textbook that the law of conservation of energy was an empirical fact and not a necessary result of something more general. This means that no one has ever found a counterexample to it. (All claims of perpetual motion have been debunked) After the term ended and I entered winter break I did what every reclusive antisocial nerd who doesn’t play video games does, I pursued my curiosity by reading alternate materials on the subject.