Title might be a bit vague, so I will explain further here.
I am compiling a list of examples of how a person may realize some mathematical result is either obvious or unsurprising from the understanding of some high-level math concept or abstraction, but in a way that the intuition is potentially straightforward and simple enough that there is no need to work out the details on paper or computer. Of course, this is subject to interpretation, but anything even tangential to this I would appreciate.
I am looking for several categories of examples including but not limited to:
- A clever solution to a difficult problem
- Philosophical or practical understanding of some concept that applies to real life
- "Surprising" mathematical facts understood very clearly (or just not so surprising) once a concept is understood
Here are some examples of what I'm looking for:
Brouwer fixed point theorem: If one understands the intermediate value theorem and Brouwer fixed point theorem, then the wobbly-table problem becomes trivial: Suppose you have a table with 4 legs and a surface that is uneven. You can stabilize the table on the uneven surface by simply rotating the table until it is stable. By the Brouwer fixed point theorem, that stable configuration must exist.
Partial differential equations: "In order to eat as much as possible in a day, one should not eat as much as possible all day." If someone wanted to maximize their food consumption, rather than continuously consume food the entire day, it may be optimal to consume 3 large meals or 5 small meals instead. This is understood through partial differential equations: the rate of digestion may be dependent on various other factors such as the amount of food in the stomach or appetite. This may be a concept that is already considered common sense, but I still accept these because it allows these ideas to be understood a bit more technically.
Coordination games (game theory): A coordination game in game theory can help us understand how cultural differences manifest. "Is burping considered polite or rude?" is a question that can be simulated by a coordination game and understood to be dependent on locality. This helps us understand the idea that someone with different cultural values isn't "wrong" but simply grew up in an environment which has stabilized at a different Nash equilibrium. Once again, this is very much common sense to a lot of people, but it is understood better technically through the understanding of game theory.
Function asymptotic growth: (3 examples) The wheat and chessboard problem is very famous, and is a go-to example educators use to demonstrate the monstrous growth of exponential functions. However, we can further grok that growth by understanding the growth rate of functions and comparing functions. In this particular case, this result is "obvious" once we realize that we [can] measure the amount of rice grains by volume, which grows at a rate of $f(x)\sim x^3$ but the number of rice grains grows at $f(x) \sim 2^n$.
Additionally, other facts become similarly "obvious" or "unsurprising" with a little bit of additional mathematical background.
For instance, the fact that there are more possible games of chess than there are atoms in the observable universe is not very surprising once it is understood that counting functions are often times exponential or super-exponential, and the number of atoms is proportional to the volume (which is once again $f(x) \sim x^3$).
The fact that all of the digits of the number $$9^{9^{9^9}}$$ cannot possibly be contained within the observable universe is also no longer surprising.
Topology (genus): A spherical planet's surface cannot be simulated properly by taking a rectangular or square map and simply allowing it to "wrap" around (connecting the top edge of the map with the bottom edge, and the left edge with the right edge). This "wrapping" results in a torus (genus $1$), which is topologically distinct from a sphere (genus $0$).
Infinite ordinals: Goodstein sequences, when evaluated naively, seem like they would not only grow extremely quickly, but grow forever. A very basic understanding of infinite ordinals is enough to directly map the sequence to an ordinal sequence, making the fact that the sequence must eventually terminate to $0$ quite unsurprising and obvious.
Enumerate the rationals. Put an interval of length $\frac{1}{2^n}$ around the $n^{th}$ rational. Can every real number be covered? Since the rationals are dense in the reals, one might think "yes", but basic measure theory says that the answer is definitely "no".