SlideShare a Scribd company logo
1 of 13
Abstract Algebra
Definition of a Group
A Group G is a collection of elements
together with a binary operation* which
satisfies the following properties:
Closure
Associativity
Identity
Inverses
* A binary operation is a function on G
which assigns an element of G to each
ordered pair of elements in G. For
example, multiplication and addition are
binary operations.
rubic cube permutation group
http://en.wikipedia.org/wiki/Permutation_group
Properties of a Group:
Closure [groupoid]
Example:
The Integers under Addition, (Z, +)
1 and 2 are elements of Z,
1+2 = 3, also an element of Z
Non-Examples:
The Odd Integers are not closed under
Addition. For example, 3 and 5 are odd
integers, but 3+5 = 8 and 8 is not an odd
integer.
The Integers lack inverses under
Multiplication, as do the Rational numbers
(because of 0.) However, if we remove 0 from
the Rational numbers, we obtain an infinite
closed group under multiplication.
“If we combine any two elements in the group under the binary
operation, the result is always another element in the group.” -- Geoff
"members only"
http://en.wikipedia.org/wiki/index.html?curid=12686
870
Properties of a Group:
Associativity [semigroup]
The Associative Property, familiar from
ordinary arithmetic on real numbers,
states that (ab)c = a(bc). This may be
extended to as many elements as
necessary.
For example:
In Integers,
a+(b+c) = (a+b)+c.
In Matrix Multiplication,
(A*B)*C=A*(B*C).
In function composition,
f*(g*h) = (f*g)*h.
This is a property of all groups.
Caution:
The Commutative Property, also familiar
from ordinary arithmetic on real numbers,
does not generally apply to all groups!
Only Abelian groups are commutative.
associative loop
http://en.wikipedia.org/wiki/List_of_algebraic_structures
Properties of a Group:
Identity [monoid]
The Identity Property, familiar from
ordinary arithmetic on real numbers,
states that, for all elements a in G,
a+e = e+a = a.
For example,
in Integers, a+0 = 0+a = a.
In (Q*, X), a*1 = 1*a = a.
In Matrix Multiplication, A*I = I*A = A.
This is a property of all groups.
The Identity is Unique!
There is only one identity
element in any group.
This property is used in
proofs.
|1 0|
|0 1|
= I
Properties of a Group:
Inverses
The inverse of an element, combined with that element, gives the identity.
Inverses are unique. That is, each element has exactly one inverse, and no two
distinct elements have the same inverse.
The uniqueness of inverses is used in proofs.
For example...
In (Z,+), the inverse of x is -x.
In (Q*, X), the inverse of x is 1
/x.
In abstract algebra, the inverse of an element a is usually written a-1
.
This is why (GL,n) and (SL, n) do not include singular matrices; only nonsingular
matrices have inverses.
In Zn, the modular integers, the group operation is understood to be addition, because
if n is not prime, multiplicative inverses do not exist, or are not unique.
The U(n) groups are finite groups under modular multiplication.
Example
The set of all n x n
matrices under the
operation of matrix
multiplication is not a
group since not every
n x n matrix has its
multiplicative inverse
but if G is the set of all
n x n non-singular
matrices, then G forms
a group under the
operation of matrix
multiplication.
Abelian Groups
Abelian Groups are groups which have the
Commutative property, a*b=b*a for all a and b in G.
This is so familiar from ordinary arithmetic on Real
numbers, that students who are new to Abstract
Algebra must be careful not to assume that it
applies to the group on hand.
Abelian groups are named after Neils Abel, a
Norwegian mathematician.
Abelian groups may be recognized
by a diagonal symmetry in their
Cayley table (a table showing the
group elements and the results of
their composition under the group
binary operation.)
This symmetry may be used in
constructing a Cayley table, if we
know that the group is Abelian.
Neils Abel postage stamp http://en.wikipedia.org/wiki/Neils_Abel
Cayley tables for Z4 and U8
http://www.math.sunysb.edu/~joa/MAT313/hw-VIII---313.html
Subgroups
A subgroup H of a group G is a subset of G together
with the group operation, such that H is also a group.
1. A semi group satisfies associative
2. A monoid is a semi group with an identity elements
3. A group is a monoid with Inverse property.
4. An Abelian group is a group with commutative
property.
5. A sub group inherits all the properties of group.
euler portrait
http://www.math.o
hio-
state.edu/~sinnott/
ReadingClassics/h
omepage.html
Consider binary relation * defined
on set A={A,B,C,D} by following
table and check commutative and
Associative
euler portrait
http://www.math.o
hio-
state.edu/~sinnott/
ReadingClassics/h
omepage.html
* A B C D
A A C B D
B D A B C
C C D A A
D D B A C
Commutative
Associative
Prove the set ß={0,1,2,3,4} is a
finite abelian group of order 5
under addition
euler portrait
http://www.math.o
hio-
state.edu/~sinnott/
ReadingClassics/h
omepage.html
+5 0 1 2 3 4
0
1
2
3
4
Closure Property
Associative Property
Addition is an associative operation, and this property holds
for all elements in β.
Identity Property
The element 0 is the identity element because, for all a in β, 0
+ a = a + 0 = a. This fulfills the requirement for an identity
element.
Inverse Property
Commutative Property
0 + 0 = 0
0 + 1 = 1
0 + 2 = 2
0 + 3 = 3
0 + 4 = 4
1 + 1 = 2
1 + 2 = 3
1 + 3 = 4
1 + 4 = 0
2 + 2 = 4
2 + 3 = 0
2 + 4 = 1
3 + 3 = 1
3 + 4 = 2
4 + 4 = 3
•For 0, its inverse is 0.
•For 1, its inverse is 4 (1 + 4 = 4 + 1 = 0).
•For 2, its inverse is 3 (2 + 3 = 3 + 2 = 0).
•For 3, its inverse is 2 (3 + 2 = 2 + 3 = 0).
•For 4, its inverse is 1 (4 + 1 = 1 + 4 = 0).
Prove the set ß={0,1,2,3,4} is a
finite abelian group of order 5
under addition
euler portrait
http://www.math.o
hio-
state.edu/~sinnott/
ReadingClassics/h
omepage.html
+5 0 1 2 3 4
0
1
2
3
4
Closure Property
Associative Property
Identity Property
Inverse Property
Commutative Property
Let Z={1,2,..n-1} let
euler portrait
http://www.math.o
hio-
state.edu/~sinnott/
ReadingClassics/h
omepage.html
*7 1 2 3 4 5 6
1
2
3
4
5
6
Closure Property
Associative Property
Identity Property
Inverse Property
Commutative Property

