
Write down the twelve fractions from to and look at their first decimal digits. Two rows begin with 3,
4/13 = 0.307692...
5/13 = 0.384615...
Two others, and , begin with 6. Every other first digit belongs to just one row. If we group the numerators by their first digit, we have ten bins. Eight hold one number. Two hold two.
Now multiply every numerator by 6 and take the remainder after division by 13. The numerator 5 becomes 4, because leaves remainder 4. Both fractions begin with 3. That is one collision. The numerator 8 becomes 9, and both of those fractions begin with 6. That is another.
No other numerator keeps its first digit under this multiplication. The collision count for 6 is two.
Try every multiplier from 2 to 12. Multiplication by 1 would leave all twelve rows alone, so set it aside.
| Multiplier | Collisions |
|---|---|
| 2 | 0 |
| 3 | 0 |
| 4 | 0 |
| 5 | 0 |
| 6 | 2 |
| 7 | 0 |
| 8 | 0 |
| 9 | 0 |
| 10 | 0 |
| 11 | 2 |
| 12 | 0 |
Nine zeros. Each of those nine multipliers moves every numerator out of its original digit bin. I call it bin deranging.
Nine at . Nine at . Nine at . Nine at .
At thirteen there are only two nonidentity multipliers left over. At a thousand and nine there are 998. Yet the number with no collisions is still nine. For every prime greater than ten, the count is the same.
In base seven the count is six, for every prime greater than seven. In base three it is two. In any base , every prime has exactly bin-deranging multipliers. This is the gate width theorem.
There is more to the answer than a count. In base ten, the entire zero set comes from nine fixed fractions. The first is . The last is , with in the middle.
These are fractions in modular arithmetic. For example, modulo 13 means the number that gives when multiplied by 9. That number is 10, since is one less than a multiple of 13. At prime 29, the same fraction gives 16, since is one less than a multiple of 29.
The fraction stays fixed. Its residue changes with the prime.
For a general base, the list is
Run from 1 to . Every denominator is smaller than , so every division is defined. The resulting multipliers are distinct, and these are all the zeros.
Read the list from opposite ends. The first and last fractions multiply to 1. So do the second and second-last. In the general formula, and give inverse multipliers. If a multiplier moves every row out of its bin, undoing that multiplication does too.
For an even base, the middle fraction is . In decimal this is the familiar complement operation. It exchanges digit 0 with 9, 1 with 8, and so on. No decimal digit is its own complement, so every row changes bins. The complement sits in the middle of a larger exact family.
The bins are short intervals of numerators. At thirteen, 4 and 5 sit together because their fractions both begin with 3. But multiplying an interval modulo a prime scatters its entries. It is hard to see all the zero multipliers by watching those intervals move.
Replace each numerator by the remainder of divided by 13. The pair 4 and 5 becomes 1 and 11. The pair 8 and 9 becomes 2 and 12.
The first pair now shares a last digit. So does the second. This happens for every bin. A shared first digit in the fractions becomes a shared last digit in the transformed remainders.
In base , the substitution is , where the brackets mean take the remainder modulo between 1 and . A collision under multiplication by is now exactly
Multiply by , reduce modulo , then compare modulo the base. The order of those steps is important. We have replaced a question about intervals by a question about numbers separated by whole multiples of .
There is a useful way to label each nonidentity multiplier. Solve
and choose between 1 and . Each multiplier gets exactly one label. The label is excluded because it would give .
Now the zero set has a simple description. Labels below the base give no collisions. Labels above the base always give at least one collision.
The reason is short enough to follow here. Suppose a collision occurs. Its transformed remainders and have the same last digit in the chosen base, so for an integer . The equation defining then forces to be divisible by .
If , the number lies between and . Whether is positive or negative, stepping by takes us part of the way that stepping by does. Both endpoints are strictly between 0 and . Nothing between them can be divisible by .
That rules out a collision on the entire lower side.
On the upper side, we can write down a collision. For , take . Multiplication by , followed by reduction modulo , sends it to . Both numbers lie between 1 and , and they agree modulo .
At thirteen, the multiplier 6 has label . The construction gives and . They end in the same digit. Undo the substitution and they become the original pair 8 and 9, the collision we saw at the beginning.
So the zero labels are exactly . Solving for and setting gives the fractions . The count and the list come from the same argument.
The proof examines every nonzero multiplier. It works whether the base visits all the nonzero residues in one cycle or divides them among several. When the base does visit them all, multiplying by a power of the base is a cyclic shift of the repetend, and these multipliers give exactly its zero-match shifts. On a shorter cycle, a shift can miss every digit in that cycle while still producing collisions elsewhere. The full table is the object being classified here.
Return to the two crowded bins at thirteen. Inside the digit-3 bin, there are two ways to go from one residue to a different residue. We can go from 4 to 5, or from 5 to 4. Inside the digit-6 bin, we can go from 8 to 9, or from 9 to 8.
Four ordered pairs in total. Each pair belongs to exactly one multiplier.
This gives a second result. A bin containing residues has ordered pairs with different entries. Add those counts over the bins and we have all the collisions outside the identity. The zero multipliers contribute nothing. The remaining multipliers share the total, so their mean is
At thirteen, four matches divided between two multipliers gives a mean of two. At the boundary prime eleven, all ten bins are singletons. Every nonidentity multiplier is deranging and there is no remaining set to average. The mean requires .
We can evaluate the sum from just the bin sizes. Divide by , writing . Then bins contain residues and the other contain . Substitution gives
For prime 29 in base ten, eight bins hold three residues and two hold two. They supply matches. There are 18 nonidentity multipliers outside the zero set, so the mean is .
At thirteen, seventeen and nineteen, the mean is still exactly two. More generally, that value holds throughout . When the residues divide evenly among the bins, the mean is exactly their common size .
The sum does not tell us how each individual multiplier will behave. It tells us exactly how many matches they have to share.
At thirteen, the two crowded bins leave only four matches to distribute. Once the prime is greater than twice the base, every bin is crowded. Many more multipliers preserve a digit somewhere in the table.
But nine still preserve none. We can name them before making a single comparison, by reducing the same nine fractions modulo the chosen prime. Their inverse pairs survive, and the complement remains at the center.
The base fixes the width of the gate. The prime fills in what happens beyond it.
Comments
Sign in to join the discussion.