I've recently come across the Infinite Monkey Theorem which loosely states that if you gave a monkey a typewriter and an infinite amount of time, it would almost surely type out any given finite text (say, a Shakesperian sonnet).
I understand also that the "monkey" is a placeholder for some notion of an abstract machine that continually produces random strings of symbols (say, letters and numbers).
What are the implications of this theorem? I find the theorem fascinating, but am really not sure how (if at all) it has contributed to other branches of mathematics, real world applications, or academia in general. Any insight would be appreciated!
Suppose that the monkeys' typewriters were limited to the 26 letters of the English alphabet and the space bar for a total of 27 symbols. The number of sequences of length $k$ that could be formed by typing at random (and for simplicity let's assume the random distribution is a uniform distribution: all 27 keys have the same probability of being struck, namely $1/27$) is $27^k$.
If we set $k:=80$, which would be reasonable for a single line of monkey prose, then there are $27^k$ lines possible, all of them equally likely given our assumption that the underlying distribution for each character chosen is uniformly random. There are roughly $10^{97}$ particles in the universe, and $27^{80} > 10^{97}$, so there are more 80 character monkey line combinations than there are particles in the universe. Most of them won't even parse in English, let alone be Pulitzer prize-winning prose. So, in that specific instance at least, not very practical.
Nevertheless, my specific example is just that - an example. Thus is doesn't conclusively disprove the monkeys' futility in general, so I'm curious to hear what others think.