Consider the natural action of symmetric groups $S_n$ on $X_i\subset2^{N_n}$, where $N_n=\{1,2,...,n\}$, and $X_i=\{A=\{a_1,...,a_i\}|A\subset N_n\}$ (Basically they are just actions on indices). It induces complex representations of $S_n$ with dimension $\begin{pmatrix}n\\i\end{pmatrix}$, and their characters are denoted by $\chi_i$. We also denote the trivial representation as $\chi_0$. I want to show that $(\chi_i-\chi_{i-1}),1\leq i \leq [\frac{n}{2}]$ are $[\frac{n}{2}]$ irreducible complex representations of $S_n$ but I have got no idea how to prove it. At first I want to find a subspace of $V_i$ isomorphic to $V_{i-1}$, since it works for $i=1$ (Let $V=\{(x_1,...,x_n)|x_1=...=x_n\}\subset V_n$. Then dim$V=1$, and $V_n/V$ is irreducible, with character same as $(\chi_1-\chi_0)$), but it seems a difficult task for $i>1$...so maybe there is a better way to prove this. I think I need some help. Thanks.
2026-04-01 17:46:54.1775065614
Some irreducible complex representation of symmetric groups
132 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in REPRESENTATION-THEORY
- How does $\operatorname{Ind}^G_H$ behave with respect to $\bigoplus$?
- Minimal dimension needed for linearization of group action
- How do you prove that category of representations of $G_m$ is equivalent to the category of finite dimensional graded vector spaces?
- Assuming unitarity of arbitrary representations in proof of Schur's lemma
- Are representation isomorphisms of permutation representations necessarily permutation matrices?
- idempotent in quiver theory
- Help with a definition in Serre's Linear Representations of Finite Groups
- Are there special advantages in this representation of sl2?
- Properties of symmetric and alternating characters
- Representation theory of $S_3$
Related Questions in SYMMETRIC-GROUPS
- Orbit counting lemma hexagon
- A "Restricted Sudoku" Symmetry Group Question
- Show, by means of an example, that the group of symmetries of a subset X of a Euclidean space is, in general, smaller than Sym(x).
- Prove that $\sigma$ is a power of $\tau$ when they commute $\sigma\tau=\tau\sigma$.
- Proof verification - the only group of order 24 without normal sylow subgroup is $S_4$.
- Symmetry subgroup of a cube
- Subgroup generated by $S$ is $A_5$
- Question about semigroups of permutations
- Symmetry of the tetrahedron as a subgroup of the cube
- Interpretation of wreath products in general and on symmetric groups
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
We want to show that
$$\langle \chi_i - \chi_{i-1}, \chi_i - \chi_{i-1} \rangle = \langle \chi_i, \chi_i \rangle - 2 \langle \chi_i, \chi_{i-1} \rangle + \langle \chi_{i-1}, \chi_{i-1} \rangle = 1.$$
We'll show this using the fact I described in my comment above that if $\chi_X$ is the character of the permutation representation on a $G$-set $X$, then $\langle \chi_X, \chi_Y \rangle$ is the number of $G$-orbits of the action of $G$ on $X \times Y$. So it suffices to count the number of orbits of the action of $S_n$ on the set of pairs (a subset of $[n] = \{ 1, 2, \dots n \}$ of size $i$, a subset of size $j$), and then to plug in appropriate $i, j$.
I claim that up to the $S_n$ action, a pair of subsets $S, T$ of $[n]$ is determined by the size of its intersection $S \cap T$ and by the size of the complements $S \setminus (S \cap T), T \setminus (S \cap T)$. If the sizes $|S| = i, |T| = j$ are fixed then the only information is the size of the intersection, which can be anywhere from $0$ to $\text{min}(i, j)$. Hence the number of orbits is $\text{min}(i, j) + 1$. This gives
$$\langle \chi_i, \chi_i \rangle = i$$ $$\langle \chi_i, \chi_{i-1} \rangle = i - 1$$ $$\langle \chi_{i-1}, \chi_{i-1} \rangle = i - 1$$
so the inner product we want to compute is
$$i - 2 (i - 1) + (i - 1) = 1$$
as desired.