In this example, we identify the Betti characters of the Specht ideal associated with the partition (4,3). The action of the symmetric group on the resolution of this ideal is described in K. Shibata, K. Yanagawa - Minimal free resolutions of the Specht ideals of shapes (n−2,2) and (d,d,1). The same ideal is also the ideal of the 4-equals subspace arrangement in a 7-dimensional affine space. This point of view is explored in C. Berkesch, S. Griffeth, S. Sam - Jack polynomials as fractional quantum Hall states and the Betti numbers of the (k+1)-equals ideal. where the action of the symmetric group on the resolution is also described.
We begin by constructing the ideal using the function spechtPolynomials provided by the package SpechtModule. We compute a minimal free resolution and its Betti table.
|
|
|
|
|
Next we set up the group action on the resolution. The group is the symmetric group on 7 elements. Its conjugacy classes are determined by cycle types, which are in bijection with partitions of 7. Once the action is set up, we compute the Betti characters.
|
|
|
To make sense of these characters we decompose them against the character table of the symmetric group, which can be computed using the function characterTable provided by the package SpechtModule. First we form a hash table with the irreducible characters. Then we define a function that computes the multiplicities of the irreducible characters in a given character. Finally, we apply this function to the Betti characters computed above.
|
|
|
|
|
|
|
|
As expected from the general theory, we find a single irreducible representation in each homological degree.