Group and Field

Explore the abstract algebra objects group, abelian group, and field with examples.

Group

A group G, over a binary operation, oo, and two elements a,bGa, b \in G, is defined with the following four axioms:

  • Closure: A group is closed under oo, that is, the result of the operation is also a member of that group.

a o b=cGa\ o\ b = c \in G

  • Associativity: The result of a binary operation on three or more elements remains the same, regardless of the arrangement of parentheses.

(a o b) o c=a o (b o c), cG(a\ o\ b)\ o\ c = a\ o\ (b\ o\ c), \forall\ c \in G

  • Identity: There exists an identity element, ii, under operation, oo such that operation between any element of the group, cc, and ii results in cc.

 iG  c o i=c, cG\exists\ i \in G\ |\ c\ o\ i = c, \forall\ c \in G

  • Inverse: For each element, cc, of the group, there exists an inverse element cˉ\bar c such that operation between cc and cˉ\bar c results in identity element, ii.

 cG, cˉ  c o cˉ=i\forall\ c \in G, \exists\ \bar c\ |\ c\ o\ \bar c = i

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, AA, under binary operation, oo, with one additional axiom.

  • Commutativity: The order of elements while applying a binary operation is irrelevant.

a o b=b o a, a,bAa\ o\ b = b\ o\ a, \forall\ a, b \in A

Field

A field, FF, satisfies the following axioms:

  • Additive group: All elements of FF form an abelian group under operation ++, with 00 as the additive identity.
  • Multiplicative group: All elements of FF, excluding 00, form an abelian group under operation ×\times, with 11 as the multiplicative identity.
  • Distribution of ×\times over ++: Multiplying an element aa with the result of the addition of two elements bb and cc gives the same result as multiplying each element with aa first and then adding the results.

a×(b+c)=(a×b)+(a×c), a,b,cFa\times (b+c)=(a\times b)+(a\times c), \forall\ a,b,c \in F

Examples

Below are some examples of fields.

Real numbers

The set of real numbers, R\R, is a field with standard definitions of ++ and ×\times.

  • R\R is closed under ++ and ×\times because we’re adding or multiplying two real numbers results in a real number.
  • Associativity holds in R\R for both ++ and ×\times.
  • Commutativity holds in R\R for both ++ and ×\times.
  • The numbers 00 and 11 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 ×\times over ++ holds in R\R.

Complex numbers

The set of complex numbers, CC, and the set of rational numbers, QQ, are fields with standard definitions of ++ and ×\times.

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 1200+ tech skills courses.