Earlier quoted context omitted.
DEI efforts discriminate against Asians like Jinyoung, so yes, I will shit on them.
Not. Necessarily, given that DEI efforts are not one-dimensional. They consider factors like first-generation, geneder, class background, etc. (I am an Asian male, so I really have nothing to selfishly benefit from promoting DEI efforts)
Elegant six-page proof reveals the emergence of random structure
161–170 of 178 posts
Re: Elegant six-page proof reveals the emergence of random structure
#162Earlier quoted context omitted.
Thank you, my original comment was for ELI5, I was asking because I didn't know and clarifying like this helps. Wouldn't it be more correct to say arbitrary instead of random?
I think random is often used as a keyword that means "use ideas from probability." Those ideas are tricky and (I think) not well captured by any one word. Example of a tricky situation: Say we play cards. You shuffle the cards well, and you don't show them to me. I might say the order of the deck is random , to indicate that I have no idea which card is in what position. But you might be looking at the faces of the c…
As a complete outsider to the field, I had no idea what is meant by random in a mathematical sense because I thought math was always realistic, as in it mirrors real things, you can't have 2+2=3 because reality doesn't work that way.
Re: Elegant six-page proof reveals the emergence of random structure
#163As I already commented in the first submission of this article: Now that's something I can really use in one of my current problems. Calculating a minimal perfect hash by creating acyclic random graphs. This conjecture gives now tresholds when to stop trying creating random graphs and start afresh. This eg is needed for large perfect hashes in gperf or integer sets in compilers, such as eg. for C switch statements wi…
To get a concrete bound though, you'd probably need to know what is K.
Re: Elegant six-page proof reveals the emergence of random structure
#164I'm trying to visualize this. I go to Wolfram Alpha and type "chance of getting 504 heads in 1000 coin flips" and see the answer is about 1/40, and when I change 504 to 505 I see the odds are about 1/41 - only slightly worse. Then 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 mo…
I think it's slightly different. Consider this problem instead, what's the chances of two people sharing the same birthday in a group. It's (365 364 ...*(365-n+1))/(365^n). If you plot this out, it increases exponentially. At n=23 it's about 50%. At around 60, it's a bit more than 99%. It's similar to the other problems, where a given condition can have an arbitrarily high chance of being present at surprisingly low…
Re: Elegant six-page proof reveals the emergence of random structure
#165Nooooo!!!! This is impossible. You can bias dice but not coin to flip.
Re: Elegant six-page proof reveals the emergence of random structure
#166Is a 40 yr old mathematician "young"?
Re: Elegant six-page proof reveals the emergence of random structure
#167I notice that most links on physics, astronomy and math cover pre-prints. Would it not be prudent to wait for the final version. Is all the peer reviews and "fact checking" done prior to the preprint?
Re: Elegant six-page proof reveals the emergence of random structure
#168Earlier 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…
To wit, what you stated is not De Morgan's law.
> De Morgan is given credit for stating the laws in the terms of modern formal logic, and incorporating them into the language of logic
Re: Elegant six-page proof reveals the emergence of random structure
#169I don't understand why these properties aren't numerically accessible. Why is the estimation necessary?
E.g. Assume N nodes, and edges E can be created at random with redundancy (picking same edge e twice just keeps the prior edge) by picking pairs of points.
Assume N random edge picks are made, then the probability of e.g. a Hamiltonian cycle appearing in those N picks can be calculated.
(My quick back of envelope sketch says P(H-cycle) = N! / N^N , but please consult the expert literature.)
But one can also calculate the probability of a H-cycle given N+1 random picks, N+2 random picks, ... and that appears as = P(H-cycle) * (1 + extra factors that account for increases in other edges not redundantly in the H-cycle)
(Again, my back of envelope sketch for N + 2 picks gives: = P(H-cycle) * ( 1 + 2/(N-1)[N - 3 - 1/N]) , but please consult the expert literature.)
These probabilities would seem to tell a user that given a graph with N nodes and E edges, that if e.g. in the H-cycle case, E > N the user can get an explicit probability for the likelihood of a H-cycle being present.
Are there graph properties that prevent this approach being viable?
Re: Elegant six-page proof reveals the emergence of random structure
#170Earlier quoted context omitted.
And, to give an example we've probably all become familiar with, this this is equivalent to how a disease becomes an epidemic as the R value crosses 1.
That seems more like a truism: If on average one case leads to more than one other (R > 1), the number of cases will grow. The R number therefore appears to be nothing more than a measure of growth or decline. What am I missing?
The size of the total epidemic varies sharply as R is changed in this way.