Skip to main content

Field

warning

A field in mathematics does not have the same definition as a field in physics!

You Learnt This!

In primary school, you would've been taught the four basic operations: addition, subtraction, multiplication, and division (+,,×,÷)(+, -, \times, \div).

Subracting a number is the same as adding the negative of that number.

105=10+(5)=510-5=10 + (-5) = 5

Division is the same as multiplication by the reciprocal.

25÷5=25×(15)=255=525 \div 5 = 25 \times \left( \frac{1}{5} \right) = \frac{25}{5} = 5

Hence, we can say that there are only two elementary operations (+,×)(+, \times).

tip

You will want to get into the habit of using a dot for multiplication instead of a cross, meaning that you should write (+,  )(+,\, \cdot \;) instead of (+,×)(+, \times). This is to avoid confusion with the cross product!

The Formal Definition

With that out of the way, let's formally define what a field is.

note

You may find that the formal definition of a field can differ slightly between authors; however, they all have the same meaning.

A field F\mathbb{F} is a set with two operations:

  • Addition
+:F×FF+:\mathbb{F}\times\mathbb{F}\rightarrow\mathbb{F}
  • Multiplication
:F×FF\cdot :\mathbb{F}\times\mathbb{F}\rightarrow\mathbb{F}

These operations must satisfy the following axioms:

  • Associativity (Additive)
a,b,cF,a+(b+c)=(a+b)+c\forall a, b, c \in \mathbb{F},\quad a + (b + c) = (a + b) + c
  • Associativity (Multiplicative)
a,b,cF,a(bc)=(ab)c\forall a, b, c \in \mathbb{F},\quad a \cdot (b \cdot c) = (a \cdot b) \cdot c
  • Commutativity (Additive)
a,bF,a+b=b+a\forall a, b \in \mathbb{F},\quad a + b = b + a
  • Commutativity (Multiplicative)
a,bF,ab=ba\forall a, b \in \mathbb{F},\quad a \cdot b = b \cdot a
  • Additive Identity
aF,ea:a+ea=ea+a=a\forall a \in \mathbb{F}, \exists \, e_a:\quad a + e_a = e_a + a = a
  • Multiplicative Identity
aF,em:aem=ema=a\forall a \in \mathbb{F}, \exists \, e_m:\quad a \cdot e_m = e_m \cdot a = a
  • Additive Inverse
aF,(a):a+(a)=ea\forall a \in \mathbb{F}, \exists (-a):\quad a + (-a) = e_a
  • Multiplicative Inverse
aF,a1aa1=em\forall a \in \mathbb{F}, \exists \, a^{-1}\quad a \cdot a^{-1} = e_m
  • Distributivity of Multiplication over Addition
a,b,cF,a(b+c)=(ab)+(ac)\forall a, b, c \in \mathbb{F},\quad a \cdot (b + c) = (a \cdot b) + (a \cdot c)
  • Distinct Additive and Multiplicative Identities
emeae_m \neq e_a

The standard real number line, as you know it, is a field: FR=(R,+,)\mathbb{F_{\mathbb{R}}}=(\mathbb{R}, +, \cdot).