3 Operations
Highlights of this Chapter: We begin axiomatizing the real numbers by axiomatizing their operations of addition and multiplication, leading to the field axioms. We give careful definitions of various notations from arithmetic, and do several example calculations (including a proof that
and ) to exhibit that all arithmetical facts are consequences of the field axioms.
The first step to axiomatizing numbers is to give a precise description of addition, subtraction, multiplication and division. These operations naturally group into two pairs (addition/subtraction as well as multiplication/division) of operation/inverse, so first we will formalize the notion of an invertible operation. Furthermore, the two operations are related to one another by the distributive law. Two invertible operations bonded together by the distributive law form a mathematical structure we call a field, which is what we axiomatize in this chapter.
Definition 3.1 (Binary Operation) A binary operation
Formally, this is a function
Example 3.1 Addition is a binary operation on the natural numbers, integers, rationals, and real numbers. Subtraction is a binary operation on the integers, but not on the natural numbers, as
Definition 3.2 (Commutativity and Associativity) An operation
An operation is associative if combinations of 3 or more terms can be re-grouped at will (not changing the order), without affecting the outcome: for all
Example 3.2 (Commutativity and Associativity) The operation of addition is commutative and associative, but the operation of subtraction is neither. The operation of matrix multiplication is associative, but is not commutative in general.
An operation which is commutative but not associative is given by the children’s game rock paper scissors: if
Definition 3.3 (Identity Element) Let
Given a binary operation
This element
Example 3.3 (Identity Element) Zero is the identity of the operation of addition, 1 is the identity of multiplication (in any familiar number system you’d like to take as an example). The identity matrix
Not all operations have an identity. Can you see why there is no identity operation for exponentiation
Example 3.4 (Inverse) The operation of addition is invertible, and its inverse is subtraction. The operation of multiplication is not invertible, because the number
Definition 3.4 (Group) A group is a set
The concept of a group is ubiquitous in mathematics, as it formalizes the idea of a nice binary operation. But for analysis, we need more than this: numbers come with two binary operations (addition and multiplication) and so we need to describe how they interact.
Definition 3.5 (The Distributive Law) Let
Definition 3.6 (Field) A Field is a set
- (Commutativity) If
then and . - (Associativity) If
then and - (Identities) There are special elements denoted
where for all , and . - (Inverses) For every
there is an element such that . If , then there is also an element such that . - (Distributivity) If
then
3.0.1 Shorthand Notations
There is a lot of notation that we use to simplify writing out basic arithmetic expressions in fields. I will attempt a list of these shorthands here. First, some relating to the operations themselves.
- We often write the operation of multiplication simply as juxtaposition, without any intervening symbol. That is, we write
instead of . - We make the convention that multiplication precedes addition, so we evaluate the expression
as not . This allows us to drop a lot of parentheses, making things easier to read.
Next, some notation for certain elements: - We define the symbol
This lets us easily write down repeated addition, as we will see below
- The notation
will mean the product . - The notation
will mean the product . - Etc…
- The notation
will denote the multiplicative identity .
We also introduce another notation for multiplicative inverse, to make formulas more readable:
- If
we write for .
3.0.2 Computations in Fields
Example 3.5
To prove this for an arbitrary
Example 3.6
To prove this for an arbitrary
Now, we can take the additive inverse of
Finally we use again that
Example 3.7 (The Zero-Product Property) Let
We assume that both
On the left this simplifies to
Example 3.8
The definition of the symbol
Using the fact that multiplication is commutative and the distributive law, we may factor out the
Now, by definition
Example 3.9
This is an immediate corollary of the above: we know that
Exercise 3.1 For any
Exercise 3.2 Prove, using only the field axioms and the definitions of the symbols
Example 3.10
This is a corollary of ?exr-2-plus-2 above, as using the distributive law we see
All of the standard arithmetic “rules” learned in grade school are consequences of the field axioms, and so you are welcome to use all of them in this course, without comment. However, to feel justified in doing this, its good to prove a couple of them yourself, to convince yourself that you could in fact trace and any all such manipulations back to the rigorous axioms we laid down.
Exercise 3.3 (The difference of squares) Prove that for any
In your proof you may use the field axioms, the notational shorthands, and any of the example properties proved above in the notes. Anything else you need, you should prove from this.
Exercise 3.4 Prove, using the field axioms and our notational shorthands, for any
Exercise 3.5 Prove that fraction addition works by finding a common denominator: for any
In your proof you may use the field axioms, the notational shorthands, and any of the example properties proved above in the notes. Anything else you need, you should prove from this.