More Related Content

Similar to Exploring Group Theory in Discrete Mathematics

Algebraic-Structures_GROUPS123344tgh.pdf
Algebraic-Structures_GROUPS123344tgh.pdfAlgebraic-Structures_GROUPS123344tgh.pdf
Algebraic-Structures_GROUPS123344tgh.pdfElaMaeSilmaro
 
Algebraic-Structures_123456789101112.pdf
Algebraic-Structures_123456789101112.pdfAlgebraic-Structures_123456789101112.pdf
Algebraic-Structures_123456789101112.pdfElaMaeSilmaro
 
Basic galois field arithmatics required for error control codes
Basic galois field arithmatics required for error control codesBasic galois field arithmatics required for error control codes
Basic galois field arithmatics required for error control codesMadhumita Tamhane
 
algebric structure_UNIT 4.ppt
algebric structure_UNIT 4.pptalgebric structure_UNIT 4.ppt
algebric structure_UNIT 4.pptDivyaRasrogi
 
ANALYSIS FOR TEACHERS-EDNALGAN LADY MAE.pptx
ANALYSIS FOR TEACHERS-EDNALGAN LADY MAE.pptxANALYSIS FOR TEACHERS-EDNALGAN LADY MAE.pptx
ANALYSIS FOR TEACHERS-EDNALGAN LADY MAE.pptxLaeGadgude
 
Tma2033 chap2.1(binary op)handout
Tma2033 chap2.1(binary op)handoutTma2033 chap2.1(binary op)handout
Tma2033 chap2.1(binary op)handoutshiqinrino
 
abelian.powerpointpresentationinmathematics8
abelian.powerpointpresentationinmathematics8abelian.powerpointpresentationinmathematics8
abelian.powerpointpresentationinmathematics8ShielajoyDecena
 
Integers Class 7
Integers Class 7 Integers Class 7
Integers Class 7 JiyaWalia
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdfpetermulei3
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdfpetermulei3
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functionssuthi
 
BCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and functionBCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and functionRai University
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematicNaralaswapna
 
functions-1.pdf
functions-1.pdffunctions-1.pdf
functions-1.pdfKevalVala4
 

Similar to Exploring Group Theory in Discrete Mathematics (20)

Algebraic-Structures_GROUPS123344tgh.pdf
Algebraic-Structures_GROUPS123344tgh.pdfAlgebraic-Structures_GROUPS123344tgh.pdf
Algebraic-Structures_GROUPS123344tgh.pdf
 
