Algebraic Structures
Algebraic Structures
Example
The addition + on ℝ is associative and commutative.
The operation ∗ defined on ℝ by 𝑥 ∗ 𝑦 = 𝑥 2 + 𝑦 2 is commutative, but not associative.
The operation ∗ defined on ℝ by 𝑥 ∗ 𝑦 = 𝑥 is associative, but not commutative.
The operation ∗ defined on ℝ by 𝑥 ∗ 𝑦 = −𝑥 is neither associative, nor commutative.
IDENTITY ELEMENT
Definition
An identity element (or a neutral element) for a binary operation ∗ on
a set 𝐺 is an element 𝑒 ∈ 𝐺 verifying :
∀𝑥 ∈ 𝐺, 𝑥 ∗ 𝑒 = 𝑒 ∗ 𝑥 = 𝑥.
Example
• For the operation + defined on ℕ, 0 is the identity element.
• For the operation × defined on ℕ, 1 is the identity element.
• The three last operations defined in Example 2 do not have identity
elements.
INVERSE ELEMENT
Definition
Let 𝐺 be a set equipped with a binary operation ∗ that admits an
identity element 𝑒. We say that an element 𝑥 ∈ 𝐺 is invertible if there exists
an element 𝑦 ∈ 𝐺 such that :
𝑥 ∗ 𝑦 = 𝑦 ∗ 𝑥 = 𝑒.
We say then that 𝑦 is the inverse of 𝑥.
Remark
When the binary operation is denoted additively : + (resp. multiplicatively :
×), the identity element will be−1denoted by 0 (resp. 1), and the inverse of 𝑥
will be denoted by −𝑥 (resp. 𝑥 ).
However, for the sake of brevity, we also often use the notation 𝑥 −1 in an
arbitrary group.
INVERSE ELEMENTS EXAMPLES
Example
For the operation + defined on ℤ, the inverse of 𝑥 is −𝑥.
If we consider the same operation on ℕ, the inverse of 𝑥 ≠ 0 doesn’t
exist.
GROUPS
Definition
A group is a set 𝐺 equipped with a binary operation ∗ verifying :
1) The operation ∗ is associative.
2) The operation ∗ admits an identity element.
3) Every element of 𝐺 is invertible.
∀ 𝑥, 𝑦 ∈ 𝐺, 𝑥 ⊕ 𝑦 = 𝑥 + 𝑦.
This operation is well defined, and (𝐺, ⊕) is an abelian group.
Now, consider 𝐺 ′ = 𝐺\ 0 , and set
∀ 𝑥, 𝑦 ∈ 𝐺′, 𝑥 ⨂𝑦 = 𝑥𝑦.
Once again, this operation is well defined, and (𝐺 ′ , ⨂) is an abelian group.
PROPERTIES
Theorem
Let (𝐺,∗) be a group. Then we have
1) The identity element is unique.
2) For all 𝑎, 𝑏, 𝑥 ∈ 𝐺, we have the cancellation laws
𝑎 ∗ 𝑥 = 𝑏 ∗ 𝑥 ⇒ 𝑎 = 𝑏,
and
𝑥 ∗ 𝑎 = 𝑥 ∗ 𝑏 ⇒ 𝑎 = 𝑏.
3) For all 𝑥 ∈ 𝐺, the inverse of 𝑥 is unique.
4) For all 𝑥 ∈ 𝐺, the inverse of 𝑥 −1 is 𝑥.
5) For all 𝑥, 𝑦 ∈ 𝐺, 𝑥 ∗ 𝑦 −1 = 𝑦 −1 ∗ 𝑥 −1 .
SUBGROUPS
Definition
Let (𝐺,∗) be a group. A subgroup of 𝐺 is a subset 𝐻 ⊆ 𝐺 that satisfies
the following :
1) 𝑒 ∈ 𝐻.
2) ∀𝑥, 𝑦 ∈ 𝐻, 𝑥 ∗ 𝑦 ∈ 𝐻.
3) ∀𝑥 ∈ 𝐻, 𝑥 −1 ∈ 𝐻.
Remark
A subgroup is a group under the induced binary operation, with the
same identity element.
SUBGROUPS
Theorem
Let (𝐺,∗) be a group, and let 𝐻 ⊆ 𝐺. Then 𝐻 is a subgroup of 𝐺 if, and
only if we have the following :
1) 𝑒 ∈ 𝐻.
2) ∀𝑥, 𝑦 ∈ 𝐻, 𝑥 ∗ 𝑦 −1 ∈ 𝐻.
Example
1) ℤ, + , (ℚ, +) and (ℝ, +) are subgroups of ℂ, + .
2) ( 0, +∞ , ×) is a subgroup of(ℝ∗ , ×).
INTERSECTION OF SUBGROUPS
Theorem
Let 𝐺 be a group, and let 𝐻 and 𝐾 be two subgroups of 𝐺. Then 𝐻 ∩ 𝐾
is a subgroup of 𝐺.
GROUP HOMOMORPHISMS
Definition
Let 𝐺,∗ and (𝐺 ′ , ⊥) be two groups. A function 𝑓: 𝐺 → 𝐺′ is said to be
a group homomorphism if
For all 𝑥, 𝑦 ∈ 𝐺, 𝑓 𝑥 ∗ 𝑦 = 𝑓 𝑥 ⊥ 𝑓 𝑦 .
A homomorphism which is bijective is called an isomorphism. Two
groups are isomorphic if there exists an isomorphism between them. A
homomorphism from a group to itself is called an endomorphism.
When the endomorphism is bijective, it is called an automorphism.
EXAMPLE OF HOMOMORPHISM
Example
The function 𝑓: ℝ → 0, +∞ defined by 𝑓 𝑥 = 𝑒 𝑥 is an isomorphism
from the group (ℝ, +) to the group 0, +∞ , × .
Indeed, we have
∀𝑥, 𝑦 ∈ ℝ, 𝑓 𝑥 + 𝑦 = 𝑒 𝑥+𝑦 = 𝑒 𝑥 × 𝑒 𝑦 = 𝑓 𝑥 × 𝑓 𝑦 .
Then 𝑓 is a group homomorphism. Furthermore, for all 𝑦 ∈ 0, +∞ ,
there exists a unique 𝑥 = 𝑙𝑛𝑦 ∈ ℝ such that 𝑦 = 𝑓 𝑥 . This shows that
𝑓 is bijective and completes the proof.
PROPERTIES OF HOMOMORPHISMS
Theorem
Let 𝐺,∗ and (𝐺 ′ , ⊥) be two groups with respective identity elements
𝑒 and 𝑒′, and let 𝑓: 𝐺 → 𝐺′ be a group homomorphism. Then we have :
1) 𝑓 𝑒 = 𝑒 ′ .
2) For all 𝑥 ∈ 𝐺, 𝑓 𝑥 −1 = (𝑓 𝑥 )−1 .
IMAGE AND KERNEL OF HOMOMORPHISMS
Definition
Let 𝑓: 𝐺 → 𝐺′ be a group homomorphism. We define the image of 𝑓 by
𝐼𝑚 𝑓 = 𝑦 ∈ 𝐺 ′ : ∃𝑥 ∈ 𝐺 such that 𝑦 = 𝑓(𝑥) ,
and we define the kernel of 𝑓 by
𝐾𝑒𝑟 𝑓 = 𝑥 ∈ 𝐺 ∶ 𝑓 𝑥 = 𝑒′ .
OTHER PROPERTIES OF HOMOMORPHISMS
Theorem
Let 𝑓: 𝐺 → 𝐺′ be a group homomorphism. Then we have :
1) The image of 𝑓, 𝐼𝑚 𝑓 , is a subgroup of 𝐺 ′ .
2) The kernel of 𝑓, 𝐾𝑒𝑟 𝑓 , is a subgroup of 𝐺.
3) The homomorphism 𝑓 is injective if, and only if, 𝐾𝑒𝑟 𝑓 = 𝑒 .
RINGS
Definition
Let 𝑅 be a nonempty set endowed with two binary operations denoted
by + (addition) and ⋅ (multiplication) that satisfy the following :
1) (𝑅, +) is a commutative group.
2) The multiplication is associative and admits an identity element.
3) The multiplication is distributive with respect to addition, that is
∀𝑎, 𝑏, 𝑐 ∈ 𝑅, 𝑎 + 𝑏 ⋅ 𝑐 = 𝑎 ⋅ 𝑐 + 𝑏 ⋅ 𝑐 and 𝑐 ⋅ 𝑎 + 𝑏 = 𝑐 ⋅ 𝑎 + 𝑐 ⋅ 𝑏.
Then (𝑅, +, ⋅) is called a ring.
A ring 𝑅 is called a commutative ring when the multiplication is
commutative.
RINGS EXAMPLES
Example
(ℤ, +,⋅), (ℚ, +,⋅), (ℝ, +,⋅) and (ℂ, +,⋅) are commutative rings with usual
operations of addition and multiplication.
Let 𝑅 = 𝑓: ℝ → ℝ , and define for all 𝑓, 𝑔 ∈ 𝑅 :
𝑓 + 𝑔 𝑥 = 𝑓 𝑥 + 𝑔 𝑥 , ∀𝑥 ∈ ℝ,
𝑓. 𝑔 𝑥 = 𝑓 𝑥 𝑔 𝑥 , ∀𝑥 ∈ ℝ.
Then 𝑅, +,⋅ is a commutative ring.
NOTATION
Notation
For brevity, when there is no ambiguity, we denote
𝑅 ≔ (𝑅, +, ⋅)
𝑎𝑏 ≔ 𝑎 ⋅ 𝑏
𝑎 − 𝑏 ≔ 𝑎 + (−𝑏).
NOTATION
Notation
By associativity, the following notations make sense :
Theorem
Let 𝑅 be a ring. If 𝑎 and 𝑏 are elements in 𝑅 which commute
𝑎𝑏 = 𝑏𝑎 , then we have for all 𝑛 ∈ ℕ ∶
𝑛
𝑛
𝑘 𝑘 𝑛−𝑘
𝑎+𝑏 = 𝑎 𝑏 .
𝑛
𝑘=0
UNITS OF A RING
Definition
Let 𝑅 be a ring. An element 𝑎 ∈ 𝑅 is said to be invertible, or a unit, if
there exists 𝑏 ∈ 𝑅 such that 𝑎𝑏 = 𝑏𝑎 = 1.
The set of units in 𝑅 is denoted by 𝑈 𝑅 .
Theorem
The set of units 𝑈(𝑅) forms a group under multiplication.
Example
𝑈 ℤ = 1, −1 .
𝑈 ℤ/8ℤ = 1, 3, 5, 7 .
SUBRINGS
Definition
Let (𝑅, +, ∙) a ring. A subset 𝑆 of 𝑅 is a subring of (𝑅, +, ∙) if we have :
1) 1 ∈ 𝑆.
2) (𝑆, +) is a subgroup of (𝑅, +).
3) 𝑆 is closed under multiplication : ∀𝑎, 𝑏 ∈ 𝑆, 𝑎𝑏 ∈ 𝑆.
SUBRINGS EXAMPLES
Example
1) ℤ is the only subring of ℤ.
2) ℤ is a subring of ℚ, which is a subring of ℝ, which is a subring of ℂ …
3) ℤ 𝑖 ≔ 𝑎 + 𝑏𝑖 ∶ 𝑎, 𝑏 ∈ ℤ, 𝑖 2 = −1 is a subring of ℂ. It’s called the
ring of Gaussian integers.
RING HOMOMORPHISMS
Definition
Let 𝑅 and 𝑅′ be two rings. A function 𝑓: 𝑅 → 𝑅′ is said to be a ring
homomorphism if it satisfies the following :
1) 𝑓 1 = 1′ .
2) ∀𝑥, 𝑦 ∈ 𝑅, 𝑓 𝑥 + 𝑦 = 𝑓 𝑥 + 𝑓 𝑦 .
3) ∀𝑥, 𝑦 ∈ 𝑅, 𝑓 𝑥𝑦 = 𝑓 𝑥 𝑓 𝑦 .
Theorem
The ring ℤ/𝑝ℤ is a field if, and only if, 𝑝 is prime.
Theorem
Let 𝑎, 𝑏 ∈ ℤ/𝑝ℤ, where 𝑝 is prime, and let 𝑘 ∈ ℕ. Then we have
𝑝𝑘 𝑝 𝑘 𝑝 𝑘
𝑎+𝑏 = 𝑎 +𝑏 .