What is the center of SL(n,C)?

  • Thread starter Thread starter cmj1988
  • Start date Start date
  • Tags Tags
    Center
cmj1988
Messages
21
Reaction score
0
What is the center of SL(n,C)?

I understand that the center of a group is where all elements commute with the group G. So I figure that I should come up with a case in which matricies commute. I remember a few facts from Linear Algebra:

Fact 1: Simultaneously diagonalizeanle matricies lend itself to commutivity
Fact 2: Matrix multiplication is associative

So given an M in SL(n,C) and an A, B in GL(n,C):
D1=MAM-1
D2=MBM-1

So, AB=M-1D1MM-1D2M=M-1D1D2M

We know that diagonal matricies are commutative

M-1D2D1M

Invoking associativity

BA

I'm not sure if I actually answered the question.
 
Physics news on Phys.org
As you said at the beginning, "the center of a group is where all elements commute with the group G". "Simultaneously diagonalizable" matrices commute with each other but not, generally, with other matrices. Also, matrices A and B may be simultaneously diagonalizable, and matrices C and D may be simultaneously diagonalizable, but A and B not simultaneously diagaonalizabel with C and D. Which pair would you take as center?

Instead of thinking about "diagonalizable" matrices, look at diagonal matrices.
 
So all diagonal matrices?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top