fsp = toSp ffsp = toSp(f,Sp)Given a symmetric function f, the function toSp returns the expression of f in the basis of irreducible symplectic characters. The output is a RingElement in a SchurRing with GroupActing => "Sp", so that the basis element sp_\lambda stands for the irreducible Sp-representation associated to the partition \lambda.
The conversion implements the inverse Koike branching formula s_\lambda = \sum_\delta sp_{\lambda/\delta}, where \delta ranges over partitions \delta \subseteq \lambda all of whose columns have even length (equivalently, the parts of \delta occur in equal pairs), and skew characters are expanded using Littlewood-Richardson coefficients.
|
|
|
|
|
If the target symplectic ring is not specified, the first call to toSp on an element of S creates and caches an associated stable symplectic ring with the same coefficient ring as S; subsequent calls reuse the cached ring.
|
Alternatively one can supply the target symplectic ring explicitly.
|
|
The conversion is inverse to toS on the symplectic ring, and multiplication of symplectic characters factors through this round-trip. At stable rank, toS(sp_{(1,1)}) = s_{(1,1)} - 1 and toS(sp_{(2,2)}) = s_{(2,2)} - s_{(1,1)}; the product sp_{(1)}^2 equals the Newell-Littlewood product sp_{(2)} + sp_{(1,1)} + 1.
|
|
|
|
|
|
At finite rank n (the ring parameter numVariables), the modification rule of Sam-Snowden-Weyman is applied automatically, so characters whose partitions exceed n rows are folded back to admissible Sp basis elements (or zero). Weyl dimensions are available via dim. Plethysm is supported and routes through the GL Schur ring.
|
|
|
|
An explicit symplectic character decomposition from a Schur polynomial can be obtained directly; linearity lets the user combine several Schur functions at once:
|
|
Plethysm of a symplectic character is well-defined through a round-trip to the Schur basis. Here, the plethysm of the trivial (2)-power on the defining representation sp_{(1)} recovers the usual Sym^2 character, and toS confirms it is s_{(2)}:
|
|
|
At finite rank, the modification rule folds partitions that exceed the rank. Passing s_{(2,1,1,1)} to the rank-2 symplectic ring Sp_4 returns the modified (and much shorter) character:
|
The object toSp is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/SchurRings.m2:8315:0.