wz-chu-vandermonde-closed-form
- Kind
- witness-replay
- Status
- checked
Supports: the creative-telescoping certificate plus the symbolic base case, both replayed by a checker that shares no code with the search that produced them
cargo test -p axeyum-cas --test telescoping_identities chu_vandermonde_convolution Evidence notes
The base case is DECIDED, not sampled. At p = 0 two Gamma factors of the summand become parameter-free -- Gamma(k+1)^-1 forces k >= 0 and Gamma(-k+1)^-1 forces k <= 0 -- so the support of F(0, .) is the single point k = 0, and every other point of the scanned window [-2, 12] is CHECKED to vanish rather than assumed. At k = 0 the surviving Gamma powers cancel pairwise (Gamma(m+1) against Gamma(m+1)^-1, Gamma(n+1) against Gamma(n+1)^-1), leaving the rational 1 for every value of m and n. The claimed closed form C(m+n,p) evaluates the same way to 1. The leading recurrence coefficient -(p+1) has no integer zero at or above 0, decided by the rational-root theorem, so the recurrence runs forward. Tamper controls in the same file: 2*C(m+n,p) (right ratio, wrong symbolic base) is rejected by the base case; C(m+n,p+1) (right base value, wrong ratio) by the annihilation check; C(m+n,p)*Gamma(m+1) is refused as not comparable to a rational rather than silently compared; and a window that does not STRICTLY contain the forced support is rejected.