Algebraic-Structures_123456789101112.pdf
Algebraic-Structures_123456789101112.pdfAlgebraic-Structures_123456789101112.pdf
Algebraic-Structures_123456789101112.pdf
 
Groups
GroupsGroups
Groups
 
Basic galois field arithmatics required for error control codes
Basic galois field arithmatics required for error control codesBasic galois field arithmatics required for error control codes
Basic galois field arithmatics required for error control codes
 
algebric structure_UNIT 4.ppt
algebric structure_UNIT 4.pptalgebric structure_UNIT 4.ppt
algebric structure_UNIT 4.ppt
 
DM-unit-3.ppt
DM-unit-3.pptDM-unit-3.ppt
DM-unit-3.ppt
 
13038350.ppt
13038350.ppt13038350.ppt
13038350.ppt
 
ANALYSIS FOR TEACHERS-EDNALGAN LADY MAE.pptx
ANALYSIS FOR TEACHERS-EDNALGAN LADY MAE.pptxANALYSIS FOR TEACHERS-EDNALGAN LADY MAE.pptx
ANALYSIS FOR TEACHERS-EDNALGAN LADY MAE.pptx
 
Tma2033 chap2.1(binary op)handout
Tma2033 chap2.1(binary op)handoutTma2033 chap2.1(binary op)handout
Tma2033 chap2.1(binary op)handout
 
abelian.powerpointpresentationinmathematics8
abelian.powerpointpresentationinmathematics8abelian.powerpointpresentationinmathematics8
abelian.powerpointpresentationinmathematics8
 
Integers Class 7
Integers Class 7 Integers Class 7
Integers Class 7
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
 
functions and sets.pdf
functions and sets.pdffunctions and sets.pdf
functions and sets.pdf
 
Set, Relations and Functions
Set, Relations and FunctionsSet, Relations and Functions
Set, Relations and Functions
 
BCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and functionBCA_Semester-I_Mathematics-I_Set theory and function
BCA_Semester-I_Mathematics-I_Set theory and function
 
The basic concept of sets
The basic concept of setsThe basic concept of sets
The basic concept of sets
 
Alabs1 a
Alabs1 aAlabs1 a
Alabs1 a
 
Discrete mathematic
Discrete mathematicDiscrete mathematic
Discrete mathematic
 
functions-1.pdf
functions-1.pdffunctions-1.pdf
functions-1.pdf
 
module_theory (13).pdf
module_theory (13).pdfmodule_theory (13).pdf
module_theory (13).pdf
 

Recently uploaded

S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdfAldoGarca30
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxJuliansyahHarahap1
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Ramkumar k
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 

Recently uploaded (20)

S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 

Exploring Group Theory in Discrete Mathematics

  • 2. Definition of a Group A Group G is a collection of elements together with a binary operation* which satisfies the following properties: Closure Associativity Identity Inverses * A binary operation is a function on G which assigns an element of G to each ordered pair of elements in G. For example, multiplication and addition are binary operations. rubic cube permutation group http://en.wikipedia.org/wiki/Permutation_group
  • 3. Properties of a Group: Closure [groupoid] Example: The Integers under Addition, (Z, +) 1 and 2 are elements of Z, 1+2 = 3, also an element of Z Non-Examples: The Odd Integers are not closed under Addition. For example, 3 and 5 are odd integers, but 3+5 = 8 and 8 is not an odd integer. The Integers lack inverses under Multiplication, as do the Rational numbers (because of 0.) However, if we remove 0 from the Rational numbers, we obtain an infinite closed group under multiplication. “If we combine any two elements in the group under the binary operation, the result is always another element in the group.” -- Geoff "members only" http://en.wikipedia.org/wiki/index.html?curid=12686 870
  • 4. Properties of a Group: Associativity [semigroup] The Associative Property, familiar from ordinary arithmetic on real numbers, states that (ab)c = a(bc). This may be extended to as many elements as necessary. For example: In Integers, a+(b+c) = (a+b)+c. In Matrix Multiplication, (A*B)*C=A*(B*C). In function composition, f*(g*h) = (f*g)*h. This is a property of all groups. Caution: The Commutative Property, also familiar from ordinary arithmetic on real numbers, does not generally apply to all groups! Only Abelian groups are commutative. associative loop http://en.wikipedia.org/wiki/List_of_algebraic_structures
  • 5. Properties of a Group: Identity [monoid] The Identity Property, familiar from ordinary arithmetic on real numbers, states that, for all elements a in G, a+e = e+a = a. For example, in Integers, a+0 = 0+a = a. In (Q*, X), a*1 = 1*a = a. In Matrix Multiplication, A*I = I*A = A. This is a property of all groups. The Identity is Unique! There is only one identity element in any group. This property is used in proofs. |1 0| |0 1| = I
  • 6. Properties of a Group: Inverses The inverse of an element, combined with that element, gives the identity. Inverses are unique. That is, each element has exactly one inverse, and no two distinct elements have the same inverse. The uniqueness of inverses is used in proofs. For example... In (Z,+), the inverse of x is -x. In (Q*, X), the inverse of x is 1 /x. In abstract algebra, the inverse of an element a is usually written a-1 . This is why (GL,n) and (SL, n) do not include singular matrices; only nonsingular matrices have inverses. In Zn, the modular integers, the group operation is understood to be addition, because if n is not prime, multiplicative inverses do not exist, or are not unique. The U(n) groups are finite groups under modular multiplication.
  • 7. Example The set of all n x n matrices under the operation of matrix multiplication is not a group since not every n x n matrix has its multiplicative inverse but if G is the set of all n x n non-singular matrices, then G forms a group under the operation of matrix multiplication.
  • 8. Abelian Groups Abelian Groups are groups which have the Commutative property, a*b=b*a for all a and b in G. This is so familiar from ordinary arithmetic on Real numbers, that students who are new to Abstract Algebra must be careful not to assume that it applies to the group on hand. Abelian groups are named after Neils Abel, a Norwegian mathematician. Abelian groups may be recognized by a diagonal symmetry in their Cayley table (a table showing the group elements and the results of their composition under the group binary operation.) This symmetry may be used in constructing a Cayley table, if we know that the group is Abelian. Neils Abel postage stamp http://en.wikipedia.org/wiki/Neils_Abel Cayley tables for Z4 and U8 http://www.math.sunysb.edu/~joa/MAT313/hw-VIII---313.html
  • 9. Subgroups A subgroup H of a group G is a subset of G together with the group operation, such that H is also a group. 1. A semi group satisfies associative 2. A monoid is a semi group with an identity elements 3. A group is a monoid with Inverse property. 4. An Abelian group is a group with commutative property. 5. A sub group inherits all the properties of group. euler portrait http://www.math.o hio- state.edu/~sinnott/ ReadingClassics/h omepage.html
  • 10. Consider binary relation * defined on set A={A,B,C,D} by following table and check commutative and Associative euler portrait http://www.math.o hio- state.edu/~sinnott/ ReadingClassics/h omepage.html * A B C D A A C B D B D A B C C C D A A D D B A C Commutative Associative
  • 11. Prove the set ß={0,1,2,3,4} is a finite abelian group of order 5 under addition euler portrait http://www.math.o hio- state.edu/~sinnott/ ReadingClassics/h omepage.html +5 0 1 2 3 4 0 1 2 3 4 Closure Property Associative Property Addition is an associative operation, and this property holds for all elements in β. Identity Property The element 0 is the identity element because, for all a in β, 0 + a = a + 0 = a. This fulfills the requirement for an identity element. Inverse Property Commutative Property 0 + 0 = 0 0 + 1 = 1 0 + 2 = 2 0 + 3 = 3 0 + 4 = 4 1 + 1 = 2 1 + 2 = 3 1 + 3 = 4 1 + 4 = 0 2 + 2 = 4 2 + 3 = 0 2 + 4 = 1 3 + 3 = 1 3 + 4 = 2 4 + 4 = 3 •For 0, its inverse is 0. •For 1, its inverse is 4 (1 + 4 = 4 + 1 = 0). •For 2, its inverse is 3 (2 + 3 = 3 + 2 = 0). •For 3, its inverse is 2 (3 + 2 = 2 + 3 = 0). •For 4, its inverse is 1 (4 + 1 = 1 + 4 = 0).
  • 12. Prove the set ß={0,1,2,3,4} is a finite abelian group of order 5 under addition euler portrait http://www.math.o hio- state.edu/~sinnott/ ReadingClassics/h omepage.html +5 0 1 2 3 4 0 1 2 3 4 Closure Property Associative Property Identity Property Inverse Property Commutative Property
  • 13. Let Z={1,2,..n-1} let euler portrait http://www.math.o hio- state.edu/~sinnott/ ReadingClassics/h omepage.html *7 1 2 3 4 5 6 1 2 3 4 5 6 Closure Property Associative Property Identity Property Inverse Property Commutative Property