wz-binomial-row-sum
- Kind
- witness-replay
- Status
- checked
Supports: the creative-telescoping certificate, replayed by a checker that shares no code with the search that produced it
cargo test -p axeyum-cas --test telescoping_identities Evidence notes
Certificate: order 1, recurrence coefficients a_0 = 2, a_1 = -1 (i.e. S(n+1) = 2*S(n)), R(n,k) = k / (n - k + 1). Closed form 2^n verified to satisfy the same recurrence (a rational-function identity in its own shift ratio); base case S(0) = 1 = 2^0 checked by exact summation; leading coefficient a_1 = -1 has no integer zero, so the recurrence runs forward from n = 0.