I am currently working through a chapter of my quantum mechanics textbook about how group theory relates to quantum mechanics (I considered asking this question on the physics exchange, but figured you all would know more). In the discussion, they prove the following theorem: if the representation of a group $G$ of order $h$ is a direct sum of irreducible representations $i$ with size $l_i$, then $$\sum_il_i^2=h.$$When I tried to test this theorem on some common groups, though, it seems to fall apart. Specifically, consider the group of symmetry transformations $C_{3v}$, the symmetry transformations of an equilateral triangle (three reflections, two rotations, and the identity). If we select the basis functions $f_1=x$, $f_2=y$ and $f_3=z$, the text showed that the representation of this group is the direct sum of a two-dimensional irreducible representation relating $f_1$ and $f_2$ and a one-dimensional irreducible representation for $f_3$ (this is pretty obvious, since transformations in the $xy$-plane don't change $z$). However, it seems like the application of the formula mentioned above should yield that $1^2+2^2=h$ ($1$ and $2$ being the dimensions of the irreducible representations). But $1^2+2^2$ is $5$, whereas $h$ is $6$ in this case, so the theorem seems to fail. What am I doing wrong here?
2026-03-21 04:15:24.1774066524
Irreducible representations in group theory
88 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GROUP-THEORY
- What is the intersection of the vertices of a face of a simplicial complex?
- Group with order $pq$ has subgroups of order $p$ and $q$
- How to construct a group whose "size" grows between polynomially and exponentially.
- Conjugacy class formula
- $G$ abelian when $Z(G)$ is a proper subset of $G$?
- A group of order 189 is not simple
- Minimal dimension needed for linearization of group action
- For a $G$ a finite subgroup of $\mathbb{GL}_2(\mathbb{R})$ of rank $3$, show that $f^2 = \textrm{Id}$ for all $f \in G$
- subgroups that contain a normal subgroup is also normal
- Could anyone give an **example** that a problem that can be solved by creating a new group?
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 QUANTUM-MECHANICS
- Is there a book on the purely mathematical version of perturbation theory?
- Matrix differential equation and matrix exponential
- "Good" Linear Combinations of a Perturbed Wave Function
- Necessary condition for Hermician lin operators
- What is a symplectic form of the rotation group SO(n)
- Why is $\textbf{J}$ called angular momentum?(Quantum)
- How does the quantumstate evolve?
- Differential equation $au''(x)+b\frac{u(x)}{x}+Eu=0$
- How to model this system of $^{238}\,U$ atoms?
- Discrete spectra of generators of compact Lie group
Related Questions in IRREDUCIBLE-REPRESENTATION
- What do eigenvalues have to do with modules?
- Constructing a semidirect product in GAP using characters
- Prove that the degree of every irreducible representation divides $[ G : Z(G) ]$
- Show that $\theta$ is irreducible representation
- Example of an irreducible homogeneous Markov chain, that possesses an invariant measure but is not recurrent
- The irreducible representation of $S_n$ corresponding to the partition $n = (n − 1) + 1$
- Tableau which corresponds to alternating square representation
- Representation of symmetry group $D_4$ acting on a square
- Decomposing $\mathfrak{sl}_2$ as a sum of irreducible representations $U(sl_2)$
- GNS representation - A simple proof for 2x2 Matrices
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?
I think you are getting confused about what the theorem is saying. It says that the sum of the squares of all the irreducible representations equals the order of the group.
You took a single representation of $C_{3v}$ and decomposed it into 2 irreducible representations of dimensions 1 and 2. However, these are not all the irreducible representations of $C_{3v}$! Besides the two you have listed, there is one more irreducible representation of $C_{3v}$. It is the one-dimensional representation which sends rotations to 1 and reflections to -1 (called the alternating representation). So in total we have $1^2 + 1^2 + 2^2 = 6$ as expected.