Completed
Completed
Completed
EXERCISE SET 1
Prob 1: Prove for all n > 1 that Z/nZ is not group under multiplication of
residue classes. Let (Z/nZ) denote the residue classes of integers coprime to n.
This is a group under multiplication.
Sol: For Z/nZ to be group under multiplication, multiplicative inverse should
exist for all elements belonging to Z/nZ.
(0 a, b n 1)
a.b = 1mod(n)
(k Z+ )
ab 1 = kn
ab + k 0 n = 1
(k 0 = k)
That is multiplicative inverse exist for only those elements which are relatively
prime to n. Obvious counter example is 0 Z/nZ, but no multiplicative inverse.
Prob 2: Let G = {x R | 0 x < 1} and for x, y G, let x y = (x + y [x +
y]) = {x + y}. Prove that is a binary operation on G and that G is an abelian
group under .
Sol: For to be a binary operation, x y should be in G for x, y G, which is
true as 0 {x + y} < 1.
(1) is associative: Let x, y, z G, then
(x y) z = x + y + z [x + y + z]
x (y z) = x + y + z [x + y + z],
hence associative.
(2) x e = e x = x, is satisfied for all x G, if we take e = 0.
(3) x x1 = x1 x = e, is satisfied by x1 = 1 x G, for x = 0 x1 = 0
(4) {x + y} = {y + x} hence group is abelian.
Prob 3: G = {z C|z n = 1} for some n Z+ .
Prove that G is group under multiplication.
Sol:
(1) Let z1 , z2 , z3 G
(z1 z2 ) z3 = z1 z2 z3
z1 (z2 z3 ) = z1 z2 z3
hence multiplication is associative.
(2) z e = e z = z, this is satisfied for all z G when e = 1 G
(3) z z 1 = z 1 z = e this is satisfied by z 1 = z n1 G as (z n1 )n = 1
Hence G is a group under multiplication.
Prove that G is not group under addition.
Sol: z + e = e + z = z is only satisfied by e = 0, but 0 does not belong
to G, hence G is not a group under addition.
Prob 4: Find order of each element of the additive group Z/12Z.
Sol: |0| = 1
|1| = 12
|2| = 6
|3| = 4
|4| = 3
|5| = 12
|6| = 2
|7| = 12
|8| = 3
|9| = 4
|10| = 6
|11| = 12
1
2. EXERCISE SET 2
Prob 1: Let x and y be the elements of order 2 in any group G. Prove that if
t = xy then tx = xt1 .
Sol: |x| = 2 and |y| = 2 implies x = x1 and y = y 1
t = xy
1
= (xy) = y 1 x1 = yx
tx = xyx
xt1 = xyx
tx = xt1
For Problem 2 and 3: Let X2n = x, y|xn = y 2 = 1, xy = yx2 .
Prob 2: Show that if n = 3k, then X2n has order 6.
Sol:
x = xy 2 = (xy)y = (yx2 )y = (yx)(xy) = (yx)(yx2 ) = y(xy)x2 = yyx2 x2 = y 2 x4 = x4
i.e. x = x4 so we get x3 = 1, hence order of x2n is 6,
X2n = {1, x, x2 , y, yx, yx2 }.
Prob 3: Show that if gcd(3, n) = 1, then x satisfies the additional relation:
x = 1. In this case deduce that X2n has order 2.
Sol:
gcd(3, n) = 1
3a + nb = 1
x1 = x3a+nb = (x3 )a (xn )b = 1
so, X2n has order 2, X2n = {1, y}.
For Problem 4-8: Let Y = u, v|u4 = v 3 = 1, uv = v 2 u2
Prob 4: Show that v 2 = v 1 .
Sol:
v3 = 1
1
v vv 2 = v 1
v 2 = v 1
Prob 5: Show that v commutes with u3 .
Sol:
v 2 u3 v = (v 2 u2 )(uv) = (uv)(uv) = uv 3 u2 = u3
as, v 2 u3 v = u3 , multiplying both sides by v we get,u3 v = vu3 .
Prob 6: show that v commutes with u.
Sol:
u4 = 1
u9 = u
(u3 )3 = u
(v 2 u3 v)3 = u
(v 2 u9 v) = u
u9 v = vu
uv = vu
Prob 7: Show that uv = 1.
Sol:
uv = vu
u = vuv 2
u = vv 2 u2 v
u = u2 v
u3 u = u3 u2 v
uv = 1
Prob 8: Show that u = 1, deduce that v = 1, and conclude that Y = 1.
Sol:
u4 v 3 = 1
u3 uvv 2 = 1
u3 v 2 = 1
u2 uvv = 1
u2 v = 1
u=1
as, uv = 1 and u = 1 then v = 1, and hence Y=1.
Prob 9: Prove that if is the m-cycle (a1 a2 am ), then for all i {1, 2, , m},
i (ak ) = ak+i , where k +i is replaced by its least positive residue mod(m). Deduce
that || = m.
Sol: Using process of induction, 1 (ak ) = ak+1 is true. Let m (ak ) = ak+m
then for i = m + 1, m+1 (ak ) = 1 m (ak ) = 1 (ak+m ) = ak+m+1 i.e.equation is
true for m + 1 whenever it is true for m, hence this equation is true for all i Z+ .
Whenever k + i m, is replaced by x where k + i (x)mod(m) and 0 x m 1.
As i (ak ) = ak+i , let ak = ak+i for all 0 k m 1, then (k)mod(m) =
(k + i)mod(m) which implies m|i, smallest i divisible by m is m hence || = m.
Prob 10: Let be the m-cycle (1 2 3 m). Show that i is also a m-cycle iff
i is relatively prime to m.
Sol 1: Suppose i is m-cycle then
i = (1, 1 + i, , 1 + (m 1)i)
and so {1, 1 + i, 1 + 2i, . . . , 1 + (m 1)i} must be distinct mod(m). Let gcd(i, m) 6=
1 then there exist prime p, such that i = pk1 and m = pk2 where (k1 , k2 , p
Z+ ), (0 < k1 , k2 < m)
mk1 = ik2
1 + mk1 = 1 + ik2
1mod(m) = (1 + ik2 )mod(m)
1 + li = 1 + ji
(0 < i m 1)
(l j)i = 0mod(m)
(l j)i = km
k Z+
Since gcd(i, m) = 1 there are integers k1 and k2 such that k1 i+k2 m = 1. Mutiplying
both sides by l j we get,
k1 (l j)i + k2 (l j)m = l j
which implies m|l j, but this is not possible since 0 < l j < m. Therefore if i
and m are relatively prime then i is an m-cycle.
3.
EXERCISE SET 3
any F.
BA,
is not
which
3
4 11
=
,
4
10 25
(a, b Q)
Prob 12: Let G be a group acting on a set A and fix some a A. Show that
P = {g G| ga = a} is subgroup of G.
Sol : P is nonempty as 1 P .Let m, n P , (mn)a = m(n(a)) = m(a) = a,
which implies mn P , i.e. P is closed under multiplication, m1 P as
a = 1a = (m1 m)a = m1 (m(a)) = m1 (a)
which implies p is closed under inverses. Hence P is subgroup.
Prob 13: Let G be any group and let A = G. Show that the maps defined by
g.a = gag 1 for allg, a G do satisfy the axioms of a group action.
Sol : Let m, n G m.(n.a) = m.(nan1 ) = mnan1 m1 = (mn)a(mn)1 =
(mn).a and 1.a = 1a11 = a hence both axioms are satisfied.
For Prob 14-15: Let G be a group and let G act on itself by left conjugation,
so each g G maps G to G by x
7 gxg 1 for fixed g G.
Prob 14: Prove that conjugation by g is an Automorphism.
Sol : Define : G G such that (x) = gxg 1 . Let x, y G, (xy) =
gxyg 1 = (gxg 1 )(gyg 1 ) = (x)(y), hence homomorphism. is injective as,
(x) = (y) implies x = y. is surjective as, for every x G there exist y such
that g 1 xg = y. Hence is a bijection and conjugation by g is an automorphism.
Prob 15: Show that x and gxg 1 have the same order.
Sol : Let |x| = n and (gxg 1 )m = 1, which implies xm = 1 so, n|m smallest m
to which n divides except zero is n, hence |gxg 1 | = n.
Prob 16: Let H be a group acting on set A. Prove that the relation on A
defined by a b iff a = hb for some h H is an equivalence relation.
Sol : a a as a = 1a where 1 H. Let a b then b a, as a b implies a = hb
multiplying both sides by h1 we get, h1 a = b as h1 H hence symmetric. Let
a b and b c then a c, as a b implies a = h1 b and b c implies b = h2 c
now substituting we get, a = (h1 h2 )c as as (h1 h2 ) H hence transitive. Therefore
relation is an equivalence relation.
For Prob 17-19: Let A be a nonempty set and let k be a positive integer with
k |A|. The symmetric group SA acts on set B consisting of all subset of A of
cardinality k by .{a1 , . . . , ak } = {(a1 ), . . . , (ak )}.
Prob 17: Prove that this is a group action.
Sol : Let , SA then .(.{a1 , . . . , ak }) = .{(a1 ), . . . , (ak )} = { (a1 ), . . . , (ak )} =
( ).{(a1 ), . . . , (ak )}, and 1.{a1 , . . . , ak } = {1a1 , . . . , 1ak } = {a1 , . . . , ak }. Hence
by definition this is a group action.
Prob 18: For which values k the action of SA on k-element subsets is faithful
where |A| = n.
Sol : Let G be a group. G acting on a set B is equivalent to giving a group
homomorphism : G Aut(B), as follows. Consider the two sets
S1 = {f : GB B|f is a group action, that is, f satisfiesf (g, f (h, b)) = f (gh, b) and f (e, b) = b}
and
S2 = { : G Aut(B)| is a group homomorphism}.
Define : S1 S2 by ((f )(g))(b) = f (g, b). It is obvious that (f )(g)
Aut(B) since f is an action. We need to check that (f ) is a group homomorphism
from G Aut(B). Let g1 , g2 G then we need to check that (f )(g1 g2 ) =
(f )(g1 ) (f )(g2 ). Both these are elements in Aut(B) and so it suffices to check
they are equal when we apply them on b B. ((f )(g1 g2 ))(b) = f (g1 g2 , b) and
((f )(g1 ) (f )(g2 ))(b) = ((f )(g1 ))(f (g2 , b)) = f (g1 , f (g2 , b)) since f is a group
action f (g1 g2 , b) = f (g1 , f (g2 , b)) which implies (f ) is a group homomorphism if
f is a group action.
Define : S2 S1 given as (())(g, b) = (g)(b). We need to check that ()
is a group action from G B B. Let g1 , g2 G and denote by 1 the identity element of G. Then we need to check that (())(g1 g2 , b) = (())(g1 , (())(g2 , b))
and (())(1, b) = b. (())(g1 g2 , b) = (g1 g2 )(b) and (())(g1 , (())(g2 , b)) =
(())(g1 , (g2 )(b)) = (g1 ) (g2 )(b), (g1 g2 ) = (g1 ) (g2 ) as is a group homomorphism. (())(1, b) = (1)(b) but as is a group homomorphism (1) goes
to identity in Aut(B) but IdAut(B) (b) = b hence (())(1, b) = b. As, whenever
is a group homomorphism () satisfies both the properties of group action, hence
() is a group action if is a group homomorphism.
Now we need to check that = IdS2 , that is, we want to check ( ) =
for S2 . As S2 , equality can be checked by applying both sides on an
element g G. ( )()(g) = (g) now, both these are elements of Aut(B) so it
is suffice to check that they are equal when applied on b B. ( )()(g)(b) =
(((())(g)))(b) = (())(g, b) = (g)(b) hence, = IdS2 . Also, we need
to check that = IdS1 i.e. we want to check ( )f = f both of these are
elements of S1 as f S1 , so it is suffice to check that they are equal when applied
on (g, b) G B. ( )(f (g, b)) = (((f )))(g, b) = ((f )(g))(b) = f (g, b)
hence, = IdS1 .
Group action f is said to be faithful when (f ) is injective i.e. (((f ))(g1 ))(B) =
(((f ))(g2 ))(B) implies g1 = g2 , for all f S1 where g1 , g2 G. For the given
problem G = SA and elements of G are distinct permutations of A. Let B be
a k-element subset of A. Let x , y SA be two distinct permutations of A.
Since these permutations are distinct there exist a A such that x (a) 6= y (a).
We now can choose a k-element subset B of A where k is less than n, such that
a B but y1 x (a)
/ B. Since x (B) contains x (a) but y (B) does not contain
1
y y x (a) = x (a) hence, as x 6= y implies x (B) 6= y (B) hence action is
faithful. For k = n there will be only one element in B and hence only one element
in Aut(B) i.e. IdAut(B) and hence kernel of group homomorphism (f ) will be
whole of SA , hence action will not be faithful. Therefore action is faithful for
0 k n 1.
Prob 19: For which values of k the action of SA on ordered k-tuple is faithful
where |A| = n.
Sol : Group action f is said to be faithful when (f ) is injective i.e. (((f ))(g1 ))(B) =
(((f ))(g2 ))(B) implies g1 = g2 for all f S1 where g1 , g2 G. For the given
problem G = SA and elements of G are distinct permutations of A, and B is an
ordered k-tuple of A. Let x , y SA be two distinct permutations of A. Since
these permutations are distinct there exist a A such that x (a) 6= y (a). We
now can choose an ordered k-tuple B where k is less than n, such that a B
but y1 x (a)
/ B. Since x (B) contains x (a) but y (B) does not contain
y y1 x (a) = x (a) hence, as x 6= y implies x (B) 6= y (B) hence action is
faithful. For k = n as x (a) 6= y (a) hence x (B) 6= y (B) since a B, because
unlike k-element subset, ordered k-tuple has n elements in B. Hence action is
faithful for 0 k n.
Prob 20: Let A and B be groups. Prove that A B
= B A.
Sol : Define : A B B A such that (x, y) = (y, x) for x A,y B. Let
a, b A, c, d B then ((a, b)(c, d)) = ((ac, bd)) = (bd, ac) and ((a, b)((c, d)) =
(b, a)(d, c) = (bd, ac), hence is homomorphism. is injective as (x, y) = (a, b)
implies x = a and y = b. is surjective as for every element (y, x) B A there
exist element (x, y) A B. Hence is bijection which implies it is isomorphism.
Prob 21: Show that {1, s} can not kernel of group homomorphism from D6 to
any other group.
Sol : Let is a group homomorphism from G to H, and let k = ker(),
then for x G, Kx = xK where Kx = {kx|k K} and xK = {xk|k K}.
D6 = {1, r, r2 , r3 , s, sr, sr2 }, {1, s} can not be kernel because of following counter
example. r.{1, s} = {r, rs} whereas {1, s}.r = {r, sr} as rs 6= sr in D6 because
rs = sr1 and r1 = r2 in D6 . Hence {1,s} can not be kernel.
4. EXERCISE SET 4
Prob 1: Find all subgroups of Z45 , giving generator for each.
Sol: If m|45 then Z45 has subgroup of order n/m given by < m >. The positive
divisors of 45 are 1, 3, 5, 9, 15, 45 then the corresponding subgroups are < 1 >, <
3 >, < 5 >, < 9 >, < 15 >, < 45 >.
Prob 2: If x is an element of the finite group G and |x| = |G|, prove that
G =< x >.
Sol: Let |x| = n then for k < n where k Z+ {0} all xk are different. If x G
then all the powers of x should be elements of G as G is a group, and as |G| = |x|
then all the elements of G are the those generated by x then by the definition of
generator of a group, G =< x >.
Prob 3: Find all generators of Z/48Z.
Sol: m generates Z/48Z if gcd(m, 48) = 1. Therefore generators of Z/48Z are
{1, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47}.
Prob 4: Find all generators of Z/202Z.
Sol: m generates Z/202Z if gcd(m, 202) = 1. Therefore generators of Z/48Z are
all the odd numbers till 202 except 101.
Prob 5: Find number of generators for Z/49000Z .
Sol: Prime factorization of 49000 is 23 53 72 . Then number of generators of
49000 is equal to 49000(no. of divisors of 2, 5, 7 till 49000 no. of divisors of 10, 14, 35 till 49000+
10
11
Z2 Z2 .
Sol : As Z2 = {0, 1}, hence Z2 Z2 = ({0, 0}, {0, 1}, {1, 0}, {1, 1}) i.e
|Z2 Z2 | = 4, therefore if this group is cyclic there should exist an element
of order 4, but since there is no element of order 4 in given group, hence
not cyclic.
Z2 Z.
Sol : Z2 Z is either of the form {0, x} or of the form {1,x} where x Z.
{0, x} can not be the generator as it can not generate {1, x}, hence it must
be of the form {1,x} if x 6= 1 then it can not generate {1,1}, and if x = 1
then they can not generate {0, 1} hence not cyclic.
Z Z.
Sol : If {a, b} is generator then its obvious that 1 a, b 1. None of
them except {1, 1} and {1, 1} can generate {1, 1} but then {1, 2} can
not be generated by them, hence not cyclic.
Prob 13: Prove that the following pairs of groups are not isomorphic.
Z Z2 , Z.
Sol : There is a element {0, 1} in Z Z2 of order 2, but there is not a single
element of order 2 in Z.
Q Z2 , Q.
Sol : There is a element {0, 1} in Q Z2 of order 2, but there is not a
single element of order 2 in Q.
Prob 14: Prove that Q Q is not cyclic.
Sol : Let {a, b} be the generator, then obviously a, b Q i.e a/2, b/2 Q but
{a, b} can not generate {a/2, b/2} hence not cyclic.
Prob 15: Assume |x| = n and |y| = m. Suppose that x and y commute:
xy = yx. Prove that |xy| divides the least common multiple of m and n. Need this
be true if x and y do not commute? Give an example of commuting elements x,y
such that the order of xy is not equal to least common multiple of |x| and |y|.
Sol : Let k = lcm(|x|, |y|) so m|k and n|k. Then (xy)k = xk y k = 1 hence k
divides order of xy. No, we have a counter example. Let x = (1, 2) and y = (2, 3)
then |x| = |y| = 2 but xy = (1, 2, 3) has order 3. Take G = Z/2Z and take
x, y = (1, 1) as both have order 2, but xy = (0, 0) has order 1, here order of xy is
not equal to least common multiple of |x| and |y|.
Prob 16: Show that if H is any group and h is an element of H with hn = 1,
then there is a homomorphism from Zn =< x > to H such that x h.
Sol : Since hn = 1, there is a m N such that | < h > | = m so m|n. Define
: Zn H such that (xk ) = hk then (xk )(xl ) = hk+l = (xk+l ), hence is a
homomorphism where k, l m, if k, l m then they will be replaced by x, y, such
that k x(mod m) and l y(mod m).
12
Prob 17: Show that if H is any group with h H, then there is homomorphism
: Z H such that 1 h.
Sol : Since Z is cyclic, its image under any homomorphism will be the cyclic
group generated by the image of 1. Since < h > is isomorphic to some cyclic group
Zn or Z, and hence map from Z to cyclic group which maps generator to generator
is a homomorphism.
Prob 18: Let p be a prime and let n be a positive integer. Show that if x is an
n
element of the group G such that xp = 1 then |x| = pm for some
Qnm n.
n
p
n
k
Sol : As x G and x = 1. Let |x| = a then a|p . Let a = k=1 (p
k ) and let
Qn
k
n
b
n
bQ= p a then x = 1 and hence a|b that is, k=1 (pk )|p which is equivalent to
n
k
nt
where pt = p this is possible only when 1 , . . . , n = 0 that
k=1,k6=t (pk )|p
m
is a = p where m n.
Prob 19: Let p be an odd prime and let n be a positive integer. Use binomial
n1
n2
theorem to show that (1 + p)p
1(mod pn ) but (1 + p)p
6= 1(mod pn ).
Sol : Let ordp (n) denote the highest order of p that divides n. Writing
Qk1
m
pm j=1 (pm j)
p
=
Qk1
k
k j=1 j
we can see that ordp (j) = ordp (pm j) as whenever j = kp where k Z+ and
(k, p) = 1 then, (pm j) = (pm kp ) = p (pm k) as ordp (pm k) =
m
0 hence ordp (j) = ordp (pm j) = . Hence ordp pk = m ordp (k). Now,
Ppn1
n1
n1
n1
(1 + p)p
= k=0 (pk p k ) as ordp (pk p k ) = k + n 1 ordp (k) for k 1
term k 1 ordp (k) 0 and hence except for k = 0 all term of binomial expansion
n1
will be divisible by pn and hence (1 + p)p
1(mod pn ).
n2
P
n2
n2
n2
p
p
k
(1 + p)p
=
) as ordp (pk p k ) = k + n 2 ordp (k) for
k=0 (p
k
k 2 term k 2 ordp (k) 2 and hence except for k = 0, 1 all terms of binomial
n2
expansion will be divisible by pn and hence (1 + p)p
1 + pn1 (mod pn ), which
pn2
n
implies (1 + p)
6= 1(mod p ).
Prob 20: Let n be an integer 3. Use the Binomial Theorem to show that
n2
n3
(1 + 22 )2
1(mod 2n ) but (1 + 22 )2
6= 1(mod 2n ).
n2
P
n2
n2
n2
2
Sol : (1 + 22 )2
= k=0 (22k 2 k ) as ord2 (22k 2 k ) = 2k + n 2 ord2 (k)
for k 1 term (2k 2 ord2 (k)) 0 and hence except k = 0 all terms of binomial
n2
1(mod 2n ).
expansion will be divisible by 2n and hence (1 + 22 )2
n3
P
n3
n3
n3
2
(1 + 22 )2
= k=0 (22k 2 k ) as ord2 (22k 2 k ) = 2k + n 3 ord2 (k) for
k 2 term (2k 2 ord2 (k)) 0 and hence except k = 0, 1 all terms of binomial
n3
expansion will be divisible by 2n and hence (1+22 )2
(1+2n1 )(mod 2n ) which
n3
implies (1 + 22 )2
6= 1(mod 2n ).
Prob 21: Show that (Z/2n Z) is not cyclic for any n 3.
Sol : Let H =< x > be a cyclic group, if |H| = n < , then for each positive
integer a dividing n there is a unique subgroup of H of order a. This subgroup is
13
14