Assignment 2

This assignment accompanies our rigorous investigation of analysis, and we focus on building up known and useful facts from algebra / precalculus directly from our concise axiom system. Throughout this assignment you are allowed to use the axioms, definitions and shorthand notations we have developed, as well as the theorems proven directly from them in class:

From the Field Axioms

  • For any x in a field 0x=0.
  • If a,b are elements of a field and ab=0 then a=0 or b=0.
  • For any x in a field, x=(1)x.
  • (1)=1 and (x)=x.

From the Order Axioms

  • In any ordered field 1>0.
  • If x is any nonzero element of an ordered field then x2>0.
  • If a<b and b<c in an ordered field, then a<c.
  • If a<b and c>0 then ca<cb. If c<0 instead we have cb<ca.
  • If 0<a<b in an ordered field, then a2<b2.

Arithmetic

Exercise 1 (Multiplying it Out) Let a,b be elements of a field. Prove the familiar “foiling identities” of elementary algebra: (a+b)2=a2+2ab+b2 (a+b)(ab)=a2b2

Solution. Both cases use very similar logic, so we just do the second. Beginning with the expression (a+b)(ab), and can use the distributive property of multiplication to distribute terms. (a+b)(ab)=(a+b)a+(a+b)(b)=aa+ba+a(b)+b(b) Note that the symbol b denotes the additive inverse of b, so b+(b)=0. Note also that since 0 is the additive identity, c0=0 for all cF. We can use these facts by noting that multiplication is commutative, and factoring out a from this middle two terms: aa+ba+a(b)+b(b)=aa+ab+a(b)+b(b)=aa+a(bb)+b(b)=aa+a(0)+b(b)=aa+0+b(b)=aa+b(b) From a proof proved in the notes, we know that x=(1)x for any xF. We can use this in combination with the definition x2=xx and the multiplication operators commutativity to simplify: aa+b(b)=aa+b(1)(b)=aa+(1)bb=a2+(1)b2=a2b2

Exercise 2 (Fractions) Let b,d0, and prove the following laws of fraction arithmetic:

  • Getting a common denominator ab+cd=ad+bcbd

  • Dividing by a fraction is multiplying by the reciprocal a/bc/d=abdc

(For the second, you may wish to first prove that (x1)1=x for x a nonzero element of a field).

Solution (Part I). We can rewrite ab=ab1 and cd=cd1 (by the definition of the fraction bar as a short hand for multiplying by the inverse) so
ab+cd=ab1+cd1.

Similarly, we can rewrite the other side without this shorthand as ad+bcbd=(ad+bc)(b1d1)

Thus, our goal is to prove the equality of ab1+cd1 and (ad+bc)(b1d1) as elements of F. Our strategy will be to start with this latter term and reduce it by field operations to the former. Distributing the element (b1d1) gives

(ad+bc)(b1d1)=(ad)(b1d1)+bc(b1d1)

Taking the first term of this sum and re-arranging using commutativity and associativity of multiplication

(ad)(b1d1)=(ad)(d1b1)=a(dd1)b1

Then using the definition of d1 as the multiplicative inverse of d and 1 as the multiplicative identity we see

a(dd1)b1=a1b1=ab1

An analogous computation run on the second term bc(b1d1) reveals

bc(b1d1)=cb(b1d1)=c(bb1)d1=c1d1=cd1

Adding these two back together shows

(ad)(b1d1)+bc(b1d1)=ab1+cd1

Which is exactly what we wanted.

Solution (Part II). We start by proving that (x1)1=x for any nonzero xF by showing it satisfies the definition. The multiplicative inverse of x1 is the field element y such that y(x1)=1. But the definition of x1 itself says that x satisfies this! So x is the multiplicative inverse of x1, or x=(x1)1 in our notational shorthand.

It will also be useful to note (as a lemma) that the multiplicative inverse of xy is x1y1, as using commutativitiy and associativity xy(x1y1)=yxx1y1=y1y1=yy1=1

Now we are ready to begin the main proof. We start with unpacking the shorthand of the left side, and show through field operations it equals the right.

a/bc/d=(a/b)(c/d)1=(ab1)(cd1)1

Using our lemma we can distribute the inverse in the second term to give c1(d1)1, and then then lemma above that ensures the second factor here is just d. Thus we have

(ab1)(cd1)1=(ab1)(c1d)

Which is exactly what we were after.

Exercise 3 Let r1 be an element of a field. Prove by induction that 1+r+r2+r3++rn=1rn+11r

Hint: multiply both sides by 1r

Solution. Following the hint, we multiply through by 1r to get an equivalent expression we may hope to prove. (1r)(1+r+r2+r3+rn)=1rn+1

We will proceed by induction, and show that for each n the left side simplifies to the right side. For n=1 the left side product is (1r)(1+r) which multiplies out by our previous homework exercise to 1r2: thus the base case is proven. For the inductive step, assume that we know for some n that (1r)(1+r+r2+r3+rn)=1rn+1, and consider the product

(1r)(1+r+r2+r3+rn+rn+1)

We may use the distributive law to distribute (1r) across the two terms 1+r++rn and rn+1, giving

(1r)(1+r++rn)+(1r)rn+1

Our inductive hypothesis tells us that the first term here is precisely 1rn+1! So, substituting that in

=(1rn+1)+(1r)rn+1

Continuing to simplify, we distribute rn+1 across (1r) and simplify:

1rn+1+rn+1rrn+1=10+rn+2=1rn+2

This is precisely what we were hoping to prove, so our induction is done and the result holds for all n.

Inequality

