Tableaux #
This file relates Hecke factorizations of 321-avoiding ASP permutations to set-valued Young tableaux defined on the inversion set.
This material is not present in An extended Demazure product; it gives an additional formal correspondence between fixed-shift set-valued tableaux and Hecke factorizations for the 321-avoiding case.
Links and two-factor data #
A Link packages the data needed to split a triangle-free ASP set into two
pieces that behave like the two inversion-set components in a Demazure
factorization. This section proves that such links are equivalent to
two-factor factorizations.
A decomposition of a triangle-free ASP set into two linked pieces, together with the shifts attached to the two factors.
The first part of the box decomposition.
The second part of the box decomposition.
- S : ASP321a.tfas
The ambient triangle-free ASP set.
- χa : ℤ
The shift assigned to
A. - χb : ℤ
The shift assigned to
B. The two pieces cover the ambient set.
The pieces are linked in order.
Instances For
Build a link from linked pieces and a triangle-free union.
Equations
Instances For
The link associated to a Demazure factorization of a 321-avoiding permutation.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Chains and Hecke factorizations #
This section iterates the two-factor link construction to compare Hecke
factorizations of a 321-avoiding ASP permutation with chains of inversion-box
data whose union and total shift recover τ.
The union of all box sets in a shifted chain.
Equations
Instances For
The sum of all shifts in a shifted chain.
Equations
- LeanPool.DemazureProduct.Tableaux.chiSum [] = 0
- LeanPool.DemazureProduct.Tableaux.chiSum (head :: tail) = head.2 + LeanPool.DemazureProduct.Tableaux.chiSum tail
Instances For
A chain of box sets with shifts whose union is invSet τ, whose total
shift is τ.χ, and whose pieces are linked in order.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Convert a list of ASP permutations to its chain of inversion-box pieces and shifts.
Equations
Instances For
Convert a Hecke factorization to the corresponding shifted chain.
Equations
Instances For
Convert a shifted chain back to a Hecke factorization.
Equations
Instances For
Hecke factorizations of a 321-avoiding ASP permutation are equivalent to chains of box sets with shifts.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Set-valued tableaux and label chains #
This section recodes chains of box sets by distributing labels 1, ..., n
among the boxes of invSet τ. The order condition on labels is exactly the
chain-separation condition in tableau form.
A fixed-length chain of subsets of invSet τ, indexed by the symbols
1, ..., n.
Equations
Instances For
Convert a tableau to the corresponding family of label sets.
Equations
Instances For
Convert a fixed-length chain of label sets to the corresponding tableau.
Equations
- LeanPool.DemazureProduct.Tableaux.tableauOfLabelChain C = ⟨fun (p : ↑(LeanPool.DemazureProduct.invSet τ.func)) => {i : Fin n | ↑p ∈ ↑C i}, ⋯⟩
Instances For
The tableau reconstructed from the label-chain of T is T itself.
The label-chain reconstructed from the tableau of C is C itself.
Set-valued tableaux on invSet τ with labels 1, ..., n are equivalent
to fixed-length label chains.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Prescribed chi data #
Fix a list of shifts. This section refines the chain/Hecke-factorization
correspondence by keeping track of the individual χ-values of the factors,
yielding a tableau model for factorizations with prescribed χ-list.
The list of shifts of the factors in a Hecke factorization, in order.
Equations
Instances For
The ordered list of shifts in a shifted chain.
Equations
Instances For
Shifted chains of fixed length with prescribed shift list.
Equations
Instances For
Convert a label chain to a fixed-shift shifted chain.
Equations
Instances For
Convert a fixed-shift shifted chain to a label chain.
Equations
Instances For
Equivalence between label chains and fixed-shift shifted chains.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A label chain is equivalent to a Hecke factorization with prescribed ordered shift data.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equivalence between set-valued tableaux and fixed-shift Hecke factorizations.
Equations
- One or more equations did not get rendered due to their size.
Instances For
For a prescribed length-n list of shifts summing to τ.χ, set-valued
tableaux on invSet τ are equivalent to Hecke factorizations of τ with
exactly that ordered χ-list.
Equations
- One or more equations did not get rendered due to their size.