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 (+,−,×,÷).
Subracting a number is the same as adding the negative of that number.
10−5=10+(−5)=5 a−b=a+(−b)
Division is the same as multiplication by the reciprocal.
25÷5=25×(51)=525=5 a÷b=a×(b1)=ba
Hence, we can say that there are only two elementary operations (+,×).
You will want to get into the habit of using a dot for multiplication instead of a cross, meaning that you should write (+,⋅) instead of (+,×). This is to avoid confusion with the cross product!
With that out of the way, let's formally define what a field is.
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 is a set with two operations:
+:F×F→F
⋅:F×F→F
These operations must satisfy the following axioms:
∀a,b,c∈F,a+(b+c)=(a+b)+c
- Associativity (Multiplicative)
∀a,b,c∈F,a⋅(b⋅c)=(a⋅b)⋅c
∀a,b∈F,a+b=b+a
- Commutativity (Multiplicative)
∀a,b∈F,a⋅b=b⋅a
∀a∈F,∃ea:a+ea=ea+a=a
∀a∈F,∃em:a⋅em=em⋅a=a
∀a∈F,∃(−a):a+(−a)=ea
∀a∈F,∃a−1a⋅a−1=em
- Distributivity of Multiplication over Addition
∀a,b,c∈F,a⋅(b+c)=(a⋅b)+(a⋅c)
- Distinct Additive and Multiplicative Identities
em=ea
The standard real number line, as you know it, is a field: FR=(R,+,⋅).