0% found this document useful (0 votes)
14 views4 pages

Understanding Abelian Groups in Mathematics

This assignment explores the algebraic structure of groups using different number systems and operations. Students are asked to provide an example and counter-example of an Abelian group by choosing a number system and operation. For the example, integers with addition is used, satisfying all group properties including being commutative. For the counter-example, integers with multiplication is used, failing to satisfy the inverse property and thus not being an Abelian group.

Uploaded by

johnnydepp4208
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views4 pages

Understanding Abelian Groups in Mathematics

This assignment explores the algebraic structure of groups using different number systems and operations. Students are asked to provide an example and counter-example of an Abelian group by choosing a number system and operation. For the example, integers with addition is used, satisfying all group properties including being commutative. For the counter-example, integers with multiplication is used, failing to satisfy the inverse property and thus not being an Abelian group.

Uploaded by

johnnydepp4208
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Purpose of this assignment:

This assignment is to help you develop a better understanding of group theory and how it can be

applied in different fields, including computer science, cryptography, mathematics, and

engineering. By engaging in meaningful discussions with your peers and instructors, you will be

able to deepen your understanding of these concepts and become a more effective problem solver

in your personal and professional life.

Task:

For this assignment, we will explore the basic algebraic structure group. As we near the end of

this course, we assume that you are well acquainted with the notations of different number

systems such as ℤ, ℝ, ℕ, and ℚ.

Your task is to provide an example and a counter-example of the Abelian group by choosing any

number system (mentioned above) and any algebraic operation such as addition (+), subtraction

(-), multiplication (×), division (÷), addition modulo ( ), or multiplication modulo (n X ).

Choose operations that you find interesting and include reasoning for your choices.

Solution:

An Abelian group is a group for which the elements satisfy the following five properties that is:

 Closure property

 Associative property

 Identity property

 Inverse property

 Commutative property
Example of the Abelian group

Let’s consider the set of integers (Z) and the algebraic operation of addition (+). The set

of integers (Z) under the algebraic operation of addition forms an Abelian group.

1- Closure property

∀ a , b ∈ Z ⟹ a+ b ∈ Z

For example:

2 , 8 ∈ Z ⟹ 2+8=10∈ Z

2- Associative property

( a+ b ) +c=a+ ( b+ c ) ∀ a , b , c ∈ Z

For example:

∀ 2 ,−4 , 6 ∈ Z

( 2+ (−4 )) + 6=2+ ( (−4 )+ 6 )


(−2 ) +6=2+(2)

4=4

3- Identity property

When 0 is added to any integer number a, the sum is a. Therefor 0 is the additive

identity of set of integers.

For example:

a+ 0=a ∀ a ,0 ∈ Z

2+0=2

4- Inverse property

a+ (−a ) =0 ∀ a ,−a ∈ Z

For example:

2+ (−2 ) =0
6+ (−6 )=0

5- Commutative property

a+ b=b+a ∀ a , b ∈ Z

For example:

2+9=9+2

11=11

Counter example of the Abelian group

Let’s consider the set of integers (Z) and the algebraic operation of multiplication (*). The set of

integers (Z) under the algebraic operation of multiplication does not form an Abelian group.

1- Closure property

∀ a , b ∈ Z ⟹ a∗b ∈ Z

For example:

2 , 8 ∈ Z ⟹ 2∗8=16 ∈ Z

2- Associative property

( a∗b )∗c=a∗( b∗c ) ∀ a , b , c ∈ Z

For example:

∀ 2 ,−4 , 6 ∈ Z

( 2∗(−4 ) )∗6=2∗( (−4 )∗6 )


(−8 )∗6=2∗(−2 4)

−48=−4 8

3- Identity property
When 1 is multiplied to any integer number a, the product is a. Therefor 1 is the

multiplicative identity of set of integers.

For example:

a∗1=a ∀ a ,1 ∈ Z

2∗1=2

6- Inverse property

a∗a=1 ∀ a∈ Z

Z does not have inverse of all elements except 1 and -1

Therefor, the set of integers Z under the algebraic operation of multiplication is not an Abelian

group.

Your Discussion should be a minimum of 200 words in length.

Common questions

Powered by AI

In the Abelian group under addition, every integer has an additive inverse within the integers. For instance, the inverse of 2 is -2 because their sum is zero, the additive identity. Under multiplication, however, most integers do not have a multiplicative inverse that is also an integer, e.g., there's no integer x such that 2*x = 1, which precludes integers from forming an Abelian group under multiplication .

The set of integers (Z) under multiplication is not an Abelian group because it fails to satisfy the inverse property. Although closure, associativity, and identity properties hold under multiplication, the inverse property does not. For any integer a, there is no integer (other than 1 and -1) that can multiply with a to yield the multiplicative identity, which is 1. For instance, for a=2, there is no integer x such that 2*x=1 .

The commutative property is crucial for classifying a group as Abelian because it ensures that the operation yields the same result irrespective of the order of the elements. In an Abelian group, a + b must equal b + a for all a and b in the group, which guarantees predictability and structure consistency across operations .

The set of integers (Z) under addition is an Abelian group because it satisfies the following properties: Closure - For any two integers a and b, a + b is also an integer, e.g., 2 + 8 = 10 . Associativity - The sum of three integers does not depend on how they are grouped, e.g., (2 + (-4)) + 6 = 2 + ((-4) + 6). Identity - Adding 0 to any integer results in the same integer, e.g., a + 0 = a . Inverse - For any integer a, there exists an integer -a such that a + (-a) = 0, e.g., 2 + (-2) = 0 . Commutativity - The order of addition does not affect the sum, e.g., 2 + 9 = 9 + 2 .

Zero is significant as the identity element in an Abelian group with addition because adding zero to any integer results in the same integer, thus maintaining group structure by satisfying the identity property, which requires that existence of an element in the set that leaves other elements unchanged when combined with them .

The closure property is vital because it ensures that the result of the group operation on any two elements of the set results in another element of the same set. For integers under addition, any sum of two integers is also an integer, e.g., 2 + 8 = 10, thus preserving the integrity and structure of the group without introducing elements from outside the set .

Yes, a non-Abelian group can display some properties of an Abelian group. For instance, the set of integers under multiplication is non-Abelian due to the lack of a multiplicative inverse for most integers, but it still satisfies closure (product of integers is an integer), associativity (order of operations doesn't change the product), and identity (multiplying by 1 yields the original integer) properties .

Engaging in discussions enhances understanding by allowing students to explore different perspectives, clarify doubts, and articulate their reasoning. Collaborative dialogue facilitates deeper cognitive processing, as students explain concepts and resolve misunderstandings, thus internalizing the principles of group theory through active learning and peer interaction .

Group theory is fundamental in cryptography for constructing groups with desired properties to secure communications, such as the use of cyclic groups in Diffie-Hellman key exchange protocols. In computer science, group theory aids in creating algorithms that handle permutations and symmetries efficiently, and it is instrumental in error-correcting codes, which are used for data integrity and storage .

The choice of algebraic operation is essential because different operations can result in varying satisfaction of group properties. For example, integers form an Abelian group under addition (satisfying closure, associativity, identity, inverse, commutativity) but not under multiplication, where the inverse property fails as not all elements have inverses in integers .

You might also like