Earlier quoted context omitted.
The interesting thing a out graph properties (like the emergence of connectivity, giant components, Hamiltonian paths etc.) is that they happen as "phase transitions". A classic example is cuckoo hashing: You want to know how many edges the random graph of hashes can have before it contains a cycle, since that's when you need to rehash into a larger table. You might expect that this number is "pretty random" in that…
> However it turns out that it very predictably happens exactly when the graph gets to a certain size. In the same way as 1000 coin flips very predictably have 450-550 heads. > What's so cool about the theorem is thst it proves _any_ property you can think of has _some_ sudden threshold like that. ...like what? The example you give, of the number of heads yielded from 1000 coin flips, doesn't have a sudden threshold…
Elegant six-page proof reveals the emergence of random structure
31–40 of 178 posts
Re: Elegant six-page proof reveals the emergence of random structure
#32Earlier quoted context omitted.
The interesting thing a out graph properties (like the emergence of connectivity, giant components, Hamiltonian paths etc.) is that they happen as "phase transitions". A classic example is cuckoo hashing: You want to know how many edges the random graph of hashes can have before it contains a cycle, since that's when you need to rehash into a larger table. You might expect that this number is "pretty random" in that…
> However it turns out that it very predictably happens exactly when the graph gets to a certain size. In the same way as 1000 coin flips very predictably have 450-550 heads. > What's so cool about the theorem is thst it proves _any_ property you can think of has _some_ sudden threshold like that. ...like what? The example you give, of the number of heads yielded from 1000 coin flips, doesn't have a sudden threshold…
Re: Elegant six-page proof reveals the emergence of random structure
#33Here's a direct link to the preprint if you want to skip the fluff: https://arxiv.org/abs/2203.17207
Re: Elegant six-page proof reveals the emergence of random structure
#34Can someone explain to my why proving random graphing can produce known shapes is important? Because this seems absurdly obvious to any layman. Why is this a complex proof? I’m guessing it’s more that they proved the thresholds for these shapes being formed more than why?
If you think something is absurdly obvious you usually need to re-read what you've read.
I'm still bitter about "De Morgan's Laws". There are two of them:
1. If two things are not both true, then one or more of them is false.
2. If neither of two things is true, then both of them are false.
Of course this is obvious to everyone. Writing it down did not merit having it named after yourself. I guarantee many other people had also written it down earlier.
Re: Elegant six-page proof reveals the emergence of random structure
#35Re: Elegant six-page proof reveals the emergence of random structure
#36The gap between expectations and reality is studied, 7 pages
(these comments are added by the submitting author).
Re: Elegant six-page proof reveals the emergence of random structure
#37Earlier quoted context omitted.
If you think something is absurdly obvious you usually need to re-read what you've read.
No. It's not that rare for absurdly obvious things to get published to great fanfare. I'm still bitter about "De Morgan's Laws". There are two of them: 1. If two things are not both true, then one or more of them is false. 2. If neither of two things is true, then both of them are false. Of course this is obvious to everyone. Writing it down did not merit having it named after yourself. I guarantee many other people…
Re: Elegant six-page proof reveals the emergence of random structure
#38Earlier quoted context omitted.
No. It's not that rare for absurdly obvious things to get published to great fanfare. I'm still bitter about "De Morgan's Laws". There are two of them: 1. If two things are not both true, then one or more of them is false. 2. If neither of two things is true, then both of them are false. Of course this is obvious to everyone. Writing it down did not merit having it named after yourself. I guarantee many other people…
Obligatory xkcd: https://xkcd.com/2042/
But for an even more obvious theorem that was actually difficult to prove (Rolle's theorem isn't), see https://en.wikipedia.org/wiki/Jordan_curve_theorem
("Any path which begins in the interior of a closed curve, and ends in the exterior of the same curve, must cross the curve at some point.")
Re: Elegant six-page proof reveals the emergence of random structure
#39Earlier quoted context omitted.
Obligatory xkcd: https://xkcd.com/2042/
The art museum visitor would be unambiguously correct in the case of De Morgan's laws. Rolle's Theorem depends on some fairly tricky setup work. But for an even more obvious theorem that was actually difficult to prove (Rolle's theorem isn't), see https://en.wikipedia.org/wiki/Jordan_curve_theorem ("Any path which begins in the interior of a closed curve, and ends in the exterior of the same curve, must cross the cur…
"The first formal proof of the Jordan curve theorem was created by Hales in the HOL Light system, in January 2005, and contained about 60,000 lines. Another rigorous 6,500-line formal proof was produced in 2005 by an international team of mathematicians using the Mizar system. Both the Mizar and the HOL Light proof rely on libraries of previously proved theorems, so these two sizes are not comparable."
Re: Elegant six-page proof reveals the emergence of random structure
#40Then I check the differences between 524 and 525 and I see that the odds are decreasing much more sharply (1/400, 1/459). The little graph they helpfully provided shows what's happening: I've moved from the flattish "top" of the Bernoulli distribution to the steepish "slope" of the distribution. And at larger numbers still, the differences between adjacent numbers become negligible again as I reach the flattish "trough" at the edge of the distribution. You could say that the top of the distribution has values that are all pretty similar to each other, the bottom values are also similar to each other, and sides are a region where small differences are comparatively much more important.
Is this roughly what the article means when it discusses thresholds? The rather sharp transition from "both pretty likely" to "the second one is a lot less likely" to "both pretty unlikely"? And if so, how sharply would the slope of the distribution have to change to qualify as being a threshold?