25 Groups

Before we begin our discussion on groups we first need to define a binary operation. We are already familiar with addition, subtraction, multiplication, and division. When we have a binary operation in abstract algebra, we know that it is a function which takes two values to return only one. We begin by defining the operator [22].

Definition. Binary Operator

Given non empty set S, a binary operator \star is a rule which takes in two elements x,y\in S and outputs a single, non-distinct, element a \star b.

There are many different binary operators in abstract algebra and our focus in this course was to study the structures created from different binary operations. There are different classifications for binary operations and one of the most fundamental is the understanding of closed binary operations [12].

Definition. Closed Binary Operation

A binary operation f(x,y) is an operation that applies to two values, x and y. A binary operation on a non-empty set A can be mapped as f: A\times A\rightarrow A such that f is defined on every pair of elements in A. As well, f uniquely associates each pair of elements in A to some element in A.

Consider f: \mathbb{R} \times \mathbb{R} \rightarrow \mathbb{R} this function takes two real numbers and outputs a different, single, real number. This is an example of a closed binary operation because the output is an element of the set. We are also given the following theorem for the binary operation \times on the set \mathbb{Z}.

Theorem:

Consider the set of all integers \mathbb{Z}, and the binary operation *. If a,b\in \mathbb{Z} then (a*b)\in \mathbb{Z}. Therefore, \mathbb{Z} is closed under multiplication.

We are familiar with the associative and commutative axioms from our previous section on Real Analysis. We will need to recall these definitions in order to understand binary operations in abstract algebra [12].

Definition. Associative Binary Operation

A binary operation is considered to be associative if (a\star b)\star c = a\star (b\star c) for all a, b, and c in set A.

Definition. Commutative Binary Operation

A binary operation is considered commutative if a \star b = b\star a for all a and b in the set A.

There are some binary operations that utilize tables in a way many may not have been familiar with before hand bur which are extremely fun to use. Some binary operations are defined by a table of elements and their associated results. We can see a good example here.

 

Example:

Given the commutative table below

Let the binary operation \star be defined by the rules given in the table then we produce a few of the following calculations.

    \begin{equation*} \begin{split} b \star a = a \star b &= c\\ c \star b = b \star c &= d\\ d \star a = a \star d &= a \end{split} \end{equation*}

 

Moving from binary operations to complex numbers; we were first introduced to complex numbers when we discovered the existence of imaginary numbers, i, to solve complex problems like \sqrt{-a} where we let -a=i. Imaginary numbers do not exist within the set of real numbers, that is why we have the set \mathbb{C} = \left\lbrace a+bi\ | \ a,b\in \mathbb{R} \right\rbrace which represents the set of all complex numbers. Later, throughout our discussion on groups we will see the use of complex numbers under different binary operations [12].

The next term we need to define is the identity element.

Definition. The Identity Element

Let e denote an identity element such that e\in S for some set A. When e is placed in a binary operation with another element a for which a\in A we have e \star a = a.

It should also be noted that the identity element is not the same under all binary operations. We can conclude that there is only one identity element for each binary operation and thus we can say that each identity element is unique.

 

Example:

Consider the binary operation + and set \mathbb{Z}. The identity element is 0\in \mathbb{Z}. If a is an arbitrary number in \mathbb{Z} then 0+a=a+0=a.

 

Example:

Consider the binary operation \cdot and the set \mathbb{N}. The identity element is 1\in \mathbb{N}. If a is an arbitrary number in \mathbb{N} then 1 \cdot a = a \cdot 1 = a.

 

The last term we need to introduce before moving on to groups is the inverse element [12].

Definition. Inverse Element

For a set A and binary operator \cdot, the inverse element a'\in A combined with element a\in A produces the following result, a \cdot a' = a' \cdot a = e.

Just as identity elements depended on the binary operation, so do inverse elements. Keep this in mind as we look at a few examples.

 

Example:

Consider the binary operation \cdot on the set \mathbb{Z}. The inverse element a'\in \mathbb{Z} is defined as a' = \frac{1}{a} such that, for a\in \mathbb{Z} it follows that a' \cdot a = a\cdot a' = a\cdot \frac{1}{a} = 1.

 

We know this is correct because we prove in an earlier example that 1 was the identity element in \mathbb{Z} under the binary operation \cdot.

In abstract algebra we want to study the structures that can be created by binary operations. We need to become familiar with how we denote an algebraic structure. If A is a our set and \star is our binary operation then we have the algebraic structure \left\langle A, \star \right\rangle. From now on we will use this notation to define our sets.

With all the definitions in place for the necessary properties of binary structures we can now introduce groups. We will start with the formal definition of a group.

Definition.

A group \left\langle G, \star \right\rangle is a set G, which is closed under a binary operation \star and thus satisfies the following axioms:

  1. Associativity of \star: (a\star b) \star c=a \star (b \star c) for all a,b,c\in G.
  2. Identity Element e: There is an element e\in G such that for all x\in G it follows that e \star x = x \star e = x.
  3. Inverse Element a': For each a\in G there is identity element a'\in G such that a \star a' = a' \star a = e

If you notice, we are familiar with every axiom requirement of a group. This makes it very easy to prove or disprove if a set is a group under a specific binary operation; all we need to do is to attempt to satisfy each axiom. If an axiom fails to be satisfied then we can conclude that the set under the binary operation is not a group.

 

Example:

Let n be a positive integer and let n\mathbb{Z}=\left\{ nm|m\in \mathbb{Z} \right\}. Show that \left\langle n\mathbb{Z} , + \right\rangle is a group [12].

Let a,b\in \mathbb{Z} then na+nb = n(a+b) and since a+b\in \mathbb{Z} then we can conclude that n(a+b)\in n\mathbb{Z} so \left\langle n\mathbb{Z} , + \right\rangle is closed. Now we can test \left\langle n\mathbb{Z} , + \right\rangle for the three axioms of groups.

  1. Consider a,b,c\in \mathbb{Z} such that (a \star b) \star c = (a+b)+c=a+b+c=a+(b+c)=a \star (b \star c). Thus we can conclude that the binary property + is associative for \left\langle n\mathbb{Z} , + \right\rangle.
  2. Since 0\in \mathbb{Z} then let n(0)=0 thus 0\in n\mathbb{Z}. Since 0\in n\mathbb{Z} then there is an a\in n\mathbb{Z} such that 0+a = a+0 =a. Therefore we can conclude that 0 is the identity element for the binary operation +.
  3. Let a, -a\in n\mathbb{Z} such that a+(-a) = a-a=-a +a = 0. We have already proven that 0\in n\mathbb{Z} therefore we can conclude \left\langle n\mathbb{Z} , + \right\rangle has an inverse element -a\in n\mathbb{Z} for every a\in n\mathbb{Z}.

We can, therefore, conclude that \left\langle n\mathbb{Z} , + \right\rangle is a group.

 

Now, we are familiar with the commutative binary operation that was defined earlier. If a group G has a binary operation that is commutative then we call this group an abelian group.

 

Example:

Show that every group G with identity element e such that x \star x = e for all x\in G is abelian [12].

Consider G is a group with a,b\in G such that (a\star b) \star (a \star b) = e if we apply a to both sides we get a \star [(a \star b) \star (a \star b)] = e \star a. Since G is a group then e \star a = a \star e = a thus we can simplify a \star [(a \star b) \star (a \star b)] = e \star a to become  a \star [(a \star b) \star (a \star b)] = a.

As well, since G is a group, let a \star a = e then a \star [(a \star b) \star (a \star b)] = a can simplify to [(a \star a) \star b] \star (a \star b) = a which leads us to conclude that (e \star b) \star (a \star b) = a equates to b \star (a \star b) = a.

Now apply b to both sides to get the following [b \star (a \star b)] \star b= a \star b can be rewritten as b \star [a \star (b \star b)]=a \star b. Since G is a group then let b \star b = e such that b \star [a \star (b \star b)]=a \star b can be simplified to b \star [a \star e] = a \star b which equates to b \star a = a \star b.

Thus we can conclude that G is commutative and thus an abelian group for all x\in G.

 

We have now established groups and abelian groups, we can now look at some of the structural pieces of a group beyond just the axioms. We have discussed topology of real numbers before and in a previous section we even covered the cardinality of sets so this next portion should be familiar to us. Since groups are closed sets it makes perfect sense that they have cardinality [12]. We define group cardinality as the following.

Definition. Order of Groups

If G is a group then the order |G| of G is the number of elements in G.

Just as sets have subsets, groups have subgroups and are defined as follows.

Definition. Subgroup

If a subset H of a group G is closed under the binary operation of G and if H with the induced operation from G is itself a group; then H is a subgroup of G. We denote the relationship between subgroup H and group G as H\leq G.

In order to confirm that a subset H is a subgroup it too must satisfy a set of axioms.

Theorem: Subgroup Axioms

A subset H of a group G is a subgroup of G if and only if

  1. H is closed under the binary operation of G.
  2. The identity element e\in G is also in H.
  3. For all a\in H there is an inverse a^{-1}\in H.

This is quite straight forward, in the following example we will see how to structure a proof to prove a subset is a subgroup of a group.

 

Example:

Given the set i\mathbb{R} of pure imaginary numbers including 0. Determine whether the given subset of the complex numbers is a subgroup of the group \mathbb{C} of complex numbers under addition [12].

  1. Let i\mathbb{R}\subset \mathbb{C}, if a,b\in \mathbb{R} then ia, ib\in i\mathbb{R} such that ia+ib = i(a+b) and since a+b\in \mathbb{R} then we can conclude that i\mathbb{R} is closed under addition.
  2. Let 0 be the identity element of \mathbb{C} so 0\in \mathbb{C}. Then there is i0 = 0 such that 0\in i\mathbb{R} and thus we conclude that the identity element 0\in \mathbb{C} is also in i\mathbb{R}.
  3. Let a, -a\in \mathbb{R}, if ia\in i\mathbb{R} then i(-a)\in i\mathbb{R} such that

    \begin{equation*} ia + i(-a)=i(a-a) = i(0)=0 \end{equation*}

Therefore we conclude that for each ia\in i\mathbb{R} there is an inverse element i(-a)\in i\mathbb{R}.

Therefore we can draw the conclusion that \left\langle i\mathbb{R} , + \right\rangle is a subgroup of \mathbb{C}.

 

Just as sets have proper and improper subsets, groups have proper and improper subgroups. We don’t need to make a grand entrance for these terms but it should be understood that an improper subgroup of group G is a subgroup that contains G where as a proper subgroup is anything else, it simply cannot contain G.

There is also a subgroup known as the trivial subgroup. This group contains only the identity element, denoted e. It can also be said that if a group is anything other than just e then it is non-trivial.

Having a strong understanding of how subsets can qualify as subgroups is important for comprehending the following subsection. Keeping in mind the order of groups we move to discuss cyclic subgroups.

21.1 Cyclic Subgroups

Cyclic groups are fascinating to comprehend. We know trivial subgroups are the groups containing only the identity element but this is quite simple and straightforward. Cyclic groups on the other hand are groups that are generated by one element applied with a binary operation or the elements inverse applied with a binary operation [12].

Definition. Cyclic Subgroup

Let G be a group and let a\in G. Then the subgroup H=\left\lbrace a^{n}\ |\ n\in \mathbb{Z}\right\rbrace of G, which is said to be the smallest subgroup of G that contains a, is the cyclic subgroup of G generated by a, and denoted by \left\langle a \right\rangle.

We mentioned before this idea that a cyclic subgroup contains a single element that generates all the terms of the set. We have a formal definition for the generators that will round out the concept of cyclic subgroups [12].

Definition. Cyclic Generators

An element of a group, a\in G generates G and is a generator for G if \left\langle a \right\rangle = G. A group G is cyclic if there is some element a\in G that generates G.

We can now see how fascinating cyclic subgroups and groups are because of how unique they are in their structural makeup. In our previous section on set theory, we looked at sets with all integers or all natural numbers. A cyclic subgroup or cyclic group not only needs to satisfy the axioms for subgroups or groups, respectively, but also need to be unique in their makeup.

 

Example:

The subgroup of U_{5} generated by \cos{\frac{4\pi}{5}} + i\sin{\frac{4\pi}{5}}. Find the order of the cyclic subgroup of the given group generated by the indicated element.

To find the order of the cyclic subgroup we need to find the value for k which satisfies

a^{k} = \cos{0}+ i\sin{0}. If we let a=\cos{\frac{4\pi}{5}} + i\sin{\frac{4\pi}{5}} then we have the following calculations:

    \begin{equation*} \begin{split} a^{2}=& \left( \cos{\frac{4\pi}{5}}+ i\sin{\frac{4\pi}{5}} \right)^{2} = \cos{\frac{8\pi}{5}}+ i\sin{\frac{8\pi}{5}}\\ a^{3}=& \left(\cos{\frac{4\pi}{5}}+ i\sin{\frac{4\pi}{5}} \right)^{3} = \cos{\frac{12\pi}{5}}+ i\sin{ \frac{12\pi}{5}}\\ a^{4}=& \left(\cos{\frac{4\pi}{5}}+ i\sin{\frac{4\pi}{5}} \right)^{4}= \cos{\frac{16\pi}{5}}+ i\sin{\frac{16\pi}{5}}\\ a^{5}=& \left(\cos{\frac{4\pi}{5}}+ i\sin{\frac{4\pi}{5}} \right)^{5}= \cos{\frac{20\pi}{5}}+ i\sin{\frac{20\pi}{5}}\\ &= cos{4\pi} + i\sin{4\pi} = \cos{0} + i\sin{0} \end{split} \end{equation*}

Thus we can conclude that the order of the cyclic subgroup of U_{5} generated by \cos{\frac{4\pi}{5}} + i\sin{\frac{4\pi}{5}} is 5.

 

It is pretty clear to see that we were able to calculate the order by simply applying the binary operation to the generator until we reached the conclusion of the identity a^{k} = \cos{0}+ i\sin{0}.

This next definition will not really come into use until our discussion of factor groups but because it pertains to cyclic groups we will define it now.

Definition. Greatest Common Divisor

Let r and s be two positive integers. The positive generator d of the cyclic group

    \begin{equation*} H = \left\lbrace nr + ms | n,m \in \mathbb{Z} \right\rbrace \end{equation*}

under addition is the greatest common divisor, gcd, of r and s. We write d = gcd(r, s)= nr +ms for some integers n and m.

The purpose of introducing the greatest common divisor is because cyclic groups, being generated by a single element with an applied binary operation, means there is some common divisor between two integers under a cyclic group. To make sure we understand how to find the gcd of a group before we use it in further theorems, let us take a look at an example.

 

Example:

List the elements of the subgroup generated by the subset \left\lbrace 4,6 \right\rbrace of \mathbb{Z}_{12}

Let G=\left\lbrace 4n + 6m| n,m\in \mathbb{Z}_{12} \right\rbrace be a subgroup of \mathbb{Z} generated by \left\lbrace 4,6 \right\rbrace. Thus, we say G is an intersection of all the subgroups of \mathbb{Z} that contain 4 and 6. The divisors of 4 are 1,2,4 and the divisors of 6 are 1,2,3,6. Thus the greatest common divisor is 2 so the subgroup generated by \left\lbrace 4,6 \right\rbrace of \mathbb{Z}_{12} is G=\left\lbrace 4n + 6m| n,m\in \mathbb{Z}_{12} \right\rbrace=gcd(4,6,12)=2=\left\lbrace 0,2,4,6,8,10 \right\rbrace.

 

We now have a good understanding of greatest common divisors and how to find them so let us continue in our discussion of cyclic groups by covering some of the structural properties of cyclic groups. We begin with acknowledging that every cyclic group is abelian, which have already been defined in our previous discussion on basic groups and subgroups. This leads us to the next formal property of cyclic groups, a subgroup of a cyclic group is cyclic.

The last property may seem a bit confusing as we have been mentioning subgroups and groups almost interchangeably. We began with defining a cyclic subgroup but then moved to introduce cyclic groups from our definition and understanding of generators. If we have a cyclic group then there are cyclic subgroups, as well we have a non-cyclic group there is at least one cyclic subgroup.

Theorem:

Let G be a cyclic group with generator a. If the order of G is infinite, then G is isomorphic to \left\langle \mathbb{Z}, + \right\rangle. If G has finite order n, then G is isomorphic to \left\langle \mathbb{Z}_{n}, +_{n} \right\rangle.

Here we see how important it is to have the knowledge of cyclic groups and order as they are key to describing some of the relations we see in Abstract Algebra. Although we cannot easily draw from these absract ideas to better understand basic algebra we can better understand the structural properties of sets applied with binary operations. In the last theorem we were introduced to the term “isomorphic”. In the next section we will explain isomorphisms and why they are important to abstract algebra.

21.2 Isomorphism

We have been talking about algebraic structures and classifying sets as groups and subgroups. We can now turn our attention to a very important relation classification for binary algebraic structures, Isomorphism. This is a fundamental term learned in Abstract Algebra and involves mapping one set to another, denoted with \simeq. We will look at the formal definition and some examples below to better understand the mapping of binary algebraic structures and how they can qualify as isomorphisms.

Definition.

Let \left\langle S, \star \right\rangle and \left\langle S',\star ' \right\rangle be binary algebraic structures. An isomorphism of S with S' is a one-to-one function \phi  mapping S onto S' such that \phi (x\star y)=\phi (y) \star ' \phi (y) for all x,y\in S.

The equation \phi (x\star y)=\phi (y) \star ' \phi (y) given in the definition for an isomorphic structure is known as the homomorphism property. The reason we do not call an isomorphic structure a homomorphic structure is because isomorphism is used in place for a homomorphism on a binary structures because the homomorphism property does not prove that \phi is one-to-one, a requirement of an isomorphism. Consider the following example.

 

Example:

Consider \left\langle \mathbb{Z}, + \right\rangle with \left\langle \mathbb{Z}, + \right\rangle where \phi(n) = -n for all n\in \mathbb{Z}. Determine if the map is an isomorphism or not.

Proof:

  1. Let a,b\in \mathbb{Z}, if \phi(a)=\phi(b) then -a=-b since \phi(a)=-a and \phi(b)=-b. If we divide both sides by -1 we get a=b. Thus we can conclude that \phi is one-to-one.
  2. Consider a+b\in \mathbb{Z} such that

    \begin{equation*} \begin{split} \phi(a+b)&=-(a+b)\\ &=-a-b\\ &=(-a)+(-b)\\ &=\phi(a)+\phi(b) \end{split} \end{equation*}

Thus we can conclude that \phi is onto \mathbb{Z} and given (1) we can conclude \phi is bijective.

  1. Let a,b\in \mathbb{Z} and since the specified binary operation is + we have

    \begin{equation*} \phi (a+b)=\phi (a) + \phi (b) \end{equation*}

We have satisfied the homomorphism property.

Since we have proven \phi to be bijective and satisfied the homomorphism property we can conclude that \phi(n)=-n for n\in \mathbb{Z} is an isomorphism of \left\langle \mathbb{Z}, + \right\rangle with \left\langle \mathbb{Z}, + \right\rangle.

 

We can note the strategy for proving that \phi is an isomorphism or not. By the definition of an isomorphism we know that there are 3 axioms that need to be satisfied in order for a map \phi to be considered isomorphic. If ever \phi cannot be proven one-to-one, or onto, or satisfy the homomorphism property we can immediately conclude that \phi is not isomorphic. You will have noticed this is the same strategy used in proving groups.

Isomorphisms can also be used to describe the relation between subgroups. Let us look at the following example to see this idea proven.

 

Example:

Let \phi :G \rightarrow G' be an isomorphism of a group \left\langle G, \star \right\rangle with a group \left\langle G', \star ' \right\rangle. If H is a subgroup of G, then \phi (H) = \left\lbrace \phi (h) | h\in H \right\rbrace is a subgroup of G'. That is, an isomorphism carries subgroups into subgroups [12].

First a,b\in H and since H is a subgroup then a \star b \in H such that \phi (a), \phi (b)\in \phi (H) where \phi (a \star b)=\phi (a) \star ' \phi (b) and given that \phi (a \star b)\in \phi (H) then we can conclude that \phi (H) is closed under the operation \star '.

Next, since H is a subgroup of G then there is the identity element e\in G such that e\in H. If \phi is isomorphic then \phi (e) is the identity element of G' and since H is a subgroup of G and e\in H then \phi (e)\in \phi (H). Thus we conclude that \phi (e) is the identity element of G' and \phi (H).

Lastly, Let a\in H then \phi (a)\in \phi (H). Since H is a subgroup of G then there is inverse a^{-1}\in H such that a \star a^{-1} = e. If \phi is an isomorphism then \phi (e) = \phi (a \star a^{-1}) = \phi (a) \star ' \phi (a^{-1}) thus \phi (a^{-1})\in \phi (H). Thus we can conclude that \phi (a^{-1}) is the inverse element of \phi (H).

Thus we can conclude that \phi (H) is a subgroup of G'.

 

Here we can see that being isomorphic can be the key to proving subgroups can lead to other subgroups of other groups. everything we have looked at thus far pertain to the structural properties and axioms of sets with algebra. In the next subsection we continue our study of group structure and relations to other groups.

21.3 Factor Groups

We are familiar with groups, subgroups and orders of groups. Through Abstract Algebra we repeatedly solve for subgroups or are asked to find the order of subgroups and groups. When you continuously relate subgroup orders to group orders we can start to see that the order of a group G is a multiple of the order of a subgroup H of G. We can define this as r(order of H) = (order of G), where r is the coset of H.

There are right and left cosets for a subgroup and we can easily define them as the following [12].

Definition.

Let H be a subgroup of a group G. The subset aH = \left\lbrace ah|h\in H \right\rbrace of G is the left coset of H containing a, while the subset Ha=\left\lbrace ha|h\in H \right\rbrace is the right coset of H containing a.

It can easily be distinguished that the right and left strictly describe the coset’s position affecting the subgroup. It may seem irrelevant to specify the position of the coset but this is not the case as the only subgroup for which the right and left coset partitions are the same is when a group is abelian.

This leads to an interesting theorem for left and right coset relations to subgroups.

Theorem: Lagrange Theorem

Let H be a subgroup of a finite group G. Then the order of H is a divisor of the order of G.

This theorem solidifies that a as it is defined in our definition of left and right cosets does not change the elements of the subgroup. This theorem exists to steer people away from the idea that a, itself, contains multiple elements that may effect the order of H. Now continuing on our discussion of left and right cosets, in the case that a group has not been noted as abelian or has not been proven abelian but for which we need to find the left and right cosets, if we can prove that the left and right cosets will be equal then we only need to find either the left or right cosets. We see this in the following example.

 

Example:

Find all cosets of the subgroup \left\langle 4 \right\rangle of \mathbb{Z}_{12}.

We use the additive form m+\left\langle 4 \right\rangle for all cosets of \left\langle 4 \right\rangle containing m. Since m + \left\langle 4 \right\rangle = \left\langle 4 \right\rangle + m we can say the left and right cosets are equal so we only need to find the left cosets.

  1. Let m=0 then 0+\left\langle 4 \right\rangle = \left\langle 4 \right\rangle = \left\lbrace 0,4,8 \right\rbrace.
  2. Let m=1 then 1+\left\langle 4 \right\rangle = \left\lbrace 1,5,9 \right\rbrace.
  3. Let m=2 then 2+\left\langle 4 \right\rangle = \left\lbrace 2,6,10 \right\rbrace.
  4. Let m=3 then 3+\left\langle 4 \right\rangle = \left\lbrace 3,7,11 \right\rbrace.
  5. Let m=4 then 4+\left\langle 4 \right\rangle = \left\lbrace 4,8,12 \right\rbrace.

We do not need to continue this pattern for m=5,6,7,8,9,10, or 11 because they result in a set that has already be found. Thus we can conclude that we have found all the cosets of the subgroup \left\langle 4 \right\rangle of \mathbb{Z}_{12}, listed above.

 

We could not discuss cyclic groups without introducing the following theorem [12].

Theorem: The Fundamental Theorem of Finitely Generated Abelian Groups

Every finitely generated abelian group G is isomorphic to a direct product of cyclic groups in the form

    \begin{equation*} \mathbb{Z} / p_{1}^{r_{1}}\mathbb{Z} \times \mathbb{Z} / p_{2}^{r_{2}}\mathbb{Z} \times ...\mathbb{Z} / p_{n}^{r_{n}}\mathbb{Z} \times \mathbb{Z} \times \mathbb{Z} \times ...\mathbb{Z} \end{equation*}

where the p_{i} are primes, not necessarily distinct, and the r_{i} are positive integers. The direct product is unique except for the possible rearrangement of the factors; that is, the number of factors \mathbb{Z} is unique and the prime powers (p_{i})^{r_{i}} are unique.

Let us look at an example that brings together everything we have covered of factor groups so far.

 

Example:

Find the order of the given element of the direct product (2,3) in \mathbb{Z}_{6} \times \mathbb{Z}_{15}.

Firstly, the divisors of 2 are 1,2 and the divisors of 6 are 1,2,3,6. Therefore the greatest common divisor between 2 and 6 is 2. We can find the order by dividing the number of elements in the group 2,6) by the greatest common divisor, which we found to be 2. The number of elements in the group \mathbb{Z_{6}} is 6, thus we find \frac{6}{2}=3. Next, we need to find the greatest common divisor between the value we just found, 3, and 15 since we are given \mathbb{Z_{15}}. The divisors of 3 are 1,3 and the divisors of 15 are 1,3,5,15 therefore the gcd(3,15) = 3. As we did before, we will divide the number of elements in the group \mathbb{Z_{15}} by gdc(3,15)=3 and we find the order to be \frac{15}{3}=5. Now multiply the orders 3 and 5 together, 3 \times 5 = 15. Thus we can conclude that the order of (2,3) in \mathbb{Z}_{6} \times \mathbb{Z}_{15} is 15.

 

Here, in this example, we were able to use the greatest common divisor as it relates to the finite elements of the product of two groups, in order to be able to derive the order of the cyclic group.

The next algebraic structure we are going to cover follows a set of axioms just like groups and isomorphisms, which bring together terms and properties we are now already familiar with. This will expand our understanding even further as to how specific properties paired together can define an entire category of sets with a binary operation.

License

Senior Seminar Online Portfolio Copyright © by Maggie M Schildt. All Rights Reserved.

Share This Book