Products of non-overlapping adjacent transpositions.
This file follows Definition 3.11 and Theorem 6.8 of the paper: for a set $S$ with no consecutive integers, the permutation $\sigma_S$ swaps every pair $n, n + 1$ with $n \in S$ and fixes all other integers.
A set of integers contains no consecutive pair. This asymmetric formulation
is enough on ℤ: applying it to n - 1 rules out n - 1, n.
Equations
- Transpositions.NoConsecutive S = ∀ n ∈ S, n + 1 ∉ S
Instances For
A singleton has no consecutive pair.
The ASP permutation $\sigma_S$, exchanging each adjacent pair $n, n + 1$ for $n \in S$.
Equations
- Transpositions.sigma S hS = { func := Transpositions.sigmaFun S, bijective := ⋯, asp := ⋯ }
Instances For
The bend set for $\sigma_S$ is the singleton $\{b\}$ when $b - 1 \notin S$.
This is one case of the computation of L in the proof of Lemma 3.13
(lem:starTrans).
The bend set for $\sigma_S$ is $\{b - 1, b + 1\}$ when $b - 1 \in S$.
This is one case of the computation of L in the proof of Lemma 3.13
(lem:starTrans).
The slipface $s \star \sigma_S$ is given by adding 1 to a certain pattern of entries of $s$.
The expression Utils.oneIf P is the paper's indicator $\delta(P)$.
Lemma 3.13 (lem:starTrans), part 1/2.
A formula for $s_\alpha \star \sigma_S$, specializing the more general sf_star_sigma.
Lemma 3.13 (lem:starTrans), part 1/2.
A formula for $s \triangleleft \sigma_S$.
The expression Utils.oneIf P is the paper's indicator $\delta(P)$.
Lemma 3.13 (lem:starTrans), part 2/2.
A formula for $s_\alpha \triangleleft \sigma_S$. This is the ASP specialization of
sf_contract_sigma. Lemma 3.13 (lem:starTrans), part 2/2.
The rising and falling parts partition $S$.
The falling and rising parts partition $S$.
The rising and falling parts of $S$ are disjoint.
*Theorem 6.8 (thm:alphaStarSigma), part 2/2.
The simple-transposition case of the Demazure product: if $\sigma \in \asp$ has shift zero and its only inversion is $(n,n+1)$, then right Demazure multiplication by $\sigma$ follows the usual rule.
This is the last sentence of Theorem A, supplied by
Theorem 8.7 (thm:alphaStarSigma).
The simple-transposition case of left contraction: if $\sigma \in \asp$ has shift zero and its only inversion is $(n,n+1)$, then right contraction by $\sigma$ follows the usual rule.
This is the last sentence of Theorem 1.1 (thm:tll), supplied by
Theorem 8.7 (thm:alphaStarSigma).