Skip to content

Instantiate Braun-Jal Theorem 4.1 for the non-nesting rook model #320

Description

@PerAlexandersson

Priority

Erik priority 9.

Source

B. Braun and A. Jal, Order polytopes of generalized snake posets are
h
-real-rooted*, arXiv:2607.00922v1:

  • equation (2) and Lemma 3.3, pp. 7--8;
  • Theorem 3.5, pp. 8--9;
  • Theorem 4.1 and Claims (6)--(7), pp. 9--10.

Source-faithful definitions

For a word of list length n, the constant-word polynomial is P (n + 1).
For the nonconstant induction step, set

  • Q m = P m - P (m - 1);
  • H m = G m - G (m - 1).

The matrix displayed in the proof is
[[P (m - 1), G (m - 1)], [Q m, H m]], acting on [f, X * g].
It produces [M w', M w - M w']. Claim (6) is exactly its cross-affine
interlacing condition. The paper does not require consecutive proper
position of the G family and does not use an identity
G n = n * N^(2)_(n - 1).

PR #330 corrects the Lean matrix definition and the previous misleading
attribution.

Current Lean status

The intended concrete model is generalizedSnakeRookModel, with
generalizedSnakeRookModel.snakePolynomial w definitionally equal to
(generalizedSnakeBoard w).rookPolynomial.

Already formalized:

  • the concrete modified Narayana family and consecutive P interlacing;
  • Lemma 3.4 for the modified Narayana family;
  • the analytic conversion from equation (2) and the side conditions to Claim (7);
  • the Claim (6) / Claim (7) reindexing;
  • the strong-induction skeleton and constant-word successor indexing;
  • finite-board rook-polynomial coefficient nonnegativity.

Still missing for an unconditional source-faithful endpoint:

  • the source [P, G; Q, H] matrix-preserver step yielding
    M w' << M w - M w', followed by Braun--Jal Lemma 2.6;
  • all-index equation (2), or its documented combinatorial boundary hypothesis;
  • coefficientwise nonnegativity of H m, or its documented board-model boundary hypothesis;
  • the concrete Theorem 3.5 recurrence;
  • the concrete deletion degree bridge;
  • the constant-word staircase identity.

The previous issue text incorrectly said
theorem41NonNestingRook_modified_of_modelInputs already supplied the checked
analytic route. That theorem instead used an additional adjacent-G route and
therefore did not match the source proof.

Goal

Instantiate the corrected source proof for generalizedSnakeRookModel and
expose an actual theorem proving Theorem41NonNestingRookStatement for its
snake polynomial.

Acceptance criteria

  • Use the concrete/model-facing M above.
  • Follow equation (2), Lemma 3.4, Claims (6)--(7), the source matrix step, and strong induction.
  • Permit only combinatorial interpretation facts as explicit boundary hypotheses.
  • Give every boundary hypothesis a nearby source comment explaining why the full combinatorial model is omitted.
  • Do not assume real-rootedness, splitting, proper position, or interlacing at the boundary.
  • Do not reintroduce consecutive auxiliary-G proper position as a source requirement.
  • Expose an actual theorem, not only a def ...Statement : Prop interface.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions