Exact central-binomial valuation distributions for odd primes #
For the odd prime p = 2 * half + 1, this module identifies fixed-length
base-p words with the integers below p ^ length. Kummer's theorem turns
the word carry count into the exact value of ν_p (centralBinom n), so the
transfer recurrence becomes an arithmetic distribution theorem.
Natural value of a fixed-length word in the odd base 2 * half + 1.
Equations
Instances For
The word value packaged in the corresponding complete finite block.
Equations
Instances For
Positional notation is a bijection from fixed-length odd-base words to the corresponding complete block of natural numbers.
Equations
- OddPrimeValuationDistribution.oddCarryWordValueEquiv half hhalf length = Equiv.ofBijective (OddPrimeValuationDistribution.oddCarryWordValueFin hhalf) ⋯
Instances For
Polynomial distribution of exact odd-prime valuations on the complete
block 0 ≤ n < p ^ length.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Integers in a complete odd-prime block with a prescribed exact central-binomial valuation.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Literal coefficient interpretation of the odd-prime valuation polynomial.
Headline exact-distribution recurrence for every odd prime
p = 2 * half + 1.