wz-weighted-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 = 2n + 2, a_1 = -n (i.e. n*S(n+1) = (2n+2)*S(n)), R(n,k) = (k - 1)*(n + 1) / (n - k + 1). Closed form n*2^(n-1) verified to satisfy the same recurrence; base case S(1) = 1 = 1*2^0 checked by exact summation; leading coefficient -n has its only integer zero at n = 0, below the base, so the recurrence runs forward from n = 1. The vanishing at n = 0 is why the statement starts at 1.