Exercise 4 (Powers Inequalities) Recall that natural number powers are a shorthand for repeated multiplication xn=xxx and for a positive x we define the nth root y=x1/n to be a positive element of the field such that yn=x, if such a y exists, and we define xp/q=(xp)1/q when xp has a qth root.

Let a,b be two positive elements of an ordered field and assume that a<b. Prove that

  • an<bn for all nN
  • a1/n<b1/n (if their nth roots exist)
  • ar<br for r=p/q any positive rational number (assuming ar and br exist).

Solution (Part I). Assume a,bF, a>0, b>0, and a<b. We will prove by induction. Base Case: n=1. This is just our assumption! So, we move onto the Inductive Step. Here we assume for some nN we already know an<bn, and try to prove the corresponding statement for the n+1st power. Since a>0 we can multiply our inequality through by a to get aan<abn. But also we can multiply our starting assumption through by bn (which is positive, since b>0, by closure) to get bna<bnb. By commutativity of multiplication and transitivity of inequality, we can string these together to aan<abn<bbn

But aan=an+1 by definition, and similarly for bbn. Thus we’ve proven an+1<bn+1 as required to complete the induction, so the result holds for all nN.

Solution (Part II). Assume for the sake of contradiction that this is false, so there exists some positive a,b with a<b but yet their nth roots exist in F and a1/nb1/n. We separate out two cases: first, if a1/n>b1/n is strictly greater, since nth roots are by definition positive, we are all set to apply part I of this problem and conclude that after raising to the nth power we have (a1/n)n>(b1/n)n But the definition of the nth root of x is precisely the number such that raising to the nth power returns x. Thus this inequality says a>b, contradicting what we know to start.

A similar problem occurs if we assume equality: then raising to the nth power gives (again, by definition of the nth root) that a=b, contradicting that we know a<b.

Solution (Part III). If r is a positive rational number we can represent r as a fraction r=p/q for p>0 and q>0. (Note we could also represent it as a quotient of two negative numbers). Since rational powers are defined as ap/q=(ap)1/q, we apply Parts I and II in succession. Given any positive a<b Part I ensures that ap<bp, and now since these are both still positive, part II implies that (ap)1/q<(bp)1/q, which is precisely what we want: ar<br.

Exercise 5 (Exponentials and Factorials) Given an natural number c, the is the function cn=cccc. The factorial n! is defined as n!=n(n1)(n2)321.

Prove that the factorial function f(n)=n! is eventually larger than the exponential function e(n)=10n. That is, show there is some N where for all larger n>N we have n!>10n.

Hint: find a good base case, then use induction!

Solution. We prove this by induction. But note that we are not trying to prove the statement for all n, but rather just that its eventually always true for large enough n. This is good because of course its false for small n: 102=100 but 2!=2, and 2 is certainly not greater than 100. So there’s some work to be done in selecting the right base case: we need to find an n where it actually is true! (Note also we’re just asked to prove that it holds for large enough n so we don’t need to be super careful and have base case being the first time its true or anything.)

Let’s take the base case be n=25; we have 25!=15,511,210,043,330,985,984,000,000 and 1025=10,000,000,000,000,000,000,000,000, so 25!>1025. Given this base case, the induction is actually pretty straightforward. Let’s assume that n!>10n. Now taking a look at the (n+1)th case, we have (n+1)!=(n+1)n(n1)(n2)21=(n+1)n!. On the RHS, we have 10n+1=10n10. Now because the base case is n=25 we know n+1 is greater than 10 (its actually 26 or more!) so since n!>10n we see that (n+1)n!>(n+1)10n and (n+1)10n>1010n. Stringing these together gives (n+1)n!>1010n, or (n+1)!>10n+1 as required.

Exercise 6 (Bernoulli’s inequality) Prove the following inequality for any positive x and positive integer n: (1+x)n1+nx This will be useful to us in studying exponentials, powers, and limits later on in the course! Hint: induction!

Solution. For the base case we just plug in n=1 (1+x)11+(1)x1+x1+x This is true because they’re just equal! Then the inductive hypothesis is as follows: we assume (1+x)n1+nx

holds for some nN. Since 1+x is a positive number, we can mutltiply the inductive hypothesis by this to get

(1+x)(1+x)n(1+x)(1+nx)

The left side is (1+x)n+1 by definition. Multiplying out the right, gives 1+nx+x+xnx=1+(n+1)x+nx2, so we have (1+x)n+11+(n+1)x+nx2

And finally, since nN is positive and x2 is positive (its a square), we know nx2 is positive and

1+(n+1)x+nx2>1+(n+1)x

(You can get this by starting from nx2>0 and adding 1+(n+1)x to both sides). Now by the transitivity of inequality we may string these together and conclude

(1+x)n+1>1+(n+1)x

Thus our proof actually concludes that for n=1 the two are equal and for all n>1 we have a strict inequality! In any case, this implies the weaker statement we were after, that for all n, (1+x)n+11+nx.

Exercise 7 (The Inequality |xa|<ϵ) Let a,x be arbitrary elements of an ordered field and ϵ a positive element. Show that |xa|<ϵ is true if and only if aϵ<x<a+ϵ

Solution.

Exercise 8 (Reverse Triangle Inequality) Prove that for a,b in an ordered field, ||a||b|||ab|

Solution. By the triangle inequality, we have |x|=|(xy)+y||xy|+|y| Simplifying and subtracting |y| from both sides gives |x||y||xy| We can run a similar calculation: |y|=|(xy)x||xy|+|x|=|xy|+|x| After moving some terms around with algebra yields |xy||x||y| Thus we have two inequalities involving |x||y|: |xy||x||y||xy| But a<x<a is equivalent to |x|<a by the previous problem! So we have ||x||y|||xy|