Math 360, Fall 2013, Assignment 4

From cartan.math.umb.edu
Revision as of 18:45, 25 September 2013 by Vincent.Luczkow (talk | contribs) (Definitions)

No doubt many people feel that the inclusion of mathematics among the arts is unwarranted. The strongest objection is that mathematics has no emotional import. Of course this argument discounts the feelings of dislike and revulsion that mathematics induces....

- Morris Kline, Mathematics in Western Culture

Carefully define the following terms, then give one example and one non-example of each:

  1. Subgroup.
  2. Improper subgroup.
  3. Trivial subgroup.
  4. Cyclic subgroup (generated by a particular element).
  5. Cyclic group.
  6. Generator (of a cyclic group).
  7. Order (of a group).
  8. Order (of an element of a group).
  9. GCD (of two integers).
  10. Relatively prime.

Carefully state the following theorems (you need not prove them):

  1. Theorem concerning integer division (Theorem 6.3 in the text).
  2. Classification of cyclic groups (Theorem 6.10).
  3. Classification of subgroups of \(\mathbb{Z}\) (Corollary 6.7).
  4. Classification of subgroups of \(\mathbb{Z}_n\) (Theorem 6.14).

Do the following problems:

  1. Section 5, problems 7, 9, 22, 23, and 42.
  2. Section 6, problems 1, 3, 5, 9, 23, 27, and 30.
--------------------End of assignment--------------------

Questions:

Solutions:

Definitions

  1. Subgroup.

    Definition:

    Let \(H\) be a subset of a group \((G,*)\) \(H\) is also a subgroup of \(G\) if it is closed under \(*\), and it is a group under \(*\).

    Example:

    The integers under addition are a subgroup of the real numbers under addition.

    Non-Example:

    The positive integers are not a subgroup of the integers under addition, because the positive integers lack an identity and inverses.

  2. Improper Subgroup.

    Definition:

    If we have a group \(G\), \(G\) is the improper subgroup of itself.

    Example:

    The integers with addition are the improper subgroup of the integers with addition.

    Non-Example:

    The even integers with addition are not the improper subgroup of the integers with additon.

  3. Trivial Subgroup.

    Definition:

    If we have a group \(G\), then the trivial subgroup of \(G\) is the subgroup consisting of only the identity element.

    Example:

    The group \((0,+)\) is the trivial subgroup of the integers with addition.

    Non-Example:

    The even integers are not the trivial subgroup of the integers with addition.

  4. Cyclic Subgroup.

    Definition:

    The cyclic subgroup of a group \(G\) generated by \(a\in G\) is the subgroup \(< a>\) of \(G\) such that \(< a > = \{a^n | n\ in \mathbb{Z}\}\)

    Example:

    The even integers are a cyclic subgroup of the integers, generated by 2 (or -2).

    Non-Example:

  5. Generator of a Cyclic Group.

    Definition:

    A generator of a group \(G\) is an element \(a\in G\) such that every element of \(G\) is a power of \(a\), i.e. \(\forall b\in G: \exists n\in \mathbb{Z}: b = a^n\)

    Example:

    1 is a generator of the integers under addition.

    Non-Example:

    2 is not a generator of the integers under addition.

  6. Order of a Group.

    Definition:

    The order of a group is just the cardinality of the underlying set.

    Example:

    The order of the integers is \(aleph_0\).

    Non-Example:

    The order of \(\mathbb{Z}/0\) is not 0.

  7. GDC of Two Integers.

    Definition:

    The GCD of two integers is the greatest common divisor of the integers. For integers \(a,b</math, their GCD is the greatest integer <math>g\) such that \(a=ng\) and \(b=mg\) (i.e. \(g\) is the biggest integer that goes into both of the other integers evenly.

    Example:

    The GCD of 10 and 15 is 5.

    Non-Example:

    The GCD of 10 and 16 is not 5.

  8. Relatively Prime.

    Definition:

    Two integers are relatively prime if their greatest common divisor is 1.

    Example:

    6 and 55 are relatively prime.

    Non-Example:

    6 and 9 are not relatively prime.

Theorems

  1. Theorem Concerning Integer Division

    For any integers \(a\) and \(b\), there are integers \(q\) and \(r\), such that \(0 \leq r < b\), and \(a=bq+r\).

  2. Classification of Cyclic Groups

    Every cyclic group is isomorphic either to \(\mathbb{Z}\), or two \(\mathbb{Z}_n\). Specifically, infinite cyclic groups are isomorphic to \(\mathbb{Z}\), and groups of order \(n\) are isomorphic to \(\mathhbb{Z}_n\).

  3. Classification of Subgroups of \(\mathbb{Z}\)

    The subgroups of \(\mathbb{Z}\) under addition are the subgroups \(n\mathbb{Z}\), i.e. the subgroups of \(\mathbb{Z}\) are the cyclic subgroups generated by the elements of \(\mathbb{Z}\). (So the even integers, the multiples of 3, and 4, and 5, etc.)