Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.84 KB

File metadata and controls

43 lines (33 loc) · 1.84 KB

Source and dependency notes

Published mathematical inputs

The proof note uses the same established structural results as the dimension 9 and 10 packages:

  1. Hwang's positive-maximizer theorem for the Dittert functional.
  2. Cheon and Wanless's exclusions of partly decomposable maximizers and of a complete zero set consisting of one proper rectangle.
  3. Li's cut characterization of doubly superstochastic matrices.
  4. Hwang's permanent minimum at the barycenter of a staircase face.
  5. Minc's averaging theorem for the doubly stochastic face with two independent prescribed zeroes.
  6. The van der Waerden permanent theorem and equality case.

Full citations are in the proof note. The support-stationarity equation, large-column support argument, and grouped line-sum deficit argument are proved directly there.

Computational scope

The primary and independent standard-library programs check:

  • the two-zero equalization and permanent bound;
  • both safe marginal intervals;
  • all six large-column support cases on the remaining interval;
  • seven grouped subset-deficit inequalities and their localization checks;
  • all 21 proper tight cuts, including the six exceptional one-dimensional cores; and
  • all staircase-face barycenter counts used in those arguments.

The independent program imports no primary-verifier code and reconstructs the key polynomials from exact values. No floating-point number is used in a proof decision; printed decimal approximations are diagnostic only.

Status

These materials are an exact computer-assisted working proof, not a claim of completed journal peer review. The repository now has working-proof packages for every dimension 4 <= n <= 16; the n=6,7 entry is an attributed reconstruction of Hongyuan Lu's source argument. See the root PROOF_STATUS.md for the complete all-dimensions source map and review status.