Skip to Content
Math4302Modern Algebra (Lecture 7)

Math4302 Modern Algebra (Lecture 7)

Subgroups

Cyclic group

Last time, let GG be a group and aGa\in G. a=|\langle a\rangle|= smallest positive nn such that an=ea^n=e.

a={a0,a1,a2,,an1}\langle a\rangle=\{a^0,a^1,a^2,\cdots,a^{n-1}\}.

Lemma subgroup of cyclic group is cyclic

Every subgroup of a cyclic group is cyclic.

G=aG=\langle a\rangle.

Proof

Let HGH\leq G be a subgroup.

If H={e}H=\{e\}, we are done.

Otherwise, let mm be the smallest positive integer such that amHa^m\in H. We claim H=amH=\langle a^m\rangle.

  • amH\langle a^m\rangle\subseteq H. trivial since amHa^m\in H and HH is a subgroup.
  • HamH\subseteq\langle a^m\rangle. Suppose akHa^k\in H, need to show akama^k\in \langle a^m\rangle Divide kk by mm: k=qm+rk=qm+r, 0rm10\leq r\leq m-1, Then akH    aqm+rHa^k\in H\implies a^{qm+r}\in H. Also amHa^m\in H, then (am)qH(a^m)^q\in H, so amqHa^mq\in H, amqHa^-mq\in H, so akamqHa^{k}a^{-mq}\in H, so arHa^r\in H, so rr has to be zero.
    By our choice of mm, k=mqk=mq, so ak=amqama^k=a^mq\in \langle a^m\rangle.

Example

Every subgroup of (Z,+)(\mathbb{Z},+) is of the form

like the multiples of nn: nZ=nn\mathbb{Z}=\langle n\rangle for some n0n\geq 0.

In particular, if n,m1n,m\geq 1 are in Z\mathbb{Z}, then the subgroup {nr+msr,sZ}Z\{nr+ms|r,s\in \mathbb{Z}\}\leq \mathbb{Z}.

is equal to dZd\mathbb{Z} where d=gcd(n,m)d=\operatorname{gcd}(n,m).

Skip gcd\operatorname{gcd} part, check for Math 4111 notes in this site.

Lemma for size of cyclic subgroup

Let G=aG=\langle a\rangle, G=n|G|=n, and H=amGH=\langle a^m\rangle\subseteq G. Then H=nd|H|=\frac{n}{d} where d=gcd(G,H)d=\operatorname{gcd}(|G|,|H|).

Proof

Recall H|H| is the smallest power of ama^m which is equal to ee.

Let d=gcd(m,n)d=\operatorname{gcd}(m,n), so m=m1dm=m_1d, n=n1dn=n_1d. and ngcd(m,n)=n1\frac{n}{\operatorname{gcd}(m,n)}=n_1,

  • (am)n1=amn1=am1dn1=am1n=(an)m1=e(a^m)^{n_1}=a^{mn_1}=a^{m_1dn_1}=a^{m_1n}=(a^n)^{m_1}=e.
  • If (am)k=e(a^m)^k=e, the amk=e    a^{mk}=e\implies mkmk is a multiple of nn,
    • If a=ea^\ell=e, divide \ell by nn, =nq+r\ell=nq+r, 0rn10\leq r\leq n-1, then e=a=anq+r=are=a^\ell=a^{nq+r}=a^r, rr has to be zero, so a=ar=ea^\ell=a^r=e. nn|\ell.
  • n1dm1dkn_1d|m_1dk, but by the definition of smallest common divisor, m1,n1m_1,n_1 should not have common divisor other than 11. So n1m1kn_1|m_1k, n1k    kn1n_1|k\implies k\geq n_1.

Example Applying the lemma

Let G=aG=\langle a \rangle, G=6|G|=6, H=a4H=\langle a^4\rangle. Then H=6d=3|H|=\frac{6}{d}=3 where d=gcd(6,4)=2d=\operatorname{gcd}(6,4)=2.

To check this we do enumeration a4={e,a4,a2}\langle a^4\rangle=\{e,a^4,a^2\}.


Find generator of Z9\mathbb{Z}_9:

Using the coprime, we have g={1,2,4,5,7,8}g=\{1,2,4,5,7,8\}.

Corollary: am=G    H=n    nd=n    gcd(m,n)=1\langle a^m\rangle=G\iff |H|=n\iff \frac{n}{d}=n\iff \operatorname{gcd}(m,n)=1 m,nm,n are coprime.

Last updated on