Good-string binomial-tail bound #
This module bounds the number of survivor tuples caught at one input. If d
of r survivors disagree, the caught ordered tuples are bounded by
2^n * d^ceil(n/2) * r^floor(n/2).
Using ordered tuples with repetition gives a shorter formal route than the
distinct-subset estimate: finite averaging and the tail bound force some input
to have at least a 1/16 disagreement share. Consequently, at arity at least
eight, every-tuple coverage supplies the 1/(2n) shrink required by the
Anti-Checker Lemma's approximate-selection round.
Elementary weighted-binomial upper bound on the survivor tuples caught at one input.
Every-tuple coverage forces some input to have at least a 1/16
disagreement share among current survivors.
At arity at least eight, every-tuple coverage gives a one-input survivor
shrink by the Anti-Checker Lemma's factor 1/(2n).