Real Analysis

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

Last update: 19 July 2014

Lecture 26

Sets

A set is a collection of elements.

Write sS if s is an element of the set S.

Let S and T be sets.

T is a subset of s if T satisfies: if tT then tS.

T is equal to S if TS and ST.

The intersection of S and T is the set ST= { x|xSand xT } .

The union of S and T is the set ST= { x|xS orxT } .

The product of S and T is the set S×T= { (s,t)| sS,tT } of pairs with the first entry from S and the second entry from T.

S = {1,2,3,5,6,7} T = {2,3,4,6,7,8} Then ST = {2,3,6,7} ST = {1,2,3,4,5,6,7,8} S×T = { (1,2), (1,3), (1,4), (1,6), (1,7), (1,8), (2,2), (2,3), (2,4), (2,6), (2,7), (2,8), (3,2), (3,3), } .

Functions

A function f:ST is an assignment of an element f(s)T to each sS.

A function f:ST is injective if it satisfies: if s1,s2S and f(s1)=f(s2) then s1=s2.

A function f:ST is surjective if it satisfies: if tT then there exists sT such that f(s)=t.

A function f:ST is bijective if it is injective and surjective.

f: S T 1 5 2 6 3 7 4 surjective not injective f: S T 1 5 2 6 3 7 8 injective not surjective f: S T 1 5 2 6 3 7 4 8 not a function

Cardinality

Let S and T be sets.

S and T have the same cardinality if there exists a bijective function f:ST. Write Card(S)=Card(T) if there exists a bijective function f:ST.

Let S be a set.

(a) S is finite if there exists n0 such that Card(S)=Card({1,2,,n}).
(b) S is infinite if S is not finite.
(c) S is countable if S is finite or Card(S)= Card().
(d) S is uncountable if S is not countable.
Write Card(S)=n if n0 and Card(S)= Card({1,2,,n}).

Prove that Card(>0)=Card(0).

Proof.

To show: There exists a bijective function f:>00.

Let f: >0 0 1 0 2 1 3 2

Prove that Card(0)=Card().

Proof.

To show: There exists a bijective function f:0.

Let f: 0 0 0 1 1 2 -1 3 2 4 -2 5 3 6 -3

Let (0,1]={x|0<x1}. Show that Card((0,1])=Card(>0).

Proof.

List the expressions ab with a>0 and b>0 in the order ( 11, 12, 22, 13, 23, 33, 14, 24, 34, 44, 15, 25, 35, 45, 55, ) . Take the subsequence of this sequence of reduced expression of elements in (0,1], ( 11, 12, 13, 23, 14, 34, 15, 25, 35, 45, ) . This sequence is a bijective function f: >0 (0,1] 1 11 2 12 3 13 4 23 5 14 6 34 7 15

Notes and References

These are notes from a 2010 course on Real Analysis 620-295. This page comes from 100510Lect26.pdf and was given on 10 May 2010.

page history