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 sin x as a series in sum notation. sin x = 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)! = ∑n∈ℤ≥0 (-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∈ℝ | a≤x≤b}, (a,b) = {x∈ℝ | a<x<b}, [a,b) = {x∈ℝ | a≤x<b}, (a,b] = {x∈ℝ | a<x≤b} 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 x∈S then x≤b.

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 b≥sup(S).

A maximum of S is m∈S such that if x∈ℝ and x>m then x∉S.

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

If x∈ℝ then the absolute value of x is |x|= { x, if x≥0, -x, ifx<0. So |x-2|= { x-2, if x-2≥0 -(x-2), ifx-2<0 = { x-2, if x≥2, 2-x, if x<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+1≥0 and x+1<1)  or  (x+1<0 and -(x+1)<1) } = { x∈ℝ |  (x≥-1 and x<0)  or  (x<-1 and x+1>-1) } = { x∈ℝ | x∈ [-1,0) or  (x<-1 and x>-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>-3 and x<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