Real Analysis

Arun Ram
Department of Mathematics and Statistics
University of Melbourne
Parkville, VIC 3010 Australia
aram@unimelb.edu.au

Last update: 8 July 2014

Lecture 4

Induction, sequences, bounds

Prove that if n>0 then 1+2+3++n=n(n+1)2.

Proof.

Proof by induction.

Base case: Assume n=1. To show: 1=1(1+1)2.

Righthand side: 1(1+1)2=1·22=1.

Induction step: Let N>0.
Assume that if n>0 and n<N then 1+2++n=n(n+1)2. To show: 1+2++(N-1)+N=N(N+1)2.

Lefthand side: 1+2++(N-1)+N = (1+2++(N-1))+N = (N-1)(N-1+1)2 +N,by the induction hypothesis, = (N-1)N2+ 2N2 = N(N-1+2)2 = N(N+1)2.

Some notation

Write out the first 10 terms of n=4100 (-1)n+1 2nxn (n-3)2

Solution n=4100 (-1)n+1 2nxn (n-3)2 = (-1)5 24x4(4-3)2+ (-1)625x5(5-3)2 ++ (-1)14213x13(13-3)2 + = -24x4+ 25x522- 26x632+ 27x742- 28x852+ 29x962 - 210x1072+ 211x1182- 212x1292+ 213x13102+.

Write sinx as a series in sum notation. sinx = x- x33!+ x55!- x77!+ x99!- = x2·0+1(2·0+1)!+ (-1)1x2·1+1(2·1+1)!+ (-1)1x2·2+1(2·2+1)!+ (-1)1x2·3+1(2·3+1)!+ = n=0 (-1)nx2n+1 (2n+1)! = n0 (-1)nx2n+1 (2n+1)! .

Bounds and intervals

0 is the set of decimal expansions.

is the set of positive and negative decimal expansions

0.9999, 1.000, -0.9999, -1.000. Let a,b. The sets [a,b] = {x|axb}, (a,b) = {x|a<x<b}, [a,b) = {x|ax<b}, (a,b] = {x|a<xb} are intervals in . The set (a,b) is an open interval in .

Graph [2,3). 0 1 2 3

Graph {1n|n>0}. 17 16 15 14 13 12 1

Let S be a subset of .

An upper bound of S in is b such that if xS then xb.

A least upper bound of S in is sup(s) such that

(a) sup(s) is an upper bound of S in ,
(b) If b is an upper bound of S in then bsup(S).

A maximum of S is mS such that if x and x>m then xS.

Write S={x||x-2|<3and|x+1|<1}.

If x then the absolute value of x is |x|= { x, ifx0, -x, ifx<0. So |x-2|= { x-2, ifx-20 -(x-2), ifx-2<0 = { x-2, ifx2, 2-x, ifx<2. The graph of y=x-2 is 1 2 x 1 2 y S1 = {x||x-2|<3} =(-1,5) S2 = {x||x+1|<1} = { x| (x+10andx+1<1) or (x+1<0and-(x+1)<1) } = { x| (x-1andx<0) or (x<-1andx+1>-1) } = { x|x [-1,0)or (x<-1andx>-2) } = { x|x [-1,0)or x(-2,-1) } = [-1,0) (-2,-1) = (-2,0).

Graph S={x|x2<9}. The graph of y=x2 is x y -1 1 1 So S = {x|x>-3andx<3} = (-3,3).

Notes and References

These are notes from a 2010 course on Real Analysis 620-295. This page comes from 100308Lect4.pdf and was given on 8 March 2010.

page history