Algebra
By Notes Vandar
6.1 Group Theory
6.1.1 Binary operation
An algebraic structure is a set equipped with one or more binary operations that satisfy specific properties. These structures provide a framework for studying different mathematical objects like groups, rings, and fields, and are fundamental in abstract algebra.
Definition of an Algebraic Structure:
An algebraic structure consists of:
- A set SS.
- One or more binary operations defined on SS.
The properties of the binary operations (such as associativity, commutativity, etc.) define the type of algebraic structure, like groups, rings, and fields.
Common Types of Algebraic Structures:
- Semigroup:
- A set SS with a binary operation ∗* that is associative.
- Associativity: (a∗b)∗c=a∗(b∗c)(a * b) * c = a * (b * c) for all a,b,c∈Sa, b, c \in S.
- Example: The set of integers under addition is a semigroup.
- Monoid:
- A semigroup with an identity element.
- Identity element: An element e∈Se \in S such that a∗e=e∗a=aa * e = e * a = a for all a∈Sa \in S.
- Example: The set of natural numbers N\mathbb{N} under addition, with 0 as the identity element, forms a monoid.
- Group:
- A set GG with a binary operation ∗* that satisfies:
- Associativity: (a∗b)∗c=a∗(b∗c)(a * b) * c = a * (b * c) for all a,b,c∈Ga, b, c \in G.
- Identity element: There exists an identity element e∈Ge \in G such that a∗e=e∗a=aa * e = e * a = a for all a∈Ga \in G.
- Inverse: For each element a∈Ga \in G, there exists an inverse element b∈Gb \in G such that a∗b=b∗a=ea * b = b * a = e, where ee is the identity element.
- Example: The set of integers Z\mathbb{Z} under addition forms a group, with 0 as the identity element and −a-a as the inverse of aa.
- A set GG with a binary operation ∗* that satisfies:
- Abelian Group (Commutative Group):
- A group where the binary operation is commutative.
- Commutativity: a∗b=b∗aa * b = b * a for all a,b∈Ga, b \in G.
- Example: The set of real numbers R\mathbb{R} under addition is an Abelian group.
- Ring:
- A set RR equipped with two binary operations, typically addition and multiplication, satisfying the following:
- RR is an Abelian group under addition.
- Multiplication is associative.
- Multiplication distributes over addition: a×(b+c)=(a×b)+(a×c)a \times (b + c) = (a \times b) + (a \times c).
- Example: The set of integers Z\mathbb{Z} under addition and multiplication forms a ring.
- A set RR equipped with two binary operations, typically addition and multiplication, satisfying the following:
- Field:
- A set FF with two binary operations (addition and multiplication) that satisfies:
- FF is an Abelian group under addition.
- F∗F^* (the set FF excluding the additive identity 0) is an Abelian group under multiplication.
- Multiplication distributes over addition.
- Example: The set of rational numbers Q\mathbb{Q}, real numbers R\mathbb{R}, and complex numbers C\mathbb{C} are all fields.
- A set FF with two binary operations (addition and multiplication) that satisfies:
Key Properties of Algebraic Structures:
- Associativity:
- A binary operation ∗* is associative if (a∗b)∗c=a∗(b∗c)(a * b) * c = a * (b * c) for all a,b,c∈Sa, b, c \in S.
- Example: Integer addition is associative, as (1+2)+3=1+(2+3)(1 + 2) + 3 = 1 + (2 + 3).
- Commutativity:
- A binary operation ∗* is commutative if a∗b=b∗aa * b = b * a for all a,b∈Sa, b \in S.
- Example: Real number multiplication is commutative, as 2×3=3×22 \times 3 = 3 \times 2.
- Identity Element:
- An element e∈Se \in S is an identity for a binary operation ∗* if a∗e=e∗a=aa * e = e * a = a for all a∈Sa \in S.
- Example: 0 is the identity element for addition in the set of integers, and 1 is the identity element for multiplication.
- Inverse Element:
- For each element a∈Sa \in S, there exists an inverse b∈Sb \in S such that a∗b=b∗a=ea * b = b * a = e, where ee is the identity element.
- Example: For addition, the inverse of aa is −a-a, as a+(−a)=0a + (-a) = 0.
Examples of Algebraic Structures:
- Group Example: The set of integers Z\mathbb{Z} under addition forms a group:
- Identity element: 0.
- Inverse of aa: −a-a.
- Associative and commutative properties hold.
- Ring Example: The set of integers Z\mathbb{Z} under addition and multiplication forms a ring:
- Addition: (a+b)∈Z(a + b) \in \mathbb{Z}.
- Multiplication: (a×b)∈Z(a \times b) \in \mathbb{Z}.
- Distributive property holds: a×(b+c)=(a×b)+(a×c)a \times (b + c) = (a \times b) + (a \times c).
- Field Example: The set of real numbers R\mathbb{R} under addition and multiplication forms a field:
- Additive identity: 0.
- Multiplicative identity: 1.
- Every non-zero element has a multiplicative inverse.
6.1.3 Group and its properties
A group is a fundamental concept in abstract algebra that consists of a set of elements combined with a binary operation that satisfies certain axioms. Groups are widely used in various areas of mathematics, including geometry, number theory, and algebra, and have applications in physics and computer science.
Definition of a Group:
A set GG with a binary operation ∗* is called a group if the following four properties (called group axioms) are satisfied:
- Closure:
- For all elements a,b∈Ga, b \in G, the result of the operation a∗ba * b is also in GG.
- In symbols: a∗b∈Ga * b \in G.
- Associativity:
- For all elements a,b,c∈Ga, b, c \in G, the binary operation is associative, meaning: (a∗b)∗c=a∗(b∗c)(a * b) * c = a * (b * c)
- Identity Element:
- There exists an element e∈Ge \in G (called the identity element) such that for every element a∈Ga \in G: a∗e=e∗a=aa * e = e * a = a
- The identity element does not change any element when applied in the binary operation.
- Inverse Element:
- For each element a∈Ga \in G, there exists an element b∈Gb \in G (called the inverse of aa) such that: a∗b=b∗a=ea * b = b * a = e
- Here, ee is the identity element, and the inverse of aa effectively “undoes” the operation with aa.
Examples of Groups:
- Integers under Addition:
- Set: Z\mathbb{Z} (integers)
- Operation: Addition ++
- Properties:
- Closure: a+b∈Za + b \in \mathbb{Z} for all a,b∈Za, b \in \mathbb{Z}.
- Associativity: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c).
- Identity: The identity element is 0, because a+0=0+a=aa + 0 = 0 + a = a.
- Inverse: For any a∈Za \in \mathbb{Z}, the inverse is −a-a, since a+(−a)=0a + (-a) = 0.
- Non-zero Real Numbers under Multiplication:
- Set: R∗=R∖{0}\mathbb{R}^* = \mathbb{R} \setminus \{0\} (non-zero real numbers)
- Operation: Multiplication ×\times
- Properties:
- Closure: a×b∈R∗a \times b \in \mathbb{R}^* for all a,b∈R∗a, b \in \mathbb{R}^*.
- Associativity: (a×b)×c=a×(b×c)(a \times b) \times c = a \times (b \times c).
- Identity: The identity element is 1, because a×1=1×a=aa \times 1 = 1 \times a = a.
- Inverse: For any a∈R∗a \in \mathbb{R}^*, the inverse is 1a\frac{1}{a}, since a×1a=1a \times \frac{1}{a} = 1.
- Symmetric Group:
- The set of all permutations of a finite set {1,2,…,n}\{1, 2, \ldots, n\} forms a group under the operation of composition of permutations.
- The identity element is the identity permutation (which maps every element to itself).
- The inverse of a permutation is the permutation that undoes it.
Abelian (Commutative) Groups:
A group is called an Abelian group (or commutative group) if, in addition to the four group axioms, the binary operation is commutative. That is, for all elements a,b∈Ga, b \in G:
a∗b=b∗aa * b = b * a
- Example: The group of integers Z\mathbb{Z} under addition is an Abelian group, as a+b=b+aa + b = b + a for all a,b∈Za, b \in \mathbb{Z}.
Non-Abelian Groups:
A group is called non-Abelian if the binary operation is not commutative.
- Example: The group of permutations of three elements (the symmetric group S3S_3) is a non-Abelian group because composition of permutations is not always commutative.
Group Properties:
- Closure:
- The operation must always result in an element within the set.
- Example: In Z\mathbb{Z}, adding two integers always produces an integer.
- Associativity:
- The way elements are grouped in the operation does not matter.
- Example: (1+2)+3=1+(2+3)(1 + 2) + 3 = 1 + (2 + 3).
- Identity Element:
- There is an element that does not affect other elements under the operation.
- Example: In Z\mathbb{Z} under addition, 0 is the identity because a+0=aa + 0 = a.
- Inverse Element:
- Every element has a counterpart that combines with it to produce the identity element.
- Example: For any integer aa, −a-a is its inverse because a+(−a)=0a + (-a) = 0.
Examples of Groups:
- Group of Real Numbers under Addition:
- Set: R\mathbb{R}
- Operation: Addition
- Identity: 0
- Inverse: For a∈Ra \in \mathbb{R}, the inverse is −a-a.
- Group of Non-zero Real Numbers under Multiplication:
- Set: R∗=R∖{0}\mathbb{R}^* = \mathbb{R} \setminus \{0\}
- Operation: Multiplication
- Identity: 1
- Inverse: For a∈R∗a \in \mathbb{R}^*, the inverse is 1a\frac{1}{a}.
Group Examples in Real Life:
- Modular Arithmetic: The integers under addition modulo nn form a group, which is used in cryptography.
- Symmetry Groups: The set of symmetries of geometric objects (rotations, reflections) forms a group, important in physics and chemistry.
6.1.4 Sub-groups, Cyclic groups and Permutation groups
In group theory, several specialized types of groups are essential to understanding more complex algebraic structures. These include subgroups, cyclic groups, and permutation groups. Let’s explore these concepts.
1. Sub-groups
A subgroup is a subset of a group that is itself a group under the same binary operation. If GG is a group, then a subset H⊆GH \subseteq G is a subgroup of GG if HH satisfies the group axioms under the operation defined on GG.
Conditions for a Subgroup (The Subgroup Test):
A non-empty subset HH of a group GG is a subgroup of GG if and only if:
- Closure: For all a,b∈Ha, b \in H, the product a∗b∈Ha * b \in H.
- Identity: The identity element of GG is in HH.
- Inverse: For all a∈Ha \in H, the inverse a−1∈Ha^{-1} \in H.
Notation:
If HH is a subgroup of GG, we write H≤GH \leq G.
Example:
- The set of integers Z\mathbb{Z} under addition forms a group. The set of even integers 2Z2\mathbb{Z} is a subgroup of Z\mathbb{Z} because it satisfies closure, contains the identity element (0), and each element has an inverse.
2. Cyclic Groups
A cyclic group is a group that can be generated by a single element. That means all elements of the group can be expressed as powers (or multiples in additive notation) of a particular element called the generator.
Definition:
A group GG is called cyclic if there exists an element g∈Gg \in G such that every element a∈Ga \in G can be written as a=gna = g^n for some integer nn.
- The element gg is called the generator of the group, and we write G=⟨g⟩G = \langle g \rangle.
Examples:
- Integers under Addition:
- The group Z\mathbb{Z} under addition is a cyclic group with generator 11, because every integer can be written as a multiple of 11. So Z=⟨1⟩\mathbb{Z} = \langle 1 \rangle.
- Modulo Groups:
- The group of integers modulo nn, denoted Zn\mathbb{Z}_n, is cyclic with generator 11, because every element of Zn\mathbb{Z}_n can be expressed as a multiple of 11.
Finite and Infinite Cyclic Groups:
- Finite Cyclic Group: If GG is finite, say ∣G∣=n|G| = n, then GG consists of g0,g1,g2,…,gn−1g^0, g^1, g^2, \ldots, g^{n-1}.
- Example: Zn={0,1,2,…,n−1}\mathbb{Z}_n = \{0, 1, 2, \ldots, n-1\}.
- Infinite Cyclic Group: An infinite cyclic group is isomorphic to Z\mathbb{Z}, the set of integers under addition.
- Example: Z\mathbb{Z} is an infinite cyclic group with generator 11.
3. Permutation Groups
A permutation group is a group whose elements are permutations of a set, and the group operation is the composition of permutations.
Definition:
A permutation of a set SS is a bijective function from SS to itself. The set of all permutations of SS forms a group, denoted as the symmetric group SnS_n, where nn is the number of elements in SS.
Symmetric Group SnS_n:
- The group of all permutations on a set of nn elements is called the symmetric group on nn elements, denoted SnS_n.
- The order (number of elements) of SnS_n is n!n! (factorial of nn) because there are n!n! possible ways to permute nn objects.
Examples:
- Symmetric Group S3S_3:
- Let S={1,2,3}S = \{1, 2, 3\}. The symmetric group S3S_3 consists of all 6 possible permutations of the set {1,2,3}\{1, 2, 3\}:
- ee (the identity permutation): (1→1,2→2,3→3)(1 \to 1, 2 \to 2, 3 \to 3)
- (12)(12): (1→2,2→1,3→3)(1 \to 2, 2 \to 1, 3 \to 3)
- (13)(13): (1→3,2→2,3→1)(1 \to 3, 2 \to 2, 3 \to 1)
- (23)(23): (1→1,2→3,3→2)(1 \to 1, 2 \to 3, 3 \to 2)
- (123)(123): (1→2,2→3,3→1)(1 \to 2, 2 \to 3, 3 \to 1)
- (132)(132): (1→3,2→1,3→2)(1 \to 3, 2 \to 1, 3 \to 2)
- Let S={1,2,3}S = \{1, 2, 3\}. The symmetric group S3S_3 consists of all 6 possible permutations of the set {1,2,3}\{1, 2, 3\}:
- Alternating Group:
- The alternating group AnA_n is the subgroup of SnS_n consisting of all even permutations (those that can be written as a product of an even number of transpositions).
- Example: A3={e,(123),(132)}A_3 = \{e, (123), (132)\}.
Properties of Permutation Groups:
- Closure: The composition of two permutations is again a permutation.
- Associativity: Permutation composition is associative.
- Identity: The identity permutation, which leaves all elements unchanged, acts as the identity element.
- Inverses: Every permutation has an inverse, which is also a permutation.
6.2 Ring and Field
6.2.1 Definition of rings and its properties
A ring is an algebraic structure that generalizes the concept of numbers and operations on them, such as addition and multiplication. Rings are fundamental in abstract algebra and have applications in various fields of mathematics.
Definition of a Ring
A ring RR is a set equipped with two binary operations: addition (+) and multiplication (·) that satisfy the following properties:
- Additive Closure:
- For all a,b∈Ra, b \in R, a+b∈Ra + b \in R.
- Additive Associativity:
- For all a,b,c∈Ra, b, c \in R, (a+b)+c=a+(b+c)(a + b) + c = a + (b + c).
- Additive Identity:
- There exists an element 0∈R0 \in R such that for all a∈Ra \in R, a+0=aa + 0 = a.
- Additive Inverses:
- For each a∈Ra \in R, there exists an element −a∈R-a \in R such that a+(−a)=0a + (-a) = 0.
- Multiplicative Closure:
- For all a,b∈Ra, b \in R, a⋅b∈Ra \cdot b \in R.
- Multiplicative Associativity:
- For all a,b,c∈Ra, b, c \in R, (a⋅b)⋅c=a⋅(b⋅c)(a \cdot b) \cdot c = a \cdot (b \cdot c).
- Distributive Properties:
- For all a,b,c∈Ra, b, c \in R:
- a⋅(b+c)=a⋅b+a⋅ca \cdot (b + c) = a \cdot b + a \cdot c (left distributive)
- (a+b)⋅c=a⋅c+b⋅c(a + b) \cdot c = a \cdot c + b \cdot c (right distributive)
- For all a,b,c∈Ra, b, c \in R:
Additional Properties of Rings
Rings can have additional properties that define specific types of rings:
- Commutative Ring:
- A ring RR is commutative if multiplication is commutative, meaning: a⋅b=b⋅afor all a,b∈R.a \cdot b = b \cdot a \quad \text{for all } a, b \in R.
- Ring with Unity (or Unital Ring):
- A ring RR has a multiplicative identity (or unity) if there exists an element 1∈R1 \in R such that: a⋅1=1⋅a=afor all a∈R.a \cdot 1 = 1 \cdot a = a \quad \text{for all } a \in R.
- Division Ring:
- A ring in which every non-zero element has a multiplicative inverse, but multiplication is not necessarily commutative.
- Field:
- A field is a commutative ring with unity in which every non-zero element has a multiplicative inverse.
- Integral Domain:
- An integral domain is a commutative ring with unity that has no zero divisors (i.e., if a⋅b=0a \cdot b = 0, then either a=0a = 0 or b=0b = 0).
Examples of Rings
- The Set of Integers (Z\mathbb{Z}):
- The integers form a ring under standard addition and multiplication. It is a commutative ring with unity (1).
- The Set of Polynomials:
- The set of polynomials with real coefficients forms a ring under polynomial addition and multiplication. It is commutative and has unity (the constant polynomial 1).
- Matrix Rings:
- The set of n×nn \times n matrices with real entries forms a ring under matrix addition and multiplication. This ring is not commutative for n>1n > 1.
- The Ring of Modular Integers:
- The integers modulo nn form a ring, denoted Zn\mathbb{Z}_n, with addition and multiplication defined modulo nn. This ring is commutative with unity.
Properties of Rings
- Additive and Multiplicative Identity:
- Rings have both an additive identity (0) and, if applicable, a multiplicative identity (1).
- Additive Inverses:
- Every element in a ring has an additive inverse.
- Associativity:
- Both addition and multiplication are associative operations.
- Distributivity:
- Multiplication distributes over addition, allowing us to expand expressions.
- Closure:
- Both operations are closed within the set, ensuring that the results of operations are also elements of the ring.
6.2.2 Subring definition with examples.
A subring is a subset of a ring that itself forms a ring with the same operations of addition and multiplication. To qualify as a subring, this subset must satisfy specific conditions that mirror the properties of the larger ring.
Definition of a Subring
Let RR be a ring. A subset SS of RR is called a subring if:
- Non-Empty: SS is non-empty (it contains at least one element).
- Closure Under Addition: For all a,b∈Sa, b \in S, a+b∈Sa + b \in S.
- Closure Under Multiplication: For all a,b∈Sa, b \in S, a⋅b∈Sa \cdot b \in S.
- Additive Inverses: For each a∈Sa \in S, the additive inverse −a∈S-a \in S.
A subring does not need to have a multiplicative identity unless specified (in which case it is often called a unital subring).
Examples of Subrings
- Integers as a Subring of Rational Numbers:
- Let R=QR = \mathbb{Q} (the field of rational numbers). The set of integers S=ZS = \mathbb{Z} is a subring of Q\mathbb{Q}.
- Closure under addition: The sum of two integers is an integer.
- Closure under multiplication: The product of two integers is an integer.
- Additive inverses: For any integer aa, −a-a is also an integer.
- Let R=QR = \mathbb{Q} (the field of rational numbers). The set of integers S=ZS = \mathbb{Z} is a subring of Q\mathbb{Q}.
- Even Integers as a Subring of Integers:
- Let R=ZR = \mathbb{Z}. The set of even integers S=2ZS = 2\mathbb{Z} (i.e., {…,−4,−2,0,2,4,…}\{ …, -4, -2, 0, 2, 4, … \}) is a subring of Z\mathbb{Z}.
- Closure under addition: The sum of two even integers is even.
- Closure under multiplication: The product of two even integers is even.
- Additive inverses: The additive inverse of an even integer is also an even integer.
- Let R=ZR = \mathbb{Z}. The set of even integers S=2ZS = 2\mathbb{Z} (i.e., {…,−4,−2,0,2,4,…}\{ …, -4, -2, 0, 2, 4, … \}) is a subring of Z\mathbb{Z}.
- Polynomials with Real Coefficients:
- Let R=R[x]R = \mathbb{R}[x] (the ring of all polynomials with real coefficients). The set of all constant polynomials (which can be expressed as {a∈R}\{ a \in \mathbb{R} \}) is a subring of R[x]\mathbb{R}[x].
- Closure under addition: The sum of two constant polynomials is a constant polynomial.
- Closure under multiplication: The product of two constant polynomials is a constant polynomial.
- Additive inverses: The additive inverse of a constant polynomial aa is −a-a, which is also a constant polynomial.
- Let R=R[x]R = \mathbb{R}[x] (the ring of all polynomials with real coefficients). The set of all constant polynomials (which can be expressed as {a∈R}\{ a \in \mathbb{R} \}) is a subring of R[x]\mathbb{R}[x].
- Upper Triangular Matrices:
- Let R=Mn(R)R = M_n(\mathbb{R}) (the ring of n×nn \times n matrices with real entries). The set of upper triangular matrices forms a subring of Mn(R)M_n(\mathbb{R}).
- Closure under addition: The sum of two upper triangular matrices is upper triangular.
- Closure under multiplication: The product of two upper triangular matrices is upper triangular.
- Additive inverses: The additive inverse of an upper triangular matrix is also upper triangular.
- Let R=Mn(R)R = M_n(\mathbb{R}) (the ring of n×nn \times n matrices with real entries). The set of upper triangular matrices forms a subring of Mn(R)M_n(\mathbb{R}).
- Modulo Rings:
- Let R=ZnR = \mathbb{Z}_n (the ring of integers modulo nn). The set of congruence classes of even integers modulo nn forms a subring of Zn\mathbb{Z}_n.
- Closure under addition: The sum of two even congruences is an even congruence.
- Closure under multiplication: The product of two even congruences is an even congruence.
- Additive inverses: The additive inverse of an even congruence is also an even congruence.
- Let R=ZnR = \mathbb{Z}_n (the ring of integers modulo nn). The set of congruence classes of even integers modulo nn forms a subring of Zn\mathbb{Z}_n.
6.2.3 Field definition and examples.
A field is a specific type of algebraic structure that extends the concepts of addition and multiplication. Fields have properties that make them very useful in various branches of mathematics, including algebra, number theory, and calculus.
Definition of a Field
A field FF is a set equipped with two binary operations: addition (+) and multiplication (·) that satisfy the following properties:
- Additive Closure:
- For all a,b∈Fa, b \in F, a+b∈Fa + b \in F.
- Additive Associativity:
- For all a,b,c∈Fa, b, c \in F, (a+b)+c=a+(b+c)(a + b) + c = a + (b + c).
- Additive Identity:
- There exists an element 0∈F0 \in F such that for all a∈Fa \in F, a+0=aa + 0 = a.
- Additive Inverses:
- For each a∈Fa \in F, there exists an element −a∈F-a \in F such that a+(−a)=0a + (-a) = 0.
- Multiplicative Closure:
- For all a,b∈Fa, b \in F, a⋅b∈Fa \cdot b \in F.
- Multiplicative Associativity:
- For all a,b,c∈Fa, b, c \in F, (a⋅b)⋅c=a⋅(b⋅c)(a \cdot b) \cdot c = a \cdot (b \cdot c).
- Multiplicative Identity:
- There exists an element 1∈F1 \in F (where 1≠01 \neq 0) such that for all a∈Fa \in F, a⋅1=aa \cdot 1 = a.
- Multiplicative Inverses:
- For each a∈Fa \in F (where a≠0a \neq 0), there exists an element a−1∈Fa^{-1} \in F such that a⋅a−1=1a \cdot a^{-1} = 1.
- Distributive Properties:
- For all a,b,c∈Fa, b, c \in F:
- a⋅(b+c)=a⋅b+a⋅ca \cdot (b + c) = a \cdot b + a \cdot c (left distributive)
- (a+b)⋅c=a⋅c+b⋅c(a + b) \cdot c = a \cdot c + b \cdot c (right distributive)
- For all a,b,c∈Fa, b, c \in F:
Examples of Fields
- Field of Rational Numbers (Q\mathbb{Q}):
- The set of rational numbers, consisting of all fractions ab\frac{a}{b} where a,b∈Za, b \in \mathbb{Z} (integers) and b≠0b \neq 0, is a field.
- Addition and multiplication of rational numbers are defined as usual, satisfying all field properties.
- The set of rational numbers, consisting of all fractions ab\frac{a}{b} where a,b∈Za, b \in \mathbb{Z} (integers) and b≠0b \neq 0, is a field.
- Field of Real Numbers (R\mathbb{R}):
- The set of real numbers forms a field under standard addition and multiplication.
- Every real number has an additive inverse and every non-zero real number has a multiplicative inverse.
- The set of real numbers forms a field under standard addition and multiplication.
- Field of Complex Numbers (C\mathbb{C}):
- The set of complex numbers, expressed in the form a+bia + bi (where a,b∈Ra, b \in \mathbb{R} and ii is the imaginary unit), is a field.
- It includes both real and imaginary parts and satisfies all field properties.
- The set of complex numbers, expressed in the form a+bia + bi (where a,b∈Ra, b \in \mathbb{R} and ii is the imaginary unit), is a field.
- Finite Fields (Fp\mathbb{F}_p):
- For any prime number pp, the set of integers modulo pp, denoted Fp\mathbb{F}_p or Zp\mathbb{Z}_p, forms a field.
- The elements are {0,1,2,…,p−1}\{0, 1, 2, \ldots, p-1\}, and addition and multiplication are performed modulo pp.
- For any prime number pp, the set of integers modulo pp, denoted Fp\mathbb{F}_p or Zp\mathbb{Z}_p, forms a field.
- Field of Polynomials:
- The set of polynomials with coefficients in a field FF (denoted F[x]F[x]) forms a field when considering the field of fractions of this polynomial ring. However, F[x]F[x] itself is not a field since not all polynomials have multiplicative inverses within the set of polynomials.
- Field of Rational Functions:
- The set of rational functions of the form f(x)g(x)\frac{f(x)}{g(x)}, where f(x)f(x) and g(x)g(x) are polynomials over a field FF and g(x)≠0g(x) \neq 0, forms a field.