Section 6.7
Exercises


Choose one of the questions from:

1   2   3   4   5   6   7   8   9   10   11   12   13   14   15   16   17   18   19   20   21   22   23   24   25   26   27   28   29   30   31   32   33   34   35   36   37  
Exercise 1

Show that for an associative and commutative binary operation * the products a * a * b * a * b and b * a * a * a * b are equal.

Exercise 2

Prove: if in a monoid every element x different from the identity satisfies x2 = e, then the monoid is commutative.

Exercise 3

Let S be a semi-group. We can extend S with an element e, which is not in S, to a monoid (S {e},*,e). How do we have to define the multiplication on S {e} to make this indeed a monoid with unit e? What happens if S contains already a unit?

Exercise 4

Which of the two monoids on 2 elements, Z/2Z with addition or with multiplication, is the extension of a semi-group with a unit element?

Exercise 5

Describe an algorithm that takes as input an n × n multiplication table and that checks for associativity and commutativity of the multiplication.

Exercise 6

Show that the direct product of two monoids is again a monoid.

Exercise 7

Find two submonoids of Z/6Z such that their union is not a submonoid.

Exercise 8

If Si is a submonoid of the monoid Mi, for i=1, 2, then S1 × S2 is a submonoid of M1 × M2. Prove this.

Exercise 9

Suppose a1/b1, a2/b2, ... , an/bn are elements of Q, and p is an integer greater than |b1b2 · · · bn|. Show that 1/p is not contained in the submonoid of (Q,+,0) generated by a1/b1, a2/b2, ... , an/bn. Prove that Q is not finitely generated.

Exercise 10

Let X be a nonempty set. If M is a monoid with unit element e, then we can define a monoid structure on the set F of all maps from X to M as follows.

Prove this.

Exercise 11

Let M be a cyclic monoid generated by the element c. Suppose that c2 e, c2 c6, and c4 = c8. With which Ck,l is M isomorphic?

Exercise 12

Let M be the cyclic monoid generated by c and isomorphic to Ck,n. Write an algorithm that rewrites every power of c to one of ci, where 0 i < k + n.

Exercise 13

Suppose that f : M -> M' is a morphism. Prove that the image f(M) is a submonoid of M' and that the kernel of f, i.e., {m M | f(m) = e'}, where e' is the identity of M', is a submonoid of M.

Exercise 14

Determine all monoids on three elements.

Exercise 15

Prove that in the monoid (Z/nZ,·,1) an element m has an inverse if and only if gcd(n,m)=1.

Exercise 16

Let M1, M2 be monoids. Prove that the invertible elements of M1 x M2 are of the form (m1,m2) with m1 invertible in M1 and m2 invertible in M2.

Exercise 17

What are the invertible elements of Ck,n?

Exercise 18

Is the following true? If G is a group of order n, and m is a positive divisor of n satisfying 1 < m < n, then G contains an element of order m.

Exercise 19

Let G be a finite group. Show that each element of G appears exactly once in each column and each row of the multiplication table (also called Cayley-table) of G.

Exercise 20

Let I be the identity matrix of size n, i.e., the n by n matrix with ones on the diagonal and zeros outside the diagonal. For any matrix A we denote by AT the transposed matrix of A. Prove that the set On(R) = {A GLn(R) | A · AT = I} is a subgroup of GLn(R).

Exercise 21

Determine the left and right cosets of S3 in S4.

Exercise 22

Determine the order of the element (1,2)(3,4,5) in S5. Prove that, in general, the order of a permutation equals the lcm of the cycle structure of a disjoint cycle decomposition.

Exercise 23

Let G be a group and H a nonempty finite subset of G closed under multiplication. Prove the following.

  1. For h H, the elements h1, h2, h3, ... are not all distinct.
  2. The identity element is in H.
  3. Every element of H has finite order.
  4. H is a subgroup of G.

Exercise 24

Let G be a finite group of order m Let g G. Suppose that for each prime divisor p of m we have that gm/p is not the identity. Prove that the group G is cyclic and generated by g.

Exercise 25

Prove that the groups Z/2Z × Z/3Z and Z/6Z are isomorphic. Show that these two groups are not isomorphic to S3.

Exercise 26

Let G be a cyclic group with generator g.

  1. Show that the map f : Z -> G, defined by f(z) = gz is a morphism of groups.
  2. Suppose that G has order n. Show that the map f : Z/nZ -> G, with f(z)=gz is well defined and is an isomorphism of the (additive) groups.

Exercise 27

On R we define the operation * by x * y = x + y - xy.

  1. Is * commutative?
  2. Is * associative?
  3. Is there an identity element in R with respect to *?

Exercise 28

Consider the additive group Z × Z.

  1. Prove that this group is not cyclic, but can be generated by the elements (3,4) and (2,3).
  2. prove that (a,b) and (c,d) generate the group if and only if ad - bc = 1 or -1.

Exercise 29

Consider the monoid Mn(R), where the multiplication is the ordinary matrix multiplication. Which of the following sets are submonoids:

  1. The set consisting of only the zero matrix.
  2. The set consisting of only the identity matrix.
  3. The set of all matrices with determinant 1.
  4. The set of matrices with trace 0.
  5. The set of upper triangular matrices.

Exercise 30

Determine for every m {3,4,5} the integers k and l such that the submonoid of (Z/mZ,·,1) generated by 2 is isomorphic to Ck,l.

Exercise 31

Prove that the monoid (Z/8Z,·, 1) cannot be generated by less than 3 elements. Prove that it can be generated by 3 elements.

Exercise 32

Determine the invertible elements of the following monoids.

  1. Z/2Z × Z/3Z.
  2. The multiplication monoid of Q[X]/(X2).
  3. The multiplication monoid of Z/16Z .

Exercise 33

Let (M,*,e) be a monoid. Define a new multiplication *' on M by x *'y = y * x. Prove that (M,*',e) is also a monoid.

Exercise 34

Consider the group U26 of invertible elements in the monoid (Z/26Z, · , 1).

  1. How many elements does U26 have?
  2. U26 is cyclic. Find all its the generators.

Exercise 35

  1. Show that the map f : Z × Z -> Z, f(x,y) = x - 2y is a morphism of the additive groups. What is the image of this morphism?
  2. Let G be a group and g G. Prove that the map f : Z -> G, f(k) = g2k is a morphism of groups. What is the image of f if the order of g equals 6 or 7, respectively?
  3. Determine all morphisms of the additive group Z/4Z to itself. Which of these are isomorphisms?
  4. If f : G -> G' and h : G' -> G'' are morphisms of groups, then the composition h ° f : G -> G'' is also a morphism of groups. Prove this. Deduce furthermore that if G is isomorphic with G' and G' with G'', then G is isomorphic with G''.

Exercise 36

Let G be a group of order 4. Prove the following statements.

  1. If G contains an element of order 4, then G is cyclic and isomorphic to Z/4Z.
  2. If G contains no element of order 4, then G is commutative and isomorphic to Z/2Z × Z/2Z.

Exercise 37

Let p be a prime. Then the multiplicative group (Z/pZ)* is cyclic. (This will be proved in Chapter 7.) Write an algorithm that determines a generator for Z/pZ*. Determine all odd primes p < 10.000 such that 2 is a generator for (Z/pZ)*. (It is a conjecture of Artin that there are infinitely many primes p for which 2 generates the group (Z/pZ)*. However, up to January, 1998, it is not known if this is really true.)