1 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.
1.1 Binary Operations
Definition 1.1 (Binary Operation) A binary operation
Formally, this is a function
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 1.2 (Commutativity & 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
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 1.3 (Identities & Inverses) Let
Given a binary operation
This 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
The operation of addition is invertible, and its inverse is subtraction. The operation of multiplication is not invertible, because the number
Definition 1.4 (Group) A group is a set
1.2 Fields
We’ve defined what a nice binary operation is. Numbers have two of these!
Definition 1.5 (Distributive Law) Let
Definition 1.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
Example 1.1 The rational numbers
1.2.1 Shorthand Notation
We will work with fields and their operations throughout the course, so it is useful to introduce some shorthand notation that is familiar to us from previous mathematics classes, and put it on rigorous foundations in terms of the field axioms.
- Since addition and multiplication are associative, we will drop parentheses when three or more terms are combined using the same operation. That is, we will write
for both and when convenient. - We will adopt the convention that multiplication takes precedence over addition; that is, we drop parentheses in
to allow ourselves to write ; but we require parentheses to write . - We will denote multiplication by simple juxtaposition when convenient, dropping the
symbol. That is, we will write for and for . - We use a bar
to denote multiplication by the inverse: that is . - We denote repeated multiplication by powers: that is, for positive integers
we write to mean the product of copies of . - For
we define the symbol for convenience, and for negative we define as .
We also have a special shorthand for numerals, familiar to all
- The numerals
and denote the special elements of any field guaranteed to exist by the axioms. - We write
as a shorthand for . - We write
as a shorthand for . - We write
as a shorthand for .
For large integers, we use the base 10 system unless otherwise specified. That is, we interpret
Exercise 1.1 (
Show that
1.3 Elementary Computations
Example 1.2 (Multiplication by Zero)
To prove this for an arbitrary
Now, we can take the additive inverse of
Finally we use again that
Example 1.3 (The Zero-Product Property) Let
We assume that both
On the left this simplifies to
Example 1.4 (Additive Inverses and Negatives)
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 1.5 (Negative times a Negative)
This is an immediate corollary of the above: we know that
Exercise 1.2 (Negative of a Negative) For any
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. 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 1.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 1.4 Prove, using the field axioms and our notational shorthands, for any
Exercise 1.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.
Exercise 1.6 Fix some number