Summary
Group theory
Definition
A group is a set equipped with a binary operation that satisfies the following axioms:
- Closure: For all , .
- Associativity: For all , .
- Identity element: There exists an element such that for all , .
- Inverse element: For all , there exists an element such that .
Introduction
Group theory is the study of group, which is a fundamental algebraic structure. Groups are used to study symmetry, geometry. This is used in define an abstract elements of symmetry, which is a group of transformations that preserve the structure of an object.
Abelian groups
An Abelian group, also known as a commutative group, is a group in which the binary operation is commutative, i.e., for all . Abelian groups play a crucial role in algebra and have many interesting properties.
Definition
An abelian group is a group in which the binary operation is commutative, i.e., for all .
Exmaples
Examples of groups
Example
- The set of integers under addition is a group.
- The set of non-zero rational numbers under multiplication is a group. (except 0 as it does not have an inverse)
- The set of invertible matrices under matrix multiplication is a group.
- The set of symmetries of a square is a group with operators being rotation and reflection.
Example of proof
Example
Prove that the set of integers under addition is a group.
- Closure: For all , . (Sum of two integers is an integer)
- Associativity: For all , . (Addition is associative)
- Identity element: The identity element is 0, as for all .
- Inverse element: For all , the inverse element is , as .