How statement and proof provenance work
The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.
- Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
- AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
- AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.
These labels describe origin, not correctness: citations and verification chips remain separate evidence.
Tail-swapping is a sign-reversing involution on the intersecting systems
Statement
Fix start points and end points , and let be the set of pairs such that and is an intersecting -system (Path systems between two families of lattice points, and non-intersecting systems).
There is an involution
with the following property: if
then
Facts & Assumptions
Given: start points , end points , and a pair with .
A -system is an -tuple of monotone paths , and it is intersecting when some pair of paths shares a lattice point (Path systems between two families of lattice points, and non-intersecting systems).
Composing a permutation with a transposition reverses its sign, so in particular for (Composing with a transposition reverses , Inversions, inversion number, the sign , and even and odd permutations).
Proof
The set of lattice vertices lying on at least two paths of is finite and nonempty. Choose its lexicographically least vertex , and then choose the lexicographically least pair of indices such that both and pass through .
Write and , where and end at and and start at . Define a new -tuple by replacing with , replacing with , and leaving every other path unchanged; and put .
The new tuple is a -system: the swapped paths are still monotone because each is a concatenation of monotone segments meeting at the same lattice point , and their endpoints are and respectively, while every other endpoint is unchanged.
Since and is a transposition, [L1] gives .
The same choices are recovered from . At every lattice vertex, swapping the two tails preserves the number of paths passing through that vertex: it only exchanges the labels and after . Thus the set of vertices lying on at least two paths, and hence its lexicographically least member , is unchanged. The paths with indices and still both pass through , and the set of indices of paths passing through is unchanged, so the least pair there is again . Applying the construction again swaps the same tails back.
Steps 2.1 and 3.1 show that the construction defines a map from to itself and that for every ; step 2.2 gives the sign change. So is the required sign-reversing involution.
Remarks
- The only real work is canonicity. A tail-swap at an arbitrary intersection would still reverse the sign, but it would not define an involution. The least indices and the first meeting point are what make the construction well defined.
Depends on
- Path systems between two families of lattice points, and non-intersecting systems
- The finite symmetric group $S_n$, one-line notation, and cycle notation
- The sign is a homomorphism $S_n\to\{+1,-1\}$, surjective exactly when $n\ge 2$
- Inversions, inversion number, the sign $\operatorname{sgn}(\sigma)=(-1)^{\operatorname{inv}(\sigma)}$, and even and odd permutations
- Every finite permutation is a product of transpositions, so the transpositions generate $S_n$
- Monotone lattice paths with steps $E=(1,0)$ and $N=(0,1)$
- Composing with a transposition reverses $(-1)^{\operatorname{inv}(\sigma)}$
Used by
Dependency tree · two levels
21 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.
Sources
- C. Krattenthaler, "Lattice Path Enumeration", ch. 10 of the Handbook of Enumerative Combinatorics, §10.13 (standard reference, not scraped)