Exercise 1.3.4

Let A 1 , A 2 , A 3 , be a collection of nonempty sets, each of which is bounded above.

(a)
Find a formula for sup ( A 1 A 2 ) . Extend this to sup ( k = 1 n A k ) .
(b)
Consider sup ( k = 1 A k ) . Does the formula in (a) extend to the infinite case?

Answers

(a)
sup ( k = 1 n A k ) = sup { sup A k k = 1 , , n }
(b)
In general no, since k = 1 A k may be unbounded, for example with A n = [ n , n + 1 ] .
User profile picture
2022-01-27 00:00
Comments

Proof. If a set E is finite (and non empty), its least upper bound is the greatest element of E ,

sup E = max E .

a) We prove that

sup ( A 1 A 2 ) = max ( sup ( A 1 ) , sup ( A 2 ) ) .

Write c 1 = sup A 1 and c 2 = sup ( A 2 ) . Without loss of generality, we can assume that c 1 c 2 .

Since c 1 is an upper bound of A 1 , for every a A 1 , a c 1 (a fortiori a c 2 ), and similarly for every a A 2 , a c 2 . This shows that c 2 is an upper bound for A 1 A 2 .
Let m be any upper bound of A 1 A 2 . Then m is an upper bound of A 2 , therefore m c 2 . This shows that c 2 is the least upper bound of A 1 A 2 .

Therefore c 2 = max ( c 1 , c 2 ) = sup ( A 1 A 2 ) .

Same reasoning if c 1 c 2 .

We prove the generalization by induction. Assume that

sup ( i = 1 n A i ) = max ( sup ( A i ) , 1 i n ) .

Then, using part (a), and the induction hypothesis,

sup ( i = 1 n + 1 A i ) = sup [ ( i = 1 n A i ) A n + 1 ] = max ( sup ( i = 1 n A i ) , sup ( A n + 1 ) ) = max ( max ( sup ( A i ) , 1 i n ) , sup ( A n + 1 ) = max ( sup ( A i ) , 1 i n + 1 ) .

The induction is done, so, for all n ,

sup ( i = 1 n A i ) = max ( sup ( A i ) , 1 i n ) .

b) The same formula is not valid for sup ( i = 1 A i ) , because the set { sup ( A i ) i } has not necessarily a maximum, or a least upper bound. The counterexample A i = [ 1 , i ] is such that

{ sup A i i } =

is not upper bounded. □

User profile picture
2024-07-03 17:38
Comments