4.1 Groups
Every definition of an abstract object consists of two parts:
in the first part we list all the data required for the definition,
in the second part we list all the axioms the data must satisfy.
Groups
Data:
A set
G An operation
○:G×G→G
Axioms:
The operation
○ is associative.The operation
○ has a neutral element.Every element
x∈G has an inverse.
In this case, we say that the pair
The operation
○ is commutative.
Then the group
In short, a group is a set with a good operation.
Here, good means that we do not care about parentheses, we have neutral element and every element is invertible but the order of the elements still matters.
Abelian group means that additionally the order of the elements does not matter.
Subgroups
Let
Data:
A subset
H⊆G .
Axioms:
The neutral element
1 ofG belongs toH .x*y∈H wheneverx*y∈H .x(-1)∈H wheneverx∈H .
In this case, we say that
It should be noted that if
Cosets
Algebra usually tends to study groups using subgroups rather than elements. The main tool here is cosets.
Let
is called the left coset of
is called the right coset of
The Lagrange Theorem
Let
Corollaries of The Lagrange Theorem
Let
G be a finite group andH⊆G be a subgroup. Then|H| divides|G| .Let
G be a finite group andg∈G be an arbitrary element. Then ord(g) divides|G| . Indeed, ord(g)=|<g>| . But|<g>| divides|G| by the previous item.Let
G be a finite group andg∈G be an arbitrary element. Theng|G|=1 . Indeed, we already know that|G|= ord(g)*k . Hence,g|G|=g(ord*(g)*k)=(g(ord*(g)))k=1k=1 Let
G be a group of prime orderp . Then,G is cyclic. Indeed, since the order ofG is prime, it is greater than1 . Hence, there is an elementg∈G such thatg≠1 . Hence<g> has order greater than1 . But|<g>| divides|G|=p . Sincep is prime, the only option is|<g>|=p=|G| . The latter means that<g>=G and we are done.The Fermat Little Theorem. Let
p∈ℤ be a prime number anda∈ℤ . Ifp does not dividea , thenp dividesa(p-1)-1 . Indeed, let us consider the group((ℤ_p)∗,⋅) . For any elementb∈(ℤ_p)∗ , we haveb|(ℤ_p)∗|=1*mod(p) by item~3. But(ℤ_p)∗ hasp-1 elements. Now, leta∈ℤ be comprime withp . We denote its remainder modulop byb . Thena(p-1)=b(p-1)=1*mod(p) and we are done.