Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Shankar Q Stieltjes Refutation

Abstract

An exact degree-ten polynomial certificate excludes every positive measure with finite moments on the nonnegative half-line for Shankar’s Q closed form.

Definition 1.1 (The published closed form).

Formalization. D5/S0/Certificates/ShankarQStieltjesRefutation.closedFormQ (✓ std3).

Citation. Umesh Shankar (2026). Avoiding patterns with three distinct letters in Canon permutations. DOI: 10.48550/arXiv.2608.30002.

Commentary.

closedFormQ maps natural numbers to integers. All summation bounds are inclusive. binom(m,j) is zero for j negative or greater than m, and is the ordinary binomial coefficient otherwise. Subtraction in the lower indices is integer subtraction, so the b=1 term has E(r,1)=1. The b-sum is empty when k=1. The Lean definition uses Mathlib’s catalan; catalan_eq_centralBinom_div and succ_mul_catalan_eq_centralBinom justify the displayed Catalan fraction.

Shankar, arXiv:2608.30002v2, Theorem 7.1 identifies this formula with the number of 321-avoiding lattice words containing k copies of each of 1,2,3. That source-to-count identification is a published input, not a Lean theorem or axiom here. The kernel statements below concern the displayed closed form. Conjecture 9.5 also mentions B, which this result does not settle.

Definition 1.2 (Integer polynomial coefficients).

Formalization. D5/S0/Certificates/ShankarQStieltjesRefutation.certificate (✓ std3).

Source. Repository-derived.

Acknowledgement. Umesh Shankar (2026). Avoiding patterns with three distinct letters in Canon permutations. DOI: 10.48550/arXiv.2608.30002.

Commentary.

The domain is Fin(11) and the codomain is the integers. Coefficients are listed in ascending degree: p(t) is the sum of certificate(i) times t to the power i. Exact rational elimination produced this primitive integer witness. No floating-point value is used in Lean.

Theorem 1.3 (Exact negative quadratic form).

Proof. Machine-checked in Lean as D5/S0/Certificates/ShankarQStieltjesRefutation.certificate_value (✓ std3). ∎

Source. Repository-derived.

Acknowledgement. Umesh Shankar (2026). Avoiding patterns with three distinct letters in Canon permutations. DOI: 10.48550/arXiv.2608.30002.

Commentary.

Kernel reduction verifies all needed closed-form values before checking the integer quadratic form. The private checked-value vector is proved equal to the formula on Fin(24); it does not define the sequence.

Lemma 1.4 (Strict negativity).

Proof. Machine-checked in Lean as D5/S0/Certificates/ShankarQStieltjesRefutation.certificate_negative (✓ std3). ∎

Source. Repository-derived.

Acknowledgement. Umesh Shankar (2026). Avoiding patterns with three distinct letters in Canon permutations. DOI: 10.48550/arXiv.2608.30002.

Commentary.

The strict sign follows from the checked integer value and is used in the no-representation theorem.

Lemma 1.5 (Positive measures give nonnegative shifted forms).

Proof. Machine-checked in Lean as D5/S0/Certificates/ShankarQStieltjesRefutation.moment_quadratic_nonnegative (✓ std3). ∎

Source. Repository-derived.

Commentary.

Measure(R) denotes positive Borel measures. AE(mu,t maps to P(t)) means P holds mu-almost everywhere. Each monomial is integrable. Constant multiplication and finite sums therefore justify moving both sums through the integral. Expanding the square identifies the form with the integral of t^s times the square of the finite polynomial; the integrand is nonnegative on the support.

Theorem 1.6 (No Stieltjes representation of the closed form).

Proof. Machine-checked in Lean as D5/S0/Certificates/ShankarQStieltjesRefutation.closed_form_not_stieltjes (✓ std3). ∎

Source. Repository-derived.

Acknowledgement. Umesh Shankar (2026). Avoiding patterns with three distinct letters in Canon permutations. DOI: 10.48550/arXiv.2608.30002.

Commentary.

The theorem has no assumed sequence values or positivity hypotheses: it denies the existence of a measure satisfying all three displayed conditions. Specializing the preceding positivity lemma to n=11, s=3, and the real casts of the integer certificate contradicts strict negativity. Through published Theorem 7.1 this refutes the Q clause of Conjecture 9.5. A bounded later-literature search found no settlement; novelty remains suspected and independent source review is required.

References

  • Truth anchor: D5/S0/Certificates/ShankarQStieltjesRefutation.certificate
  • Truth anchor: D5/S0/Certificates/ShankarQStieltjesRefutation.certificate_negative
  • Truth anchor: D5/S0/Certificates/ShankarQStieltjesRefutation.certificate_value
  • Truth anchor: D5/S0/Certificates/ShankarQStieltjesRefutation.closedFormQ
  • Truth anchor: D5/S0/Certificates/ShankarQStieltjesRefutation.closed_form_not_stieltjes
  • Truth anchor: D5/S0/Certificates/ShankarQStieltjesRefutation.moment_quadratic_nonnegative