Hw2 Solutions Section 16 13 Let G Be The Additive Group of Real
Hw2 Solutions Section 16 13 Let G Be The Additive Group of Real
Section 16
13.) Let G be the additive group of real numbers. Let the action of θ ∈ G in the real
plane R2 be given by rotating the plane counterclockwise about the origin through θ
radians. Let P be a point other than the origin in the plane.
Note that elements of our set are points other than the origin in the plane R2 (the
origin is fixed). To show that R2 is a G-set, we need to show that the action
defined above satisfy the two criteria for a group action.
Let d be the distance from the point P to the origin. Then the orbit of P is the
circle of radius d centered at the origin.
The group GP is the subgroup of G = R that fixes the point P . Note that
rotating by integer multiples of 2π rotates the plane back to its original position.
Therefore GP = h2πi ≤ R.
(a.) Show that every element in the same conjugacy class has the same order.
Recall that the order of an element is the smallest positive integer n ∈ Z+ such
that an = e where e ∈ G is the identity element. Let a ∈ G such that |a| = n for
some positive integer n ∈ Z+ . Also let b ∈ G be in the conjugacy class of a. That
means that there exists g ∈ G such that b = gag −1 . We then consider
bn = (gag −1 )n = (gag −1 )(gag −1 ) · · · (gag −1 )
| {z }
n of these
= ga(g g)a(g g) · · · (g −1 g)ag −1
−1 −1
= gan g −1 = geg −1 = e.
But we’re not done because this just shows that the order of b is ≤ n. Assume
that there exists m ∈ Z+ with m < n such that bm = e. Since b = gag −1 we can
solve for a and get a = g −1 bg. Applying the exact same argument as above, we
would get that am = e. But this contradicts the assumption that the order of a is
n (remember, n is the smallest such integer such that an = e). So we indeed have
|b| = n.
(a.) Find the order of the ring, that is, the number of elements in it.
Note that there are only two elements in Z2 = {0, 1}. In a 2 × 2 matrix there are
4 entries and for each entry there are two possiblities (either 0 or 1). And so
Hopefully you recall from matrix algebra that a matrix has an inverse if and only
if it has nonzero determinant. But you only know this when the entries of your
matrix are real numbers. It turns out to be true in this case since Z2 is a field but
since we haven’t shown that, we can’t use that fact. So we will use brute force.
We first
note that the identity element in this ring is indeed the identity matrix
1 0
I= which is its own inverse and therefore a unit.
0 1
Suppose that the matrix has a row of 0’s,
0 0 c d 0 0
=
a b e f ac + be ad ∗ bf
which can never be the identity matrix no matter what a, b, c, d, e, f are. We can
make similar arguments for if the second row or either column consists entirely of
0’s. Therefore the only things left to check are the elements are
0 1 0 1 1 0 1 1 1 1
, , , , and .
1 0 1 1 1 1 0 1 1 0
So let’s take one of these guys and multiply it by an arbitrary matrix and set it
equal to the identity matrix I. Suppose we have that
1 0 0 1 a b c d
= = .
0 1 1 1 c d a+c b+d
For this equation to be true we must have that c = 1and d= 0 giving us that
0 1 1 1
a = 1 and b = 1. Thefore we know that both and are units
1 1 1 0
since they are inverses of each other. We can make similar arguments for the
other 3 matrices in question and will find that they are all self-inverse.
38.) Show that a2 − b2 = (a + b)(a − b) for all a and b in a ring R if and only if R is
commutative.
a2 − ab + ba − b2 = a2 − b2
if and only if −ab + ba = 0 which is true if and only if ba = ab. Note that this is exactly
what it means for R to be commutative since our choice of a and b were arbitrary.
Since all of the statements above were “if and only if” statements, we are done.
(a.) Show that the set of all idempotent elements of a commutative ring is closed
under multiplication.
Note that an element (a, b) ∈ Z6 × Z12 is idempotent if and only if (a, b)2 = (a, b). Note
that (a, b)2 = (a, b)(a, b) = (a2 , b2 ) and so (a, b) is idempotent if and only if a2 = a in Z6
and b2 = b in Z12 . We proceed by just checking the squares of all elements in these
rings.
In Z6 , we have:
02 = 0 22 = 4 42 = 4
.
12 = 1 32 = 3 52 = 1
In Z12 , we have:
02 = 0 32 = 9 62 = 0 92 = 9
12 = 1 42 = 4 72 = 1 102 = 4 .
22 = 4 52 = 1 82 = 4 112 = 1
Therefore, the idempotents of the ring Z6 × Z12 are the sixteen ordered pairs in the set
{0, 1, 3, 4} × {0, 1, 4, 9}.
48.) Show that a subset S of a ring R gives a subring of R if and only if the following
hold:
i.) 0 ∈ S;
Note that this is an if and only if statement so we have to show the implication both
ways. Let us first assume that S is a subring of R. Therefore (i) and (iii) automatically
hold. If b ∈ S then we must have −b ∈ S since S is a subgroup under addition.
Therefore (a − b) = a + (−b) ∈ S for all a, b ∈ S, verifying criteria (ii).
Now let us assume that (i), (ii), and (iii) hold. We will then show that S is a subring.
Note that we have that the associativity of addition and multiplication are inherited
from R. We now show that S is a subgroup under addition. Since 0 ∈ S, then for all
a ∈ S we have that 0 − a = −a ∈ S, that is S is closed under additive inverses.
Therefore we also have that for all a, b ∈ S, a + b = a − (−b) ∈ S again by criterion (ii).
And so we indeed have that S is a subgroup under addition. All that’s left to show
then is that S is closed under mulitplication, but that is exacly criterion (iii).