Undergraduate → Algebra → Abstract Algebra ↓
Fields
In the world of mathematics, abstract algebra is a powerful tool that helps us delve deeper into the fundamental structures that shape algebraic systems. A key component of abstract algebra is the concept of a "field." A field is a fascinating structure that extends our understanding of the number systems we use regularly, such as integers, rational numbers, real numbers, and complex numbers.
Basic definition of the area
A field is a set equipped with two binary operations, commonly referred to as addition and multiplication, that satisfy specific properties. These properties are:
- Closure: For any two elements (a) and (b) in a field (F):
- Their sum (a + b) is also in (F).
- Their product (a cdot b) is also in (F).
- Associative property:
- For addition: ((a + b) + c = a + (b + c))
- For multiplication: ((a cdot b) cdot c = a cdot (b cdot c))
- Commutative property:
- For addition: (a + b = b + a)
- For multiplication: (a cdot b = b cdot a)
- Identity element: There are two special elements in (F):
- Additive identity: There exists an element 0 such that for all (a in F), (a + 0 = a).
- Multiplicative identity: There exists an element 1 such that for all (a in F), (a cdot 1 = a). Note that (0 neq 1).
- Inverse elements: For every element of the field:
- Additive inverse: For every (a in F), there exists an element (-a) such that (a + (-a) = 0).
- Multiplicative inverse: For every (a neq 0) in (F), there exists an element (a^{-1}) such that (a cdot a^{-1} = 1).
- Distributive property: Multiplication distributes over addition:
A cdot (B + C) = A cdot B + A cdot C
Examples of fields
Rational numbers ((mathbb{Q}))
The set of all rational numbers, denoted by (mathbb{Q}), forms a field. Rational numbers are those that can be expressed as a fraction of two integers, where the denominator is not zero.
Let's look at field properties using rational numbers:
- Conclusion: The sum or product of any two rational numbers is also a rational number.
- Associative, commutative and distributive properties: These are well-known properties of addition and multiplication applied to rational numbers.
- Identity element: The additive identity is 0, and the multiplicative identity is 1.
- Inverse element: Every rational number has an additive inverse (that is, (-a)) and every nonzero rational number has a multiplicative inverse (that is, if (a neq 0), then (a^{-1}) exists).
Real numbers ((mathbb{R}))
The set of all real numbers, denoted by (mathbb{R}), is another example of a field. The real numbers include all rational numbers and all irrational numbers (numbers that cannot be expressed as simple fractions).
The properties of a field apply to real numbers just as they do to rational numbers. You can verify each of these properties by testing different real numbers.
Complex numbers ((mathbb{C}))
The set of all complex numbers, denoted by (mathbb{C}), also forms a field. A complex number is defined as (a + bi), where (a) and (b) are real numbers, and (i) is an imaginary unit having the property (i^2 = -1).
(a + b) + (c + d) = (a + c) + (b + d)i (a + bi) cdot (c + di) = (ac - bd) + (ad + bc)i
As in other fields, you can investigate closure, associative, commutative, identity element, inverse element, and distributive rules for complex numbers.
Non-instances of fields
Integer ((mathbb{Z}))
Although it might seem that the integers could form a field, this is not the case. This is because not every non-zero integer has a multiplicative inverse within the integers.
For example, consider the integer 2. There is no integer (x) such that satisfies the following:
2 cdot x = 1
Solution (x = 0.5) is not an integer.
Visual example of fields
The field can be understood better by visualizing the operation. Below is a simple visualization for addition and multiplication in the field of real numbers.
In this visualization, the blue, red, and green dots represent numbers on the real number line. The top number line represents the addition operation, where numbers are added together to form a third number in the field. The bottom number line represents multiplication within the real numbers.
Finite fields
A finite field, also known as a Galois field, is a field that has a finite number of elements. The most common example of a finite field is the group of integers (mathbb{Z}_p) that are under addition and multiplication modulo a prime number (p).
Example: (mathbb{Z}_5)
The set (mathbb{Z}_5) contains the numbers {0, 1, 2, 3, 4}, which are added and multiplied at a modulus of 5. Below, we show the addition and multiplication tables for (mathbb{Z}_5).
Totals table: + | 0 1 2 3 4 , 0 | 0 1 2 3 4 1 | 1 2 3 4 0 2 | 2 3 4 0 1 3 | 3 4 0 1 2 4 | 4 0 1 2 3 Multiplication table: × | 0 1 2 3 4 , 0 | 0 0 0 0 0 1 | 0 1 2 3 4 2 | 0 2 4 1 3 3 | 0 3 1 4 2 4 | 0 4 3 2 1
In (mathbb{Z}_5), every non-zero element has a multiplicative inverse, satisfying all field properties. For example, the inverse of 3 is 2 because:
3 cdot 2 equiv 6 equiv 1 (text{mod} 5)
Conclusion
Fields are the cornerstone of modern algebraic structures, used extensively in fields as diverse as number theory, algebraic geometry, and cryptography. By understanding fields, you gain insight into the symmetries and arrangements inherent in various mathematical systems, enabling you to exploit their deeper properties in both theoretical and practical applications.