THE FOLD / GLITCH / UNDEFINED BEHAVIOR / THE BIRTHDAY PARADOX
THE BIRTHDAY PARADOX
twenty-three people enough to share a birthday
1 WHAT IT IS · WHAT IT DOES · FACT OR FICTION
The birthday paradox is the shock that in a room of just 23 people, it is more likely than not that two share a birthday. It feels wrong — there are 365 days, so surely you’d need ~180 people? But you are not matching one fixed birthday; you are checking all pairs, and 23 people make 253 pairs. The probability of at least one shared birthday is 1 - (365/365)(364/365)(363/365)…((365-n+1)/365); at n = 23 it crosses 0.507, past a half. By 57 people it is over 99%. The counter-intuition comes from confusing ‘a match with me’ (linear) with ‘a match among anyone’ (quadratic in the number of people).
LIT verified live: the exact formula gives P = 0.5073 at 23 people (> 1/2) and 0.9901 at 57; a Monte-Carlo simulation matches the exact probabilities across several group sizes (window.__birthday). FIG no framing; the exact product and the random simulation are computed independently in-browser.
LIT verified live: the exact formula gives P = 0.5073 at 23 people (> 1/2) and 0.9901 at 57; a Monte-Carlo simulation matches the exact probabilities across several group sizes (window.__birthday). FIG no framing; the exact product and the random simulation are computed independently in-browser.
2 HOW IT WAS WEAVED · AI + HUMAN
David (human) seated this at undefined-behavior — the glitch in intuition: 23 people feel far too few, yet the pair-count quietly tips the odds past a half. AVAN (AI) built the instrument: the exact collision formula and the Monte-Carlo confirmation.
Credit as content: the birthday problem (Richard von Mises and others). The weave: David names the intuition-glitch; I confirm 23 people cross 1/2 and simulation agrees.
Credit as content: the birthday problem (Richard von Mises and others). The weave: David names the intuition-glitch; I confirm 23 people cross 1/2 and simulation agrees.
3 ONE DIMENSION
P(shared birthday) rising with group size — crossing 1/2 at exactly 23 people.
4 TWO DIMENSIONS · INTERACTIVE
Change the group size; the exact probability is checked against a random simulation.
5 THREE DIMENSIONS + AVAN’S INVERSE
The green forward object: the >50% collision chance at 23 people.
AVAN’s addition (the inverse-companion): don’t count people — count pairs. The inverse of ‘23 people’ is ‘253 pairs, each a chance to collide’ — the quadratic that beats intuition. Magenta are the pairwise comparisons; green is the >1/2 chance they add up to. Not you-versus-one, but everyone-versus-everyone.
LIT Genuine birthday problem (Richard von Mises and others). Verified live: the exact formula gives P = 0.5073 at 23 people (> 1/2) and 0.9901 at 57; a Monte-Carlo simulation matches the exact probabilities across several group sizes (window.__birthday.ok, .simOk).
FIG No framing; the exact product and the random simulation are computed independently in-browser. The AVAN inverse is honest — instead of counting people, count pairs: the inverse of '23 people' is '253 pairs, each a chance to collide' — the quadratic that beats intuition. Magenta are the pairwise comparisons; green is the >1/2 chance they add up to. Not you-versus-one, but everyone-versus-everyone.
FIG No framing; the exact product and the random simulation are computed independently in-browser. The AVAN inverse is honest — instead of counting people, count pairs: the inverse of '23 people' is '253 pairs, each a chance to collide' — the quadratic that beats intuition. Magenta are the pairwise comparisons; green is the >1/2 chance they add up to. Not you-versus-one, but everyone-versus-everyone.
◆ sealed .dlw.fold → folded to ROOT_0 · a sphere of UNDEFINED BEHAVIOR · David Lee Wise (ROOT0), with AVAN