Random Walks and the Riemann Zeta Function
In this week’s meeting of theory thursday, we discussed random walks in higher dimensions. Specifically the statement that a drunk human can return back to where they started from but a drunk bird can’t. This is related to the fact that in 2d a random walk is guaranteed to come back to the origin whereas in 3d the probability of this happening is vanishingly small.
We also discussed Mobius functions and square free numbers. There is an alternate interpretation of the Riemann Hypothesis basically equivalent to saying that “If I randomly picked a square free number the probability that it has an even or odd number of prime factors is equal.” This is formalized by the mobius function
$& \mu(n)= \begin{cases} 0 & \text{if } n \text{ has a squared prime factor}, \newline (-1)^k & \text{if } n \text{ is a product of } k \text{ distinct primes}, \newline 0 & \text{if } n \text{ has a repeated prime factor}. \end{cases} $&