Chapter 1 Results from One-Variable Calculus

1.1 The Real Number System

Theorem 1.1.1 (Field axioms for ()).

(a1) Addition is associative

(a2) is an additive identity

(a3) Existence of additive inverses

(a4) Addition is commutative

(m1) Multiplication is associative

(m2) is a multiplicative identity

(m3) Existence of multiplicative inverses

(m4) Multiplication is commutative

(d1) Multiplication distributes over addition

Theorem 1.1.2 (Order axioms).

(o1) Trichotomy axiom: for every real number , exactly one of the following conditions holds:

(o2) Closure of positive numbers under addition: for all real numbers and , if , and , then also .

(o3) Closure of positive numbers under multiplication: for all real numbers and , if , and , then also .

For all real numbers and , define

to mean

We want to show this definition is the same as what we learned in "Understanding Analysis".

We define this relation, if of then we say .

(o1ua) Given any , since either

Then either or .

(o2ua) If , then . , then . So .

(o3ua) If , then . , then , i.e. .

(o4ua) If , , then . so .

(o5ua) It's automatic.

We define the set to be

We want to showthe following:

(o1) We want to show if and , then .

Assume , then , so , we have a contradiction. So .

Since , then if , we have , we have a contradiction again, so .

Then .

(o2) We want to show if , and , then also .

, then .

In addition, if , then , since , then , i.e. , we have a contradiction.

(o3) We want to show , and , then also .

(o5ua) guarantees then . If , since , we can find such that , we have a contradiction.

Another thing we can show is that no order can be made to a finite field.

Proof: Assume we is a finite field. We proved . Then consider the sequence

Since is finite, we must have for some , then we have . On the other hand, is the sum of s, so . We have a contradiction.

1.3 Taylor’s Theorem

Let be a nonempty open interval, and let be any point. Let be a nonnegative integer. Suppose that the function has continuous derivatives

For every positive integer and every define a k-fold nested integral,

Then we have

So in general

According to the fundamental theorem,

So we have

Assume , then

and

and so on. Eventually, we have

i.e.

If we let

Then we have and since is continuous, we can find , such that .

Next, we discuss the case for .

Consider ,

With chain rule, we can see

If in then in , and so we know by the version of Taylor’s theorem that we have already proved that

To get the ,

and also

So we proved when .

  • Whereas our proof of Taylor’s theorem relies primarily on the fundamental theorem of integral calculus

    • a similar proof relies on repeated integration byparts(Exercise1.3.6) (Also see Jay Cumming's Real Analysis)
    • many proofs rely instead on the mean value theorem. Also see Understanding Analysis.
  • Our proof neatly uses three different mathematical techniques for the three different parts of the argument:

    • To find the Taylor polynomial , we differentiated repeatedly, using a substitution at each step to determine a coefficient.
    • To get a precise (if unwieldy) expression for the remainder , we integrated repeatedly, usingthefundamental theorem of integral calculus at each step to produce a term of the Taylor polynomial.
    • To express the remainder in a more convenient form, we used the extreme value theorem and then the intermediate value theorem once each. These foundational theorems are not results from calculus but (as we will discuss in Section 2.4) from an area of mathematics called topology.