Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Maximum Row-Distance Distribution

Abstract

The maximum diagonal row distance has an exact finite distribution function.

Theorem 1.1 (Maximum row-distance distribution function).

Proof. Machine-checked in Lean as D5/S0/Diagonal/Extrema/MaximumDistanceDistribution.maximum_distance_cdf (✓ std3). ∎

Source. Repository-derived.

Commentary.

The event maximumDistanceAtMost(f,r) consists of the finite listings whose row distance is at most r at every address. The frozen exact distance-profile count identifies each profile fiber with the product of its rowDistanceCount factors. Summing all bounded profiles factors into identical single-row prefix sums, one for each address, and therefore gives the stated card(A)-th power.

References