Exercise 7.2.5

Assume that, for each n , f n is an integrable function on [ a , b ] . If ( f n ) f uniformly on [ a , b ] , prove that f is also integrable on this set. (We will see that this conclusion does not necessarily follow if the convergence is pointwise.)

Answers

Since both U ( f , P n ) and U ( f ) are defined in terms of supremums (and likewise for L and infimums), it’s useful to have the following lemma: For all n N , let A n be a set of real numbers with supremum s n and infimum i n , and let B be a set with supremum s and infimum i . If 𝜖 > 0 , N so that n > N implies that a A n , b B such that | a b | < 𝜖 , then lim n s n = s and lim n i n = i .

Proof: Let 𝜖 > 0 , and choose N large enough so that for n > N , a A n , b B with | a b | < 𝜖 2 . Note this implies a < b + 𝜖 2 . Since s n is the supremum of A n we have that for some a A n ,

s n < a + 𝜖 2 < b + 𝜖 < s + 𝜖

A similar argument in reverse shows that s < s n + 𝜖 , or | s n s | < 𝜖 , as desired. The proof is identical for i n i .

Back to the main proof — consider a particular interval [ c , d ] which is part of a partition P m . We can consider

u n , c , d = ( d c ) sup { f n ( x ) : x [ c , d ] }

to be the contribution of the interval [ c , d ] to U ( f n , P m ) , and similarly define

u c , d = ( d c ) sup { f ( x ) : x [ c , d ] }

. Because ( f n ) f uniformly, we can apply our lemma to claim that as n , u n , c , d u c , d . Since the interval [ c , d ] is arbitrary, we can apply this to each interval in P m to get U ( f n , P m ) U ( f , P m ) .

This, plus using our lemma again, implies that U ( f n ) U ( f ) . A similar argument shows L ( f n ) L ( f ) . But since U ( f n ) = L ( f n ) , we must have U ( f ) = L ( f ) and therefore f is integrable on [ a , b ] .

User profile picture
2022-01-27 00:00
Comments