Group and Field
Explore the abstract algebra objects group, abelian group, and field with examples.
We'll cover the following
Group
A group G, over a binary operation, , and two elements , is defined with the following four axioms:
- Closure: A group is closed under , that is, the result of the operation is also a member of that group.
- Associativity: The result of a binary operation on three or more elements remains the same, regardless of the arrangement of parentheses.
- Identity: There exists an identity element, , under operation, such that operation between any element of the group, , and results in .
- Inverse: For each element, , of the group, there exists an inverse element such that operation between and results in identity element, .
Note: In general, a scalar can be considered an element of a group and isn’t restricted to a real or complex number.
Abelian group
An abelian group is a group, , under binary operation, , with one additional axiom.
- Commutativity: The order of elements while applying a binary operation is irrelevant.
Field
A field, , satisfies the following axioms:
- Additive group: All elements of form an abelian group under operation , with as the additive identity.
- Multiplicative group: All elements of , excluding , form an abelian group under operation , with as the multiplicative identity.
- Distribution of over : Multiplying an element with the result of the addition of two elements and gives the same result as multiplying each element with first and then adding the results.
Examples
Below are some examples of fields.
Real numbers
The set of real numbers, , is a field with standard definitions of and .
- is closed under and because we’re adding or multiplying two real numbers results in a real number.
- Associativity holds in for both and .
- Commutativity holds in for both and .
- The numbers and are additive and multiplicative identities, respectively.
- The additive inverse of every element is the sign-flipped version of it, whereas the multiplicative inverse is its reciprocal.
- Distributivity of over holds in .
Complex numbers
The set of complex numbers, , and the set of rational numbers, , are fields with standard definitions of and .
Orthogonal matrices
A set of orthogonal matrices of given dimensions are fields. Here, the zero matrix is the additive identity, and the identity matrix is the multiplicative identity. Additive inverse is found by simply changing the signs of each entry. Finally, by definition, orthogonal matrices are always invertible.
Get hands-on with 1400+ tech skills courses.