Examples for degree 2 in 3 variables:

let i = σ-1[j]- f[1] = 5; f[2] = 3; f[3] = 1;x[1]^f[1] x[2]^f[2] x[3]^f[3] = x1^5 x2^3 x3σ 1 <-> 2<-><->x[σ[1]]^f[1] + x[σ[2]]^f[2] + x[σ[3]]^f[3]<-><->x[1]^f[σ-1[1]] + x[2]^f[σ-1[2]] + x[3]^f[σ-1[3]]<-><->g[1] = f[σ-1[1]] <->g[2] = f[σ-1[2]] <->g[3] = f[σ-1[3]] <-><->x[1]^g[1] x[2]^g[2] x[3]^g[3]

sort(f) = sort(g) = [5, 3, 1 ]

x1, x1^2, x2, x2^2, ... x_k -> basis

§ Basis for degree k with N variables:

§ Example when k = 3, N = 4

§ Partitions of a number ParN(k)Par_N(k) and Par(k)Par(k)

§ Symmetry of Schur polynomials

§ Kostka numbers

For each m/n shape and α sequence, define K(m/n, α) as the coefficient of x^α in s(m/n, x1, ..., xN).

Equivalenetly, K(m/n, α) is the number of semistandard tableaux of shape m/n and content α.

§ 10.41: Theorem: Lexicographic vs. Dominance Ordering.

Find better explanation (picture proof?)

If you have two non-decrasing functions μ and ν such that (integral_0^i μ < integral_0^i ν) for all i, then there exists a point pp such that μ(x < p) = ν(x < p) and μ(p) < ν(p)

§ Lemma 0 (Diaconis):

§ Definition of Raising Operation:

Restrict RR such that it only works for adjacent elements. May make life easier. Currently, we can move index ii to jj for j<ij < i.

§ 1st row of mu

*1 *2 * * * * .. *p

§ 1st row of mu in lambda

  |  |  |  |..|..|  |..|      |  |  |  |..|..|  |>= p cols*3|  |*1|  |..|..|  |..|  |*4|  |  |..|..|  |..|  |  |  |*p|..|..|  |..|  |  |  |  |..|..|*2|..|

§ 2nd row of mu

@1  @2 ... @q

§ 2nd row of mu in lambda

                         >= p cols*3|  |*1|  |..|..|  |..|..|@2|*4|  |  |@4|..|  |..|..|  |  |  |*p|..|..|  |..|..|  |  |  |  |..|..|*2|..|..|  |@1|  |  |..|..|@3|..|..|   |  |@q|  |..|..|  |..|..|       

pull up

                         >= p cols*3|*4|*1|*p|@4|..|*2|..|..|@2|@1|@q|  |..|..|@3|..|..|  |  |  |  |..|..|  |..|..|  |  |  |  |..|..|  |..|..|  |  |  |  |..|..|  |..|..|   |  |  |  |..|..|  |..|..|       

§ Lemma 1 (diaconis):

Let a,ba, b be in the same row of ss and the same column of tt. Consider (a,b)(a, b). Then (a,b)es=es(a, b)e{s} = e{s}, since s{s} is invariant under row permutation.

Also note that $[id, (a, b)]$ belong to $C_t$ as $a, b$ are in the same column of $t$. Consider the cosets of $[a, b]$ in $C_t$. This decomposes the full $C_t$ into .... This change the action into

sum_i (x_i id sgn(x_i id) + x_i (a, b) sgn (x_i (a,b))) = x_i (id - (a, b)) as sgn(id) = 1, sgn((a, b)) = -1

$M^\mu: module generated by all e_t$

§ Lemma 2(diaconis):

Recall that e[t]= Σ[pi ∈ Ct] sgn(π) e[pi{t}]

Let u in M_mu, that is, u is a linear combination of tabloids of shape mu. t is a mu-tableaux (not a TABLOID). Then for some scalar c,

Σ[pi ∈ Ct] sgn(pi) pi u = c e_t
A_t(u) = sgn(pi) pi (u) = c e_t

A_t(u) is the projector onto the e_t subspace.

Prove that A_t is idempotent, because 'A_t(e{t}) = +- e{t}' and 'A_t(e{s}) = 0' or 'A_t(e{s}) = +-e{s}'. So A_t projects onto at least the e[t] subspace. Can it project onto more? No, because we've seen that A_t(e{s}) = 0 or A_t(e{s}) = +-e{t}.

Next impose an inner product that makes the e{s} orthogonal. This shows that At is hermitian.

§ Lemma 3

Vyn likes the statement as-is, since it talks about a fixed Slambda v/s varying U. I prefer to write it as Slambda in U or Slambda in Uperp.

consider A_t(U) for all t. It's either going to be et for SOME set of t's, or it's going to be identically zero. If it is identically zero, then we have Slambda perpendicular to U because Slambda is spanned by et. On the other hand, suppose A_x(U) is nonzero for some ex. Then, for all other y, we can find some permutation such that σ(x) = y. Since ex in U, and since U is invariant, we have that σ(ex) = eσ(x) = ey in U, which means that S is a subspace of U. So we show that one A_x being non-zero implies all the A_y are non-zero. Alternatively, I guess one can see that A_y = sgn(σ)σ A_x.