Remaining TODOs: 1
1. The real numbers
1.1. Field axioms
Definition 1.1.1: A field is a set with two binary operations βsumβ and βproductβ , such that the 10 field axioms A1-A4, M1-M4, D, Z are satisified.
A1-A4 govern addition:
- A1
- (commutativity)
- A2
- (associativity)
- A3
- s.t. (additive identity)
- A4
- s.t. (additive inverse)
M1-M4 deal with multiplication:
- M1
(commutativity)
- M2
(associativity)
- M3
s.t. (multiplicative identity)
- M4
s.t. . (multiplicative inverse)
- D
(distributivity)
- Z
Proposition 1.1.2: If , then , i.e. is the unique additive identity.
Proof: As , then
By A2,
Remark: Associativity means that unbracketed finite sums and products are unambiguous.
This isnβt true for infinite sums and products in general.
Proposition 1.1.3: for all .
Proof:
so by additive inverse.
Proposition 1.1.4: If then .
Proof: By contraposition.
Suppose and .
Then
By M2, M1, M4, LHS , so by M3, .
1.2. Order axioms
Definition 1.2.1: The order axioms say that there is a subset such that:
- P1
- If then
- P2
- If then
- P3
- For all , precisely one of holds (trichotomy)
We say β is positiveβ when .
As an interval, .
Proposition 1.2.3: is a total order on .
Proof:
is reflexive: , so for all .
is antisymmetric: suppose and . Then and . These contradict P3 unless .
is transitive: suppose and . Then . If a pair of are equal, clearly . Otherwise, so by P1, so .
Every pair is comparable:
- If , done
- If , done
- By trichotomy, the only other option is , so (so ).
Proposition 1.2.4: Let .
- If then
- If and then
Proof (ii):
.
If or , then .
If and , then by P2.
Proposition 1.2.5: is not an ordered field, i.e. there is no satisfying axioms P1-3.
Proof: Suppose for the sake of contradiction that there is such a .
By P3, one of .
If , then , contradicting axiom Z.
If , then by P2, . This contradicts P3.
If , we get the same contradiction.
Therefore is not an ordered field.
Definition 1.2.6: We define the maximum function to be
This is well-defined by the trichotomy axiom P3.
We define the minimum similarly:
We define the modulus function to be
Lemma 1.2.7: The function is increasing on .
Proposition 1.2.8 (triangle inequality): Given , .
Theorem 1.2.9 (Bernoulli's inequality): Let and , then .
Proof: By induction.
When , LHS RHS.
Suppose true for . Then
Hence true by induction.
1.3. The completeness axiom
Definition 1.3.1: Let .
is the maximum of if and . The minimum is similarly defined.
is an upper bound for if ; a lower bound is defined similarly.
is bounded if has a lower and an upper bound.
Proposition 1.3.3: For :
- If exists, it is unique.
- If (βleast upper boundβ) exists, it is unique.
- If exists, .
Proof:
- Suppose are maxima of . Then as is a max and . Also by the same argument. Hence .
- A least upper bound is an upper bound which is less than or equal to any upper bound. For two least upper bounds, and so .
- because . But is an upper bound itself, so . Therefore .
Definition 1.3.4:The completeness axiom is:
- C
- Every nonempty bounded above has a supremum.
Remark: To verify that is the supremum of a set involved showing that:
- if then
Alternatively, the second step can be replaced with showing that
TODO approximation property
Definition 1.3.5: The infimum of a set is the greatest lower bound of . We donβt need any addition axioms to show theexistance of an infimum equivalent to the supremum, because for we can define
Theorem 1.3.6: There is a unique s.t. .
Proof: Let .
Note that and that 2 bounds from above. We set , which exists by the completeness axiom.
By trichotomy, or or .
Suppose for the sake of contradiction that . Pick , then . Then no element of lies in . This contradicts the approximation property.
Suppose for the sake of contradiction that . Pick (so that ), then
giving . Therefore , but , contradiction.
By trichotomy, .
To show uniqueness, suppose that and . Then and
Since , it must be that so .