Compute the centralizer of
(0 -1)
(1 0)
in GL2(R).
I know that the centralizer of an element g of a group G is all the elements of G that commute with g, but I am unsure as to how to compute it.
Printable View
Compute the centralizer of
(0 -1)
(1 0)
in GL2(R).
I know that the centralizer of an element g of a group G is all the elements of G that commute with g, but I am unsure as to how to compute it.
Hi HowlingLung.
I'm going to call the matrix you gave M. If we want to determine what the elements that commute with M look like in, we take an arbitrary matrix
then compute AM and MA. Since we want A to commute with M we set up the equality AM=MA. This should give a=d and c=-b. Now replace d with a and c with -b in A and we'll have what an element of the centralizer of M looks like. The last thing we need to do is make sure that the matrix A we have just found really does belong to. This means we want A to be invertible. Looking at A for a moment, we see that this is the case when
or
Does this help? Let me know if anything is unclear.
Good luck!
first let's find all matrices that commute with:
so if:
then:
comparing the two matrices, we obtain:
a = d, b = -c.
so M must be of the form:
and it should be clear that every matrix of this form does indeed commute with A.
so which are these matrices M are invertible?
calculating det(M) = a2 + b2, we see it is precisely the non-zero matrices of the given form.
(this is really the same as GJA's answer, just formatted a little cleaner. note that we can identify the matrix A with the complex number 0+1i = i, and since the complex numbers form a field, it follows that the multiplicative group of C (as matrices of the form for M) forms an abelian subgroup of GL(2,R). so we know that C(A) contains at least all of this subgroup, since of those matrices commute with each other. so all we really need to do is show that the matrices outside of the complex numbers (as matrices of the form M) do not commute with A, which is what the first part of this post shows).