Measurable Functions and Random Variables

Size: px
Start display at page:

Download "Measurable Functions and Random Variables"

Transcription

1 Chapter 8 Measurable Functions and Random Variables The relationship between two measurable quantities can, strictly speaking, not be found by observation. Carl Runge What I don t like about measure theory is that you have to say almost everywhere almost everywhere. Karl Friedrichs While writing my book [Stochastic Processes] I had an argument with Feller. He asserted that everyone said random variable and I asserted that everyone said chance variable. We obviously had to use the same name in our books, so we decided the issue by a stochastic procedure. That is, we tossed for it and he won. Joseph L. Doob A panorama Next, we investigate functions between measure spaces. Recall that the inverse of a map commutes with the set operations intersection, union and complement (Theorem 2.2.2). This in turn makes it sensible to discuss whether or not a map between two measurable spaces relates the σ- algebras of the respective spaces. Dealing with functions is the natural next step in analysis of course, if for no other reason than functions are very useful for applications. Recall that in Chapter 4 we use functions like the Rademacher functions to describe interesting events in probability. We begin by explaining how the inverse of a function whose range is a measurable space induces a σ- algebra on its domain. If both the range and domain are measurable spaces, then a function is called measurable if the induced σ- algebra is a subset of the original σ- algebra. This concept is more general than continuity, as continuous functions are measurable but not every measurable function is continuous. Measurable functions also turns out to be the natural class of functions to use in measure theory, e.g. all nonnegative measurable functions can be integrated. One piece of strong evidence for this is that it is 149

2 150 Chapter 8. Measurable Functions and Random Variables very difficult to get out of the set of measurable functions, e.g. by taking limits of sequences or combining with arithmetic operations. We prove a sequence of theorems that make this claim precise. Recall that one of the knocks against Riemann integration is that the limit of a sequence of Riemann integrable functions may not be Riemann integrable. We then develop a number of other important properties of measurable functions. We show that a measurable function can be approximated by a sequence of particularly simple functions called, well, simple functions. When the measurable function is nonnegative, the sequence of simple functions can be made monotone. Simple functions are piecewise constant functions, but defined through inverse acting on a partition of the range of a measurable function, not a partition of the domain as with standard piecewise constant functions used in Riemann integration. Such approximation results are fundamentally important for analysis, e.g. we use the approximation property to define integration through a limiting process. We also show that a general measurable function is close to a continuous function in the sense they agree except on a set of small measure. Using that result, we show that a measurable function can be approximated by a sequence of continuous functions. The last general result we show is a theorem that explains how the inverse of measurable function on a measure space induces a measure on its range. Using this result, we define the concept of a random variable, which is a measurable function defined on a probability space. Of course, we already saw that random variables are a central concept in probability theory in Chapter 4. Random variables inherit all the properties of general measurable functions of course. In particular, the induced measure of a random variable, called the law of the random variable, plays a key role in probability. Indeed, we also show that any given probability distribution corresponds to at least one random variable, hence we obtain a one-to-one and onto correspondence between probability distributions and random variables. We briefly discuss some familiar examples, e.g. the Cauchy and normal distributions and corresponding random variables. In the last part of this chapter, we extend the notion of random variables valued in to random vectors valued in n. Almost all the proofs in this chapter follow in a straightforward way from the theory we have developed so far. The main exception is the result on approximation of measurable functions by sequences of simple functions, which is a major proof. 8.1 σ- algebras and maps It turns out that an extremely important way to generate a σ-algebra from another σ- algebra is by means of an inverse to a map. For example, this plays a central role in probability. The reason this possible is due to Theorem 2.2.2, which we restate: Theorem Let f be a map from a set to a set and {A α : α } be a family of subsets of a set. Then, \ A α = (Y \ A α ), \ A α = ( \ A α ). α α α f 1 A α = f 1 (A α ), α α α α f 1 A α = f 1 (A α ) The main result states that a map between spaces where one of the spaces is measurable α

3 8.1. σ- algebras and maps 151 implicitly defines a σ- algebra in the other one. Theorem 8.1.2: σ- algebras Induced by Inverse Maps Let f : be a map, where and are nonempty sets. 1. If is a σ- algebra on, then f 1 ( ) := f 1 (B) : B is a σ- algebra on. 2. If is a σ- algebra on, then B : f 1 (B) is a σ- algebra on. 3. If is a collection of sets in, then σ f 1 ( ) = f 1 (σ ( )) Definition The σ- algebras in 1. and 2. are said to be induced by f. Note that the σ- algebra induced by f in 1. is on while the σ- algebra induced by f in 2. is on. Proof. Result 1 Let A f 1 ( ), i.e. A = f 1 (B) for some B. A c = ( f 1 (B)) c = f 1 (B c ), so A c f 1 ( ). Let {A i } be a sequence of sets in f 1 ( ). Then A i = f 1 (B i ) for B i and A i = f 1 (B i ) = f 1 B i f 1 ( ). If B is in the collection, f 1 (B), hence ( f 1 (B)) c = f 1 (B c ). Exer- Result 2 cise: show that a countable union is treated in the same fashion. Result 3 We first show σ f 1 ( ) f 1 (σ ( )). If B then B σ ( ), hence f 1 ( ) f 1 (σ ( )). By 1., f 1 (σ ( )) is a σ- algebra, so σ f 1 ( ) f 1 (σ ( )). Next, we show f 1 (σ ( )) σ f 1 ( ) using Theorem Define, = B σ ( ) : f 1 (B) σ f 1 ( ). First, since f 1 ( ) σ f 1 ( ). Next, we show that is a σ- algebra. For example, assume B. This means that f 1 (B) σ f 1 ( ), which in turn implies that B c since f 1 (B c ) = ( f 1 (B)) c σ f 1 ( ). Countable unions are treated with the same approach. Thus, σ ( ), which proves the result. Example Let = {1,2,3,4} and = {a, b}. Define f : by f (1) = a, f (2) = a,

4 152 Chapter 8. Measurable Functions and Random Variables f (3) = b, and f (4) = b. If we choose for the σ- algebra on, the induced σ- algebra on is f 1 ( ) = {,{1,2},{3,4},{1,2,3,4}}. If we choose for the σ- algebra on, the induced σ- algebra on is. Example Consider the sets and its σ- algebra defined in Example and and its σ- algebra defined in Example 5.1.9, and f : with f (1) = a, f (2) = b, f (3) = c, and f (4) = d. The σ- algebra induced by f on is. The σ- algebra induced by f on is,{1},{2},{1,2},{3,4},{1,3,4},{2,3,4},{1,2,3,4}. Example Let = and =. f (x) = [x] = greatest integer x. For i, f 1 (i) = [i, i + 1) while f 1 (A) = i A [i, i + 1) for A. If we take as the σ- algebra on, then the induced σ- algebra on is = {, countable unions of disjoint intervals of the form [i, i +1), and half rays (, i) and [i, ), i }. In Example 5.1.5, we prove that this is a σ- algebra directly. If we take the Borel or Lebesgue σ- algebra on, then the induced σ- algebra on is. If instead, we use the σ- algebra from Example 5.1.3, i.e., = {A : A is countable or A c is countable }, then the induced σ- algebra on is {,}. 8.2 Measurable functions Example shows that if f maps one measurable space (, ) to another measurable space (, ), the σ- algebra induced by f on may not be the same as the original σ- algebra. We characterize maps between measurable spaces by the relation of the induced σ- algebra to the original σ- algebra on the input space. Assume (, ) and (, ) are measurable spaces. Where indicated, is or n and is the corresponding Borel σ- algebra. Definition 8.2.1: Measurable function A function f : is (, ) measurable or measurable if f 1 (A) for all A. So, f is measurable if the induced σ- algebra f 1 ( ) is a subset of. Fortunately, it suffices to check the condition for a generating set. Theorem Assume that = σ ( ) for some collection of subsets of. A function f :

5 8.2. Measurable functions 153 is (, ) measurable if and only if f 1 (A) for every A. Proof. The only if follows immediately from the definition. To show if, consider the set = A Y : f 1 (A), which is not empty since. By Theorem 8.1.2, is a σ- algebra on. Hence, σ ( ) =. This makes it easier to prove measurability. For example, the measurable functions contain the functions we expect to be well-behaved. Theorem If and are metric spaces, then every continuous map f : is (, )- measurable. Proof. Recall from Definition 5.5.1, is generated by the collection of open sets in. Since f is continuous, f 1 (G) is open in, and hence is in, for every open set G in. So, Theorem implies the result. Many applications of measure theory involve maps from a measure space into the real numbers, so the language is specialized for that case. Definition An extended real-valued function on is measurable or measurable if it is (, ) measurable. An extended real-valued function f : m is Borel measurable if it is m, measurable. An extended real-valued function f : m is Lebesgue measurable if it is (, ) measurable. Note that Definition does not define a notion of measurability for a map from a measurable space into the completion =. In fact, such a notion is not very useful. This is not surprising, since we obtain the completion by adding nonmeasurable sets to the original σ- algebra, and have little control over the inverse images of such sets. This has several annoying consequences. For example, it turns out that continuous functions would not necessarily be (, )-measurable. On occasion, it is useful to assume a complete domain for a measurable function. For example, intuition suggests measurability should not be affected by behavior on sets of measure 0. This is indeed true if the domain is complete. Theorem Assume (, ) is complete. If f is (, ) measurable and f = g a.e., then g is also (, ) measurable. Proof. Let A = {x X : f (x) g(x)}, which by assumption has measure 0. Fix any B and consider the set g 1 (B) = {x X : g(x) B}. We can write this set as a

6 154 Chapter 8. Measurable Functions and Random Variables disjoint union, {x : g(x) B} = {x : g(x) B} A {x : g(x) B} A c = {x : g(x) B} A {x : f (x) B}, where we use the fact that f = g in X A. The first set on the right is a subset of A and therefore has measure 0, since is complete. The second set is in by assumption. Thus, g 1 (B) in and g is (, ) measurable. Returning to the real-valued case, Theorems and imply, Theorem Let f be an extended real-valued function on. Then, f is measurable if and only if f 1 (A) for all A r c or all A o or all A l c or all A c or all A l o l c r o r c or all A or all A or all A. Some examples. Example Consider the counting measure on, number of elements in A, if A is finite, µ(a) =, if A is infinite. Every set is measurable, so any real-valued function on this space is measurable. Example Define an outer measure µ on by µ (A) = 0, if A =, 1, otherwise. Then only and are measurable with respect to the induced measure. Consider f (x) = x. Since {x : f (x) > 0} = (0, ) is not measurable, f is not measurable. Note that f = x is a measurable function for (,), just not for (,{,}). Example For a set of real numbers A, let f : (, ) (, ) be defined, f (x) = b, x A, 0, x / A,

7 8.2. Measurable functions 155 for some constant b > 0. Then,, a b, {x : f (x) > a} = A, 0 a < b,, a < 0. Hence, f is measurable if and only if A. Example Consider the real valued function f on (, ) defined, x 2, x 1, f (x) = 2, x = 1, 2 x, x > 1. Then for a real number c, (, 2 c), c 3, (,1], 3 < c < 0, {x : f (x) > c} = (, c) ( c,1], 0 c < 1, (, c) {1}, 1 c < 2, (, c), c 2. Hence, f is measurable. We often want to consider measurability relative to a subset of a measure space. Definition Assume A and f :. f is measurable on A if f 1 (B) A for all B. We say that f A is ( A, ) measurable, where A is the restricted σ- algebra on A yielded by Theorem The following results all have versions for a restriction to a measurable subset. The next result says that measurability is inherited through composition. Theorem If (, ), (, ) and (, ) are measurable spaces and f : is (, ) measurable and g : is (, ) measurable, then the composition g f : is (, ) measurable. Proof. Consider an arbitrary set A. Then B = g 1 (A) and so f 1 (B). Thus, g f 1 (A) = f 1 g 1 (A).

8 156 Chapter 8. Measurable Functions and Random Variables A consequence is that any reasonable function of a measurable function is often measurable. For example, Theorem If f is -measurable and g : is continuous then g f is -measurable. Example If f is a -measurable, then f 2, cos( f ), and exp( f ) are -measurable functions. Remark The composition of two Lebesgue measurable functions may not be Lebesgue measurable, even if one function is continuous. Measurability is also preserved by arithmetic operations. Theorem If f and g are -measurable functions, then 1. c 1 f + c 2 g is -measurable for all c 1, c f g is -measurable. 3. I f g(x) 0, then f /g is a -measurable. Proof. Result 1 Theorem implies that c f is measurable for all c R, so we just have to show that f + g is measurable. We check {x : f (x) + g(x) c} = {x : f (x) c g(x)} = {x : f (x) r i } {x : r i g(x)}, where {r i } is a denumeration of the rational numbers. Since the rationals are dense in and f, g are measurable, the sets on the righthand side are measurable. Theorem implies the result. Result 2 This follows from the identity f g = 1 2 ( f + g) 2 f 2 g 2 by applying Result 1 and Theorem imply the result. Result 3 By Result 2, we only have to show that 1/g(x) is measurable. This follows from Theorem and the assumption since 1/x is continuous for x 0. i This implies, Theorem 8.2.8

9 8.2. Measurable functions 157 The set of -measurable functions is a vector space. Next, we consider sequences of measurable functions. Recall, Definition Let { f i } be a sequence of extended real valued functions on. Then for all x, inf f i (x) = inf{ f i (x)} i sup f i (x) = sup{ f i (x)} i limsup f i (x) = inf { f i (x)} sup j 1 i> j liminf f i (x) = sup inf { f i (x)} i> j j 1 Measurability behaves very nicely with respect to sequences. Theorem If { f i } is a sequence of extended real valued - measurable functions, then the functions, sup f i (x),inf f i (x),limsup f i (x),liminf f i (x) are - measurable. If f = lim f i exists for all x X, then f is - measurable. i Proof. Fix a. Let g 1 = sup f i so for each j, f j (x) g 1 (x) for all x. Choose any i function g with g(x) > g 1 (x), x. Then for each j, {x : f j (x) a} {x : g(x) a} and {x : f j (x) a} {x : f i (x) a} {x : g(x) a}. Hence, {x : g 1 (x) a} = {x : f i (x) a}. By Theorem 8.2.4, g 1 is - measurable. A similar argument shows that g 2 = inf f j is j - measurable (exercise). Now, liminf i f i = sup j inf{f i : i j } and limsup f i = infsup{f i : i j } are - j measurable by repeated application of the results for inf and sup. Finally, if f = lim i f i exists for all x then f = limsup i f i and hence f is - measurable. A particular application of this result yields the useful fact:

10 158 Chapter 8. Measurable Functions and Random Variables Theorem If f, g are extended real valued - measurable functions, then so are max{f, g} and min{f, g}. The following is an immediate consequence of Theorems and Theorem If { f i } is a sequence of extended real valued - measurable functions and if lim j f j = f a.e., then f is - measurable. The next result turns out to be very useful in developing a theory of integration. Definition Let f be an extended real valued function on. Consider the sets, A + = {x : f (x) 0} and A = {x : f (x) < 0}. Then f can be decomposed into its positive and negative parts, f = f + f, where f + = max( f,0) and f = max( f,0). Note the functions f + and f are non-negative. Theorem If f is an extended real valued function on, then f is - measurable if and only if f +, f are - measurable. Proof. If f is - measurable then A +, A are measurable sets and hence f +, f are - measurable. If f +, f are - measurable then f is the sum of two - measurable functions and so is - measurable. So every measurable function can be written as the difference of two non-negative measurable functions. Since f = f + + f, Theorem If f is an extended real valued - measurable function, f is - measurable. It is natural to draw the conclusion that it is very hard to get out of the set of measurable functions.

11 8.3. Approximation by simple functions Approximation by simple functions The need to approximate a complex function by simpler functions is readily apparent in analysis, e.g. for the purpose of integration. In classic settings, we consider the approximation of smooth functions using Taylor polynomials and the approximation of continuous functions by polynomials (Theorem 3.3.1) or by piecewise polynomials as in Riemann integration. In each of these cases, the smoothness and/or continuity is essential to the construction of accurate approximations. The class of measurable functions contains continuous functions, but is apparently much larger. This should raise a concern about whether or not it is possible to approximate a given measurable function by relatively simple functions. Recall that the Weierstrass Approximation Theorem implies that continuous functions can be approximated by polynomials. It turns out that it is possible to approximate measurable functions if the approximations are computed using a very clever idea. This result is extremely useful, e.g. we define the Lebesgue integral of a function by taking the limits of the integrals of a sequence of relatively simple functions. Let (, ) be a measurable space. The classic approximation used for Riemann integration is built upon intervals. In measure theory, we use measurable sets. Definition 8.3.1: Characteristic function For A, the characteristic function χ A is defined by, χ A (x) = 1, if x A, 0, if x A c (8.1) In probability, the characteristic function of a set A is also called the indicator function of A and is denoted by I A or 1 A. It is easy to see that Theorem Let A. Then, χ E is -measurable if and only if A. There are a couple of useful properties of characteristic functions. Theorem Let A and B be measurable sets. 1. If A and B are disjoint, then χ A B = χ A + χ B. 2. χ A + χ A c = χ A B = χ A χ B. We define the functions used for approximation.

12 160 Chapter 8. Measurable Functions and Random Variables Definition 8.3.2: Simple function A simple function s : is a finite linear combination of characteristic functions of measurable sets, k s(x) = a i χ Ai (x), k where {A i } N is collection of disjoint sets in such that = A i and {a i } k is a set of real numbers. Theorems and imply, Theorem A simple function on a measurable space is measurable. The following alternate characterization of simple functions is useful, Theorem A function s : is a simple function if and only if s is a measurable function such that the range of s is a finite set of points in. Proof. A simple function has a finite range of course. For the other direction, assume s is measurable and has range {a i : 1 i k}. Let A i = s 1 ({a i }) for 1 i k. {A i } is a k disjoint collection of measurable sets and X = A i. If x A i, then s(x) = a i. Thus, s = is a simple function. k a i χ Ai, Note that a step function with a finite number of discontinuities is a simple function, but simple functions do not have to be step functions. Example χ is a simple function. Simple functions do not have unique representation as seen in the following example. Example 8.3.2

13 8.3. Approximation by simple functions 161 Let = [0,3] and define 1, 0 x 1, s(x) = 2, 1 < x 2, 0, 2 < x 3. Let A 1 = [0,1], A 2 = (1,2], A 3 = (2,3]. Then, s = 1χ A1 + 2χ A2 + 0χ A3. However, if we define B 1 = [0,1/2), B 2 = [1/2,1], B 3 = (1,2], B 4 = (2,3], then s = 1χ B1 1χ B2 + 2χ B3 + 0χ B4. In the proof of 8.3.4, we use a special representation for s. Definition 8.3.3: Standard representation Given a simple function s, let the range of s by the set of distinct numbers {a i } k and define A i = s 1 (a i ) for 1 i k. The standard representation of s is s = k a i χ Ai. The reason for using this is, Theorem Each simple function has a unique standard representation. Proof. Let the range of a given simple function s be the set of distinct numbers {a i } k. Define A i = s 1 (a i ) for 1 i k. We observe that {A i } is a disjoint collection of measurable sets such that = i A i. It is an exercise to show the standard representation is unique. A fact that is crucial to building approximations using simple functions is: Theorem The set of simple functions is a vector space. Proof. The definition implies that if c is a real number and s is a simple function, then c s is a simple function. The constant function 0 is also simple. We assume that s 1 = k and s 2 = l j =1 a i χ Ai b j χ B are two simple functions in standard representation. First assume j

14 162 Chapter 8. Measurable Functions and Random Variables k l = 1, which implies that B 1 =. Let C i = A i B 1 for 1 i k. Then, C i = and k s 1 + s 2 = c j χ C j, where c j = a j + b 1 for 1 j k. We extend this to l 1 by the using the collection, j =1 Ai B j : 1 i k, 1 j l, and using the sum a i + b j in the corresponding set. Thus, s 1 + s 2 = (a i + b j )χ Ai B, j i, j =1 and so is simple. To make notation simpler, we use the following convention, Definition If f and g are functions from a set into, we write f g to indicate f (x) g(x) for all x. We now state the fundamental approximation result for measurable functions. Theorem 8.3.7: Approximation by simple functions Let f be an extended real valued - measurable function. 1. If f is nonnegative, there is a sequence {s i } of simple functions such that, 0 s 1 s 2 s 3 f, and s i f pointwise. 2. There is a sequence {s i } of simple functions such that, and s i f pointwise. 0 s 1 s 2 s 3 f, In either case, the convergence is uniform on any measurable set on which f is bounded. This theorem says that any nonnegative measurable function can be approximated from below by a sequence of simple functions. This kind of monotone approximating sequence is a particularly powerful tool in analysis, with the limiting function typically inheriting many properties of the functions in the approximating sequence. This motivates a general four-step approach for proving many desirable properties about measurable functions and their integrals as discussed in the next chapter. Specifically, we first prove that a desired property holds for characteristic functions, which is often trivial. Then,

15 8.3. Approximation by simple functions 163 usually by exploiting linearity, we show that the desired property holds for simple functions. In the third step, we apply the first part of the above theorem, often in conjunction with other results, to extend this desired property to nonnegative measurable functions. Finally, the second part of the theorem is applied to extend the desired property to general measurable functions. We illustrate this technique in some of the worked problems at the end of this chapter. Before beginning the proof, we emphasize the new idea behind the approximation. The theory of Riemann integration is built on the approximation of a function f by a piecewise constant functions defined on partitions of the domain of f into disjoint intervals. The advantage of this approach is that the approximations are easy to compute. The disadvantage is that an arbitrary partition may not align well with the behavior of f, e.g., f may have rapid changes or discontinuities inside any given subinterval in a partition. To deal with this, we have to restrict the functions to the collection who s behavior can be described on partitions of decreasing size, e.g. by assuming the function is continuous. In some sense, this is the source of weakness in the Riemann theory of integration. In the Lebesgue approach, we partition the range of a function f into regular intervals and then build an approximation based on the inverse images of the subintervals in the partition of the range. These are all measurable sets if f is measurable. This approach yields approximations with many good properties, though the approximations themselves are significantly more complicated to compute. Proof. Result 1 We approximate the values of f in a bounded interval and treat the rest of f s values as big. We partition the range of f disjointly as [0, ] = [0, m] (m, ] for integer m 1. We further partition [0, m] into m2 m intervals Then, With I m 0 = [0,2 m ], I m i = (i2 m,(i + 1)2 m ], 1 i m2 m 1. m2 m 1 f 1 ([0, ]) = f 1 ([0, m]) f 1 ((m, ]) = A m i we define the simple function, i=0 ( f 1 I m i = f 1 I m i, 0 i < m2 m 1, A m = f 1 ((m, ]), m2 m 1 s m = i2 m χ A m i i=0 ) f 1 ((m, ]). + mχ Am. (8.2) We approximate the values of f on A m by i2 m and on A i m by m. Each A m splits into 2 intervals of length 2 (m+1) at the next level m+1 and hence when i x A m, s i m (x) s m+1 (x). When x (m, m + 1], then s m (x) = m whereas, s m+1 (x) m. When x (m + 1, ], then s m+1 (x) = m + 1 s m (x) = m. For x in the set {x : f (x) m}, f (x) I m for some 0 i m2 m 1. Thus, f (x) s i m (x) (i +1)2 m i2 m = 2 m. We can make this arbitrarily small by taking m large. Suppose f is bounded on a measurable set A, so there is an integer M such that f (x) < M for all x A. Then for all x A, f (x) s m (x) < 2 m for m M. We can make the difference arbitrarily small by taking m large. Thus, the convergence is uniform.

16 164 Chapter 8. Measurable Functions and Random Variables Result 2 This follows by applying Result 1 to f + and f separately, then adding the approximations. Example For f (x) = x, I m 0 = [0,2 m ] and I m = (i2 m,(i + 1)2 m ] for 1 i m2 m i 1. Then, A m = f 1 (I m ) = [ (i + 1)2 m, i2 m ) (i2 m,(i + 1)2 m ] and A i i m = f 1 (I m ) = (, m] (m, ). Then, the approximation is defined by (8.2). We i plot s 2 in Figure 8.1. This approximation is fundamentally different than the usual piecewise constant approximation used for Riemann integration because the subset used in the x-axis to build the approximation consists of pairs of disjoint intervals. 2 S Figure 8.1. Plot of s 2 for x. We also have a converse that follows from Theorem Theorem If {s i } is a sequence of simple - measurable functions such that 0 s 1 s 2 and lim i s i (x) = f (x) a.e., then f is - measurable. Theorem says that the set of simple measurable functions is dense in the set of all measurable functions. This provides another way to define the set of measurable functions. Namely, we can define the set of measurable functions to be the completion of the set of simple functions. In this approach, properties of simple functions are verified directly then extended to the limits of sequences of simple functions. 8.4 Measurability and continuity In this section, we explore the relation of measurability and continuity. This is an interesting issue in itself. Moreover, measurability is the basis for the Lebesgue integral while continuity is bound closely to the Riemann integral, so this is useful when we explore the relation of the two integrals. We begin by proving a classic theorem that states that measurable functions are nearly continuous.

17 8.4. Measurability and continuity 165 Theorem 8.4.1: Lusin s Theorem Let (,,µ) be a measure space, where n is bounded and µ is a finite Borel measure. Let f : (, ) (, ) be measurable. For any ε > 0, there is a compact set F such that µ(\f ) < ε and f is continuous on F. Again, we find that it is the behavior on sets of small measure that distinguish measurable functions from continuous functions. Remark Lusin proved a version of this theorem for measure on the real line. We state this result in terms of Euclidean spaces, but it has a quite general analog. We restrict the result to bounded sets in order to give a particularly elementary proof. This can be weakened. Note that any countable dense set of points can be used to build the approximation in the proof, but using rationals is convenient for simplifying notation. Proof. Let {r i } be a denumeration of. For integer j > 0, define the approximating function f j such that for each x, f j (x) = r i, i = inf k : f (x) r k < 1. j f j approximates f on the set A i j = f 1 y : y r i < 1 j by the value ri. f j is defined for every x because is dense in. Moreover, f j is measurable since A i j is measurable for all i and j. Finally, f j satisfies f j (x) f (x) < 1 j for all x, so f j f uniformly on. We truncate to create an approximation. This means that f is not approximated for some values of x because those function values are not close to any of the chosen rational numbers. We control the measure of the set of such x. For each j, choose integer N j sufficiently large so x µ : f (x) ri 1 all i N j j < 1 2. j By the regularity of Lebesgue measure Theorem 6.5.1, for i = 1,2,, N j, there is a compact set F j i f 1 (r j i ) with µ f 1 1 (r j i )\F j i <. 2 j N j For each j, the sets {F j i } N j are disjoint. Set F j = N j F j i. f j is continuous on F j since it is constant on each F j i. The choice of N j and F j i implies that µ(\f j ) < N j 2 j N j j = 2 2 j. For integer k > 0, let F k = j =k F j. Fk is compact for each k and µ(\ F k ) 4 2 k because \ F k = j =k \F 4 j. We choose k so large that < ε and set F = F 2 k k.

18 166 Chapter 8. Measurable Functions and Random Variables F F j for all j k. { f j } is a sequence of continuous functions that converges j =k uniformly to f on the compact set F, hence f is continuous on F. We can also approximate measurable functions by sequences of continuous functions in measure. Theorem 8.4.2: Approximation by Continuous Functions Let (,,µ) be a measure space, where n is bounded and µ is a finite Borel measure. Let f : (, ) (, ) be measurable. There is a sequence of continuous functions {g i } on such that for any δ > 0, lim µ({x : f (x) g i (x) δ}) 0. i Proof. Following the proof of Theorem 8.4.1, for each integer i > 0, we choose a compact set F i and function g i such that g i is continuous on F i, g i = f on F i, and µ(\f i ) < 1 i. {g i } is the desired sequence. 8.5 The measure induced by a measurable function The property of measurability is defined in terms of reconciling σ- algebra structures, but a measurable function also induces a measure in its range. This is a central concept for probability theory. Let (,,µ ) be a measure space and (, ) be a measurable space. Theorem 8.5.1: Measure Induced by a Measurable Function Let f be (, ) measurable function. For any A, set µ f (A) = µ ( f 1 (A)). Then µ f is a measure on (, ). Definition The measure µ f associated with a (, ) measurable function f is called the measure induced by f, the pull back measure for f, and the image measure. Proof. Since f 1 () =, µ f () = 0. Let {A i } be a sequence of pairwise disjoint sets.

19 8.5. The measure induced by a measurable function 167 Then, µ f A i = µ f 1 A i = µ f 1 (A i ) Hence,,,µ f is a measure space. = µ f 1 (A i ) = µ f (A i ). Example Consider the function f (x) = x 2 mapping ([0,1], [0,1],µ ) to ([0,1], [0,1] ), see Figure 8.2. For any h-interval with 0 a b 1, f 1 ((a, b]) = [ b, a) ( a, b]. Hence, µ f ((a, b]) = 2( b a). 1.0 b a b - a 0.0 a b 1.0 Figure 8.2. Illustration of the inverse image of an h-interval for Example Example Consider f (x 1, x 2 ) = x x2 2 mapping (B 1 (0), B 1 (0) ) to ([0,1], [0,1] ), where B 1 (0) is the circle of radius 1 centered at the origin. f 1 (y) is a circle of radius y centered at the origin and f 1 ((a, b]) is the annulus with inner radius a and outer radius b for 0 a b 1. See Figure 8.3. If we assume the uniform probability measure on B 1 (0), which is µ /π, then µ f ((a, b]) = 1 π π( b) 2 π( a) 2 = b a. Example In this example, we construct maps from ([0,1], [0,1],µ ) to a subspace of C ([0,1]). In particular, for a given m, we define a map taking x [0,1] to a set of Bernstein polynomials of degree m or less. Assuming we use the nonterminating binary ex-

20 168 Chapter 8. Measurable Functions and Random Variables b a a b Figure 8.3. Illustration of the inverse image of an h-interval for Example pansion when possible, x =.x 1 x 2 x 3 has a unique binary expansion. Given m, define the map f m (x) = b m,x (t) = m i=0 S i (x) m p m,i (t), 0 t 1, where S i (x) = i j =1 x j counts the number of heads up in the first i th tosses in the Bernoulli sequence corresponding to x and S 0 (x) = 0. This is equivalent to choosing the Bernstein polynomial b m,x corresponding to a function that has values {S i (x)/m} at {i/m}. We show images of f m (x) for two different x and a sequence of m in Figure 8.4. The polynomials have value 0 at 0 by construction. The Weak Law of Large Numbers implies the value at 1 should be around 1/2 for most polynomials corresponding to large m. To compute the inverse, we let B m denote the set of Bernstein polynomials of degree m or less in the range of f m. Since S i (x) {0,1/m,2/m,,1} and S i (x) S i+1 (x) for all x, there is a 1-1 and onto correspondence between B m and the collection of nondecreasing finite sequences of m + 1 integers beginning with 0 and the other values drawn from {0,1,, m}. So, B m has finite cardinality. Suppose that b m B m has coefficients {y k } m {0,1/m,2/m,,1} with respect to the k=0 basis {p m,k } for B m. Since S i (x) = S i 1 (x) + δ i (x), where δ i (x) = 1 if x i = 1 and is 0 otherwise, specifying {y k } determines the first m digits of a decimal expansion.x 1 x 2 x m. Therefore, fm 1(b m ) is the set of numbers x [0,1] whose first m digits are.x 1 x 2 x m, namely the h-interval (.x 1 x 2 x m 1 x m,.x 1 x 2 x m 1 x m + 2 m ]. Therefore, the inverse image of any particular Bernstein polynomial in B m is measurable. Since B m has finite cardinality and all members of the set are measurable, the induced σ- algebra is the power set Bm. Given a set A Bm with cardinality A <, we have µ f (A) = A 2 m.

21 8.6. Random variables and their distributions m=4 m=8 m=16 m=32 m= m=4 m=8 m=16 m=32 m=64 0 t t Figure 8.4. Bernstein polynomials f m (x) corresponding to a sequence of m for two different x. 8.6 Random variables and their distributions We turn to the discussion of measurable functions on probability spaces, which, in what has to be one of the stranger abuses of mathematical language, are known as random variables. Let (Ω,, P) be a probability space. All measurable functions are defined on this space. Definition 8.6.1: Random variable A random variable (r.v.) is an extended real valued measurable function. r.v. is used to indicate the plural as well as the singular. r.v.are denoted with capital letters. Example In the probability model for Bernoulli sequences, we use the r.v. S i, R i and W i. We note that the probability question we address in Chapter 4 are all expressed in terms of conditions on values on one or more of these r.v., i.e. in terms of inverses of r.v. As always, we generally discard behavior on sets of measure zero. Definition 8.6.2: Equal almost surely Assume that X and Y are two r.v.then X = Y almost surely (a.s.) if P({ω Ω : X (ω) Y (ω)}) = 0. We restate the key properties of measurable functions in terms of r.v.

22 170 Chapter 8. Measurable Functions and Random Variables Theorem 8.6.1: Properties of Random Variables 1. If X is a r.v.and g : is Borel measurable then g X is a r.v.in particular, this applies for continuous g. 2. If X and Y are r.v., then X +Y, X Y, and X Y are r.v.also cx is a r.v.for any constant c. If Y is never zero, then X /Y is a r.v. 3. The set of r.v.is a vector space. 4. If {X i } is a sequence of r.v., then the functions, sup X i (ω), inf X i (ω), limsup X i (ω), liminf X i (ω) are r.v.if X = lim i X i exists a.s., then X is a r.v. 5. If X and Y are r.v., then max{x, Y } and min{x, Y } are r.v. 6. If X is a r.v., then X +, X, and X are r.v. 7. Let X be a r.v. 1. If X is nonnegative, there is a sequence {S i } of simple r.v.such that, 0 S 1 S 2 S 3 X, and S i X pointwise. 2. There is a sequence {S i } of simple r.v.such that, and S i X pointwise. 0 S 1 S 2 S 3 X, In either case, the convergence is uniform on any set on which X is bounded. 3. Assume in addition that Ω is bounded and let X be a r.v.. For any ε > 0, there is a compact set K Ω with P(Ω\K) < ε such that X is continuous on K. We now explore the close link between random variables, probability measures, and distribution functions. Recall that Theorem implies that a measurable function on a measure space induces a measure on its range. This is the r.v.version. Theorem Let X be a r.v.and let P X be the induced measure on, defined by PX (A) = P(X 1 (A)) for A. Then, (,, P X ) is a probability space. Proof. By Theorem 8.5.1, we know that (,, P X ) is a measure space. Moreover, P X () = P(X 1 ()) = P() = 1. Definition 8.6.3: Law of a random variable Let X be a r.v.the probability measure P X is called the law of X and is induced by X.

23 8.6. Random variables and their distributions 171 Example Consider the function Y (ω) = ω mapping ([0,1], [0,1],µ ) to ([0,1], [0,1] ). For any h-interval with 0 a b 1, Y 1 ((a, b]) = (a 2, b 2 ]. Hence, P Y ((a, b]) = b 2 a 2. Example Consider Y (ω 1,ω 2 ) = ω ω2 2 mapping (B 1 (0), B 1 (0) ) to ([0,1], [0,1]), where B 1 (0) is the circle of radius 1 centered at the origin. Y 1 ((a, b]) is the annulus with inner radius a and outer radius b for 0 a b 1. If we assume the uniform probability measure on B 1 (0), which is µ /π, then µ f ((a, b]) = 1 π πb 2 πa 2 = b 2 a 2. On a complete measure space, altering the values of a r.v.on a set of probability zero does not affect the distribution. Theorem Assume that (Ω,, P) is complete. If X and Y are r.v.with X = Y a.s., then X and Y have the same distribution. The existence of a distribution for a r.v.provides a new way to equate two r.v. Definition 8.6.4: Equal in distribution Two r.v. X and Y are equal in distribution if P X (A) = P Y (A) for all A. Theorem implies that two r.v. that are equal a.s. are equal in distribution. But, two r.v.can be equal in distribution and not equal a.s.indeed, two r.v.that are equal in distribution may not be defined on the same probability spaces! Example Let Ω = {0,1}, = Ω, and P defined so P(0) = P(1) = 1/2. Define the r.v.on Ω, X (ω) = 0, ω = 0, 1, ω = 0, 1, ω = 1., Y (ω) = 0, ω = 1. Both X and Y map (Ω,, P) to (Ω, ). By definition, P X ( ) = P(X 1 ( )) and P Y ( ) = P(Y 1 ( )). This implies that P X (0) = P Y (0) = 1/2 and P X (1) = P Y (1) = 1/2. However, X Y. Since a r.v. X induces a new probability space (,, P X ), we can define new r.v. Y on (,, P X ). It is natural to wonder about the connection between such a Y and the composition Y X. There is a remarkable relationship.

24 172 Chapter 8. Measurable Functions and Random Variables Theorem Let X be a r.v.with distribution P X. Let Y be a measurable function from (, ) to (, ). Then, Y is a r.v.on (,, P X ) with the same distribution as the r.v. Y X on (Ω,, P). Proof. This is a good exercise in using the ideas underlying Theorem ) Example In Example 8.5.2, we deal with the r.v. X (ω 1,ω 2 ) = ω 2 1 +ω2 2 mapping (B 1 (0), B 1 (0), P) to ([0,1], [0,1] ), where P = µ /π. We find that P X = µ is the uniform distribution. In Example 8.6.3, we consider the composition Y X, where Y (y) = y maps ([0,1], [0,1] ) to ([0,1], [0,1] ). We compute P Y X ((a, b]) = b 2 a 2. In Example 8.6.2, we consider the r.v. Y (y) = y mapping ([0,1], [0,1],µ ) to ([0,1], [0,1] ) and found that P Y ((a, b]) = b 2 a 2. Recall that Theorem says that each probability measure on (, ) is associated with a cdf. Applying this to the probability space induced by a r.v., we get Definition 8.6.5: Cumulative distribution function Let X be a r.v. The cumulative distribution function (cdf) or probability distribution function F X of X is defined F X (x) = P({ω : X (ω) x}) for x. Example 8.6.6: Delta distribution Suppose X (ω) = a for all ω. Then, F (x) = point mass or delta distribution at a. 0, x < a, 1,. This is called the unit x a. We summarize key properties of a distribution function. Theorem 8.6.5: Properties of a probability distribution function Let X be a r.v.with distribution function F X. Then, F X is a non-decreasing, right continuous, real valued function with left hand limits given by F X (x ) = lim F (x i ). x i x In addition, lim F (x) = 0 and lim F (x) = 1. Finally, F x x X has at most a countable number of discontinuities. Proof. Exercise.

25 8.6. Random variables and their distributions 173 So, each r.v. defines a distribution function. The following result establishes a converse, namely we can associate a particular random variable with a given distribution function. This turns out to be important for generating random numbers from a specified distribution, among a number of other applications. Theorem 8.6.6: A Theorem of Skorohod Let F : [0,1] be a cdf. There is a r.v. X : [0,1] defined on the probability space [0,1], [0,1], P such that F = F X, where [0,1] is the family of Lebesgue measurable sets on [0,1] and P = µ. Proof. We define the map X : [0,1] by, X (ω) = inf{x : F (x) ω}, 0 ω 1. We first show that X is a [0,1], measurable function and hence a r.v.for a, consider the set {ω : X (ω) a}. Since F is increasing, this is [0, b] with b = sup{ω : ω F (a)}. The result follows from Theorem We know that X induces a distribution P X on. We show that F is the distribution function for P X, so F = F X, by showing that, F (x) = P({ω : X (ω) x}), x. Since X is an increasing function on [0,1], the event A = {ω : X (ω) x} is the interval [0,sup A]. Since P is the uniform distribution, we want to show that F (x) = sup A = P({ω : X (ω) x}). The definition of X and the right continuity of F imply that F (X (ω)) ω, so if ω A, F (x) F (X (ω)) ω. Therefore, F (x) is an upper bound for A. But, F (x) A since X (F (x)) x. So, F (x) = sup A. Example In Example 7.2.4, we define the Cauchy distribution F (x) = π arctan x x 0 γ on (, ), for real constants x 0 and γ. We set x 0 = 0 and γ = 1. By the proof of Theorem 8.6.6, X (ω) = inf{x : F (x) ω}. Since F is strictly monotone, and hence invertible, X (ω) = {x : F (x) = ω}. Solving ω = arctan(x ) gives π X (ω) = tan(π(ω 1/2)). Example In Example 7.2.5, we define the normal distribution F (x) = 1 x µ 1 + erf 2 σ on 2 (, ), for real constants µ and σ > 0. Since F is strictly monotone, we find

26 174 Chapter 8. Measurable Functions and Random Variables that the r.v.from Theorem is X (y) = µ + σ 2erf 1 (2y 1). We plot this in Figure 8.5. X y Figure 8.5. Plot of the r.v. for the normal distribution given by Theorem for µ = 0 and σ = 1. It is an exercise to establish further properties of the cdf of a r.v.. Theorem Let F : [0,1] be a cdf and X : [0,1] the r.v.guaranteed by Theorem If F is strictly increasing, then X and F are inverse functions to each other, and X is strictly increasing and continuous. In general: X is left continuous; Jumps of F correspond to intervals of constancy for X ; Bounded intervals of constancy of F correspond to jumps of X. Unbounded intervals of constancy of F correspond to finite limits of X at 0 and 1. Since the continuous case is the easiest to deal with, we distinguish it with a definition. Definition 8.6.6: Continuous random variable A r.v.is said to be continuous if its distribution function is continuous. 8.7 Random vectors We can extend the concept of random variables to vector-valued functions. First, Assume (,,µ) is a measure space. Definition A function is measurable or measurable if it is (, n ) measurable. A function f : m n is Borel measurable if it is ( m, n ) measurable. A

27 8.7. Random vectors 175 function f : m n is Lebesgue measurable if it is, n measurable. Theorem implies that it is sufficient to check measurability on a generating set, Theorem Let f : n. Then, f is measurable if and only if f 1 (A) for all A r c or all A o or all A l c or all A c. In practice, we deal with the components of a vector-valued function. Definition The i th projection map p i : n is defined p i (x1, x 2,, x n ) = x i for 1 i n. Theorem The projection maps from ( n, n ) to (, ) are measurable. Proof. p 1 ((a, b]) = {x n : a < x i i b and x j, j i} is a measurable set for all a, b n. We only have to check measurability component-wise, Theorem Let f : n be given as f (x) = ( f 1 (x),, f n (x)), x Ω. f is measurable if and only if f i is measurable for all 1 i n. Proof. If f is measurable, then f i = p i f is measurable by Theorems and If each f i is measurable, then f 1 {y n : a i < y i b i, 1 i n} = {x m : a i < f i (x) b i, 1 i n} n = {x m : a i < f i (x) b i } is measurable set in for all a, b n. Example We consider the vector-valued function f (x) = x 2 sin(x 1 ), x 1 + x 2, e x 2 on [0,1] [0,1], [0,1] [0,1], µ. Each of the component functions are continuous and hence

28 176 Chapter 8. Measurable Functions and Random Variables measurable, so f is measurable. The image of the domain is [0,sin(1)] [0,2] [1, e] with the Borel σ- algebra. Now, we specialize to probability spaces. Now let (Ω,, P) be a probability space. Definition 8.7.3: Random vector A random vector is a measurable function from (Ω,, P) to ( n, n ). Theorem implies, Theorem A map X on (Ω,, P) is a random vector if and only if each component of X is a random variable. Next, we extend measures and distribution functions to random vectors, Definition 8.7.4: Distribution function of a random vector Let X be a random vector on (Ω,, P). The probability measure induced by X is defined P X (A) = P({ω Ω : X (ω) A}). The probability distribution function or cumulative distribution function of X from R n to [0,1] is, F X (x) = P X ((, x]) = P {ω Ω : X i (ω) x i, 1 i n}, where x = (x 1, x 2,..., x n ). F X is called the joint distribution of X 1, X 2,...,X n. Theorem and continuity of measure implies some important properties of distribution functions analogous to Theorem for random variables. Theorem Let X be a random vector on (Ω,, P). The distribution function F X is increasing and right-continuous on n and, lim F (x 1,, x i,, x n ) = 0, for any particular i, x i lim F (x 1,, x i,, x n ) = 1, for all i. x i holding the other variables fixed, (8.3) Note the conditions on the limits at are more complicated.

29 i i 8.7. Random vectors 177 Example p We consider the random vector X (ω) = tan(π(ω 1/2)), 2 erf 1 (2ω 1) map ping (0, 1), B(0,1), P to R2, BR2 where P is the standard Lebesgue measure. Recall Examples and Then, p FX (x) = P {ω [0, 1] : tan(π(ω 1/2)) x1, 2 erf 1 (2ω 1) x2 } p = P {ω [0, 1] : ω + arctan(x1 ), ω (1 + erf(x2 / 2))} 2 π 2 p = P {ω [0, 1] : ω + arctan(x1 )} {ω [0, 1] : ω (1 + erf(x2 / 2))}. 2 π 2 p Thus, if x2 x1, FX (x) = 2 (1+erf(x2 / 2)) and otherwise FX (x) = 2 + π arctan(x1 ). FX is discontinuous across x1 = x2 in general. We plot FX in Figure 8.6. Example We consider the random vector X (ω) = (ω 2, ω) mapping [0, 1], B[0,1], P to [0, 1] [0, 1], B[0,1] [0,1] where P is the standard Lebesgue measure. Then, p FX (x) = P {ω [0, 1] : ω 2 x1, ω x2 } = P {ω [0, 1] : ω x1, ω x2 } p = P {ω [0, 1] : ω x1 } {ω [0, 1] : ω x2 } p = P {ω [0, 1] : ω min{ x1, x2 }}. Thus, if x2 p x1, FX (x) = x2 and otherwise FX (x) = 1 p x1. We plot FX in Figure (20,20) (20,-20) (1,1) x1 x2 (-20,-20) (-20,20) (1,0) x1 x2 (0,1) (0,0) Figure 8.6. Left: Plot FX for Example Right: Plot FX for Example In both cases, the viewpoint for the plot has an unusual orientation so the two parts of FX are visible. There is a converse showing that a distribution function can be related to at least one random vector,

30 178 Chapter 8. Measurable Functions and Random Variables Theorem If F is a probability distribution function on ( n, n ) that satisfies (8.3), there is a probability space (Ω,, P) and random vector X such that F is the distribution function for X. Proof. Set Ω = n, = n, and P equal to the Lebesgue-Stieljes measure defined by F. Finally, define X = ω (the identity) on Ω. Then P X (A) = P({ω : X (ω) A}) = P(A), so X has distribution P. P is a probability measure by assumption on F. The distribution function for X satisfies, F X (x) = P X ((, x]) = P((, x]) = lim P((a, x]) = lim F ((a, x]) = F (x). a a 8.8 References 8.9 Worked problems If { f i } is a sequence of extended real valued - measurable functions, and f = lim f i exists for all x X, then Theorem implies that f is - measurable. Theorem i extended this result to the case where f = lim f i a.e. Suppose instead that { f i } is a sequence of extended real valued - measurable functions whose limit fails to exist a.e., i and let A denote the set of points for which { f i } converges. The following problem states that A. This is an interesting result as it implies that even if the limit of a sequence of - measurable functions does not exist a.e., the set of points for which the limit function does exist is a measurable set. Problem Let (, ) be a measurable space and { f i } be any sequence of extended real valued - measurable functions. Prove that A = {x : lim i f i (x) exists}. Hint: There are at two completely different ways to prove this that are worth exploring. One could use Theorems and and recall a useful result that relates limits of real numbers to the lim inf and lim sup. Alternatively, one could exploit the fact that the reals are complete and observe that we can rewrite the set A as k=1 m=1 i, j m {x : f i (x) f j (x) 1/k}. We now consider a problem where the general four-step technique can be used to prove the existence of a function with a desired property. The previous problem is useful in the third step of the proof if we restrict the functions to be real-valued instead of extended

Construction of a general measure structure

Construction of a general measure structure Chapter 4 Construction of a general measure structure We turn to the development of general measure theory. The ingredients are a set describing the universe of points, a class of measurable subsets along

More information

Some Background Material

Some Background Material Chapter 1 Some Background Material In the first chapter, we present a quick review of elementary - but important - material as a way of dipping our toes in the water. This chapter also introduces important

More information

Measures. Chapter Some prerequisites. 1.2 Introduction

Measures. Chapter Some prerequisites. 1.2 Introduction Lecture notes Course Analysis for PhD students Uppsala University, Spring 2018 Rostyslav Kozhan Chapter 1 Measures 1.1 Some prerequisites I will follow closely the textbook Real analysis: Modern Techniques

More information

3 Integration and Expectation

3 Integration and Expectation 3 Integration and Expectation 3.1 Construction of the Lebesgue Integral Let (, F, µ) be a measure space (not necessarily a probability space). Our objective will be to define the Lebesgue integral R fdµ

More information

Integration on Measure Spaces

Integration on Measure Spaces Chapter 3 Integration on Measure Spaces In this chapter we introduce the general notion of a measure on a space X, define the class of measurable functions, and define the integral, first on a class of

More information

Continuum Probability and Sets of Measure Zero

Continuum Probability and Sets of Measure Zero Chapter 3 Continuum Probability and Sets of Measure Zero In this chapter, we provide a motivation for using measure theory as a foundation for probability. It uses the example of random coin tossing to

More information

Lebesgue Measure on R n

Lebesgue Measure on R n CHAPTER 2 Lebesgue Measure on R n Our goal is to construct a notion of the volume, or Lebesgue measure, of rather general subsets of R n that reduces to the usual volume of elementary geometrical sets

More information

Part V. 17 Introduction: What are measures and why measurable sets. Lebesgue Integration Theory

Part V. 17 Introduction: What are measures and why measurable sets. Lebesgue Integration Theory Part V 7 Introduction: What are measures and why measurable sets Lebesgue Integration Theory Definition 7. (Preliminary). A measure on a set is a function :2 [ ] such that. () = 2. If { } = is a finite

More information

Measure and integration

Measure and integration Chapter 5 Measure and integration In calculus you have learned how to calculate the size of different kinds of sets: the length of a curve, the area of a region or a surface, the volume or mass of a solid.

More information

MATHS 730 FC Lecture Notes March 5, Introduction

MATHS 730 FC Lecture Notes March 5, Introduction 1 INTRODUCTION MATHS 730 FC Lecture Notes March 5, 2014 1 Introduction Definition. If A, B are sets and there exists a bijection A B, they have the same cardinality, which we write as A, #A. If there exists

More information

Chapter 4. Measurable Functions. 4.1 Measurable Functions

Chapter 4. Measurable Functions. 4.1 Measurable Functions Chapter 4 Measurable Functions If X is a set and A P(X) is a σ-field, then (X, A) is called a measurable space. If µ is a countably additive measure defined on A then (X, A, µ) is called a measure space.

More information

1.1. MEASURES AND INTEGRALS

1.1. MEASURES AND INTEGRALS CHAPTER 1: MEASURE THEORY In this chapter we define the notion of measure µ on a space, construct integrals on this space, and establish their basic properties under limits. The measure µ(e) will be defined

More information

Measures and Measure Spaces

Measures and Measure Spaces Chapter 2 Measures and Measure Spaces In summarizing the flaws of the Riemann integral we can focus on two main points: 1) Many nice functions are not Riemann integrable. 2) The Riemann integral does not

More information

Spring 2014 Advanced Probability Overview. Lecture Notes Set 1: Course Overview, σ-fields, and Measures

Spring 2014 Advanced Probability Overview. Lecture Notes Set 1: Course Overview, σ-fields, and Measures 36-752 Spring 2014 Advanced Probability Overview Lecture Notes Set 1: Course Overview, σ-fields, and Measures Instructor: Jing Lei Associated reading: Sec 1.1-1.4 of Ash and Doléans-Dade; Sec 1.1 and A.1

More information

Chapter 4. Measure Theory. 1. Measure Spaces

Chapter 4. Measure Theory. 1. Measure Spaces Chapter 4. Measure Theory 1. Measure Spaces Let X be a nonempty set. A collection S of subsets of X is said to be an algebra on X if S has the following properties: 1. X S; 2. if A S, then A c S; 3. if

More information

MATH & MATH FUNCTIONS OF A REAL VARIABLE EXERCISES FALL 2015 & SPRING Scientia Imperii Decus et Tutamen 1

MATH & MATH FUNCTIONS OF A REAL VARIABLE EXERCISES FALL 2015 & SPRING Scientia Imperii Decus et Tutamen 1 MATH 5310.001 & MATH 5320.001 FUNCTIONS OF A REAL VARIABLE EXERCISES FALL 2015 & SPRING 2016 Scientia Imperii Decus et Tutamen 1 Robert R. Kallman University of North Texas Department of Mathematics 1155

More information

n [ F (b j ) F (a j ) ], n j=1(a j, b j ] E (4.1)

n [ F (b j ) F (a j ) ], n j=1(a j, b j ] E (4.1) 1.4. CONSTRUCTION OF LEBESGUE-STIELTJES MEASURES In this section we shall put to use the Carathéodory-Hahn theory, in order to construct measures with certain desirable properties first on the real line

More information

Measurable functions are approximately nice, even if look terrible.

Measurable functions are approximately nice, even if look terrible. Tel Aviv University, 2015 Functions of real variables 74 7 Approximation 7a A terrible integrable function........... 74 7b Approximation of sets................ 76 7c Approximation of functions............

More information

3 (Due ). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure?

3 (Due ). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure? MA 645-4A (Real Analysis), Dr. Chernov Homework assignment 1 (Due ). Show that the open disk x 2 + y 2 < 1 is a countable union of planar elementary sets. Show that the closed disk x 2 + y 2 1 is a countable

More information

Analysis of Probabilistic Systems

Analysis of Probabilistic Systems Analysis of Probabilistic Systems Bootcamp Lecture 2: Measure and Integration Prakash Panangaden 1 1 School of Computer Science McGill University Fall 2016, Simons Institute Panangaden (McGill) Analysis

More information

Lebesgue measure and integration

Lebesgue measure and integration Chapter 4 Lebesgue measure and integration If you look back at what you have learned in your earlier mathematics courses, you will definitely recall a lot about area and volume from the simple formulas

More information

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION

Introduction to Proofs in Analysis. updated December 5, By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Introduction to Proofs in Analysis updated December 5, 2016 By Edoh Y. Amiran Following the outline of notes by Donald Chalice INTRODUCTION Purpose. These notes intend to introduce four main notions from

More information

Analysis Qualifying Exam

Analysis Qualifying Exam Analysis Qualifying Exam Spring 2017 Problem 1: Let f be differentiable on R. Suppose that there exists M > 0 such that f(k) M for each integer k, and f (x) M for all x R. Show that f is bounded, i.e.,

More information

STAT 7032 Probability Spring Wlodek Bryc

STAT 7032 Probability Spring Wlodek Bryc STAT 7032 Probability Spring 2018 Wlodek Bryc Created: Friday, Jan 2, 2014 Revised for Spring 2018 Printed: January 9, 2018 File: Grad-Prob-2018.TEX Department of Mathematical Sciences, University of Cincinnati,

More information

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9

MAT 570 REAL ANALYSIS LECTURE NOTES. Contents. 1. Sets Functions Countability Axiom of choice Equivalence relations 9 MAT 570 REAL ANALYSIS LECTURE NOTES PROFESSOR: JOHN QUIGG SEMESTER: FALL 204 Contents. Sets 2 2. Functions 5 3. Countability 7 4. Axiom of choice 8 5. Equivalence relations 9 6. Real numbers 9 7. Extended

More information

Summary of Real Analysis by Royden

Summary of Real Analysis by Royden Summary of Real Analysis by Royden Dan Hathaway May 2010 This document is a summary of the theorems and definitions and theorems from Part 1 of the book Real Analysis by Royden. In some areas, such as

More information

RS Chapter 1 Random Variables 6/5/2017. Chapter 1. Probability Theory: Introduction

RS Chapter 1 Random Variables 6/5/2017. Chapter 1. Probability Theory: Introduction Chapter 1 Probability Theory: Introduction Basic Probability General In a probability space (Ω, Σ, P), the set Ω is the set of all possible outcomes of a probability experiment. Mathematically, Ω is just

More information

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ).

Connectedness. Proposition 2.2. The following are equivalent for a topological space (X, T ). Connectedness 1 Motivation Connectedness is the sort of topological property that students love. Its definition is intuitive and easy to understand, and it is a powerful tool in proofs of well-known results.

More information

Introduction and Preliminaries

Introduction and Preliminaries Chapter 1 Introduction and Preliminaries This chapter serves two purposes. The first purpose is to prepare the readers for the more systematic development in later chapters of methods of real analysis

More information

Chapter 1. Measure Spaces. 1.1 Algebras and σ algebras of sets Notation and preliminaries

Chapter 1. Measure Spaces. 1.1 Algebras and σ algebras of sets Notation and preliminaries Chapter 1 Measure Spaces 1.1 Algebras and σ algebras of sets 1.1.1 Notation and preliminaries We shall denote by X a nonempty set, by P(X) the set of all parts (i.e., subsets) of X, and by the empty set.

More information

II - REAL ANALYSIS. This property gives us a way to extend the notion of content to finite unions of rectangles: we define

II - REAL ANALYSIS. This property gives us a way to extend the notion of content to finite unions of rectangles: we define 1 Measures 1.1 Jordan content in R N II - REAL ANALYSIS Let I be an interval in R. Then its 1-content is defined as c 1 (I) := b a if I is bounded with endpoints a, b. If I is unbounded, we define c 1

More information

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set

Analysis Finite and Infinite Sets The Real Numbers The Cantor Set Analysis Finite and Infinite Sets Definition. An initial segment is {n N n n 0 }. Definition. A finite set can be put into one-to-one correspondence with an initial segment. The empty set is also considered

More information

Probability and Measure

Probability and Measure Part II Year 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2018 84 Paper 4, Section II 26J Let (X, A) be a measurable space. Let T : X X be a measurable map, and µ a probability

More information

CHAPTER I THE RIESZ REPRESENTATION THEOREM

CHAPTER I THE RIESZ REPRESENTATION THEOREM CHAPTER I THE RIESZ REPRESENTATION THEOREM We begin our study by identifying certain special kinds of linear functionals on certain special vector spaces of functions. We describe these linear functionals

More information

Chapter 2 Metric Spaces

Chapter 2 Metric Spaces Chapter 2 Metric Spaces The purpose of this chapter is to present a summary of some basic properties of metric and topological spaces that play an important role in the main body of the book. 2.1 Metrics

More information

Measure and Integration: Concepts, Examples and Exercises. INDER K. RANA Indian Institute of Technology Bombay India

Measure and Integration: Concepts, Examples and Exercises. INDER K. RANA Indian Institute of Technology Bombay India Measure and Integration: Concepts, Examples and Exercises INDER K. RANA Indian Institute of Technology Bombay India Department of Mathematics, Indian Institute of Technology, Bombay, Powai, Mumbai 400076,

More information

MORE ON CONTINUOUS FUNCTIONS AND SETS

MORE ON CONTINUOUS FUNCTIONS AND SETS Chapter 6 MORE ON CONTINUOUS FUNCTIONS AND SETS This chapter can be considered enrichment material containing also several more advanced topics and may be skipped in its entirety. You can proceed directly

More information

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3

Contents Ordered Fields... 2 Ordered sets and fields... 2 Construction of the Reals 1: Dedekind Cuts... 2 Metric Spaces... 3 Analysis Math Notes Study Guide Real Analysis Contents Ordered Fields 2 Ordered sets and fields 2 Construction of the Reals 1: Dedekind Cuts 2 Metric Spaces 3 Metric Spaces 3 Definitions 4 Separability

More information

Lebesgue Measure on R n

Lebesgue Measure on R n 8 CHAPTER 2 Lebesgue Measure on R n Our goal is to construct a notion of the volume, or Lebesgue measure, of rather general subsets of R n that reduces to the usual volume of elementary geometrical sets

More information

Lebesgue Integration on R n

Lebesgue Integration on R n Lebesgue Integration on R n The treatment here is based loosely on that of Jones, Lebesgue Integration on Euclidean Space We give an overview from the perspective of a user of the theory Riemann integration

More information

THEOREMS, ETC., FOR MATH 515

THEOREMS, ETC., FOR MATH 515 THEOREMS, ETC., FOR MATH 515 Proposition 1 (=comment on page 17). If A is an algebra, then any finite union or finite intersection of sets in A is also in A. Proposition 2 (=Proposition 1.1). For every

More information

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero

We are going to discuss what it means for a sequence to converge in three stages: First, we define what it means for a sequence to converge to zero Chapter Limits of Sequences Calculus Student: lim s n = 0 means the s n are getting closer and closer to zero but never gets there. Instructor: ARGHHHHH! Exercise. Think of a better response for the instructor.

More information

+ 2x sin x. f(b i ) f(a i ) < ɛ. i=1. i=1

+ 2x sin x. f(b i ) f(a i ) < ɛ. i=1. i=1 Appendix To understand weak derivatives and distributional derivatives in the simplest context of functions of a single variable, we describe without proof some results from real analysis (see [7] and

More information

Mathematical Methods for Physics and Engineering

Mathematical Methods for Physics and Engineering Mathematical Methods for Physics and Engineering Lecture notes for PDEs Sergei V. Shabanov Department of Mathematics, University of Florida, Gainesville, FL 32611 USA CHAPTER 1 The integration theory

More information

02. Measure and integral. 1. Borel-measurable functions and pointwise limits

02. Measure and integral. 1. Borel-measurable functions and pointwise limits (October 3, 2017) 02. Measure and integral Paul Garrett garrett@math.umn.edu http://www.math.umn.edu/ garrett/ [This document is http://www.math.umn.edu/ garrett/m/real/notes 2017-18/02 measure and integral.pdf]

More information

MATH41011/MATH61011: FOURIER SERIES AND LEBESGUE INTEGRATION. Extra Reading Material for Level 4 and Level 6

MATH41011/MATH61011: FOURIER SERIES AND LEBESGUE INTEGRATION. Extra Reading Material for Level 4 and Level 6 MATH41011/MATH61011: FOURIER SERIES AND LEBESGUE INTEGRATION Extra Reading Material for Level 4 and Level 6 Part A: Construction of Lebesgue Measure The first part the extra material consists of the construction

More information

I. ANALYSIS; PROBABILITY

I. ANALYSIS; PROBABILITY ma414l1.tex Lecture 1. 12.1.2012 I. NLYSIS; PROBBILITY 1. Lebesgue Measure and Integral We recall Lebesgue measure (M411 Probability and Measure) λ: defined on intervals (a, b] by λ((a, b]) := b a (so

More information

A LITTLE REAL ANALYSIS AND TOPOLOGY

A LITTLE REAL ANALYSIS AND TOPOLOGY A LITTLE REAL ANALYSIS AND TOPOLOGY 1. NOTATION Before we begin some notational definitions are useful. (1) Z = {, 3, 2, 1, 0, 1, 2, 3, }is the set of integers. (2) Q = { a b : aεz, bεz {0}} is the set

More information

The main results about probability measures are the following two facts:

The main results about probability measures are the following two facts: Chapter 2 Probability measures The main results about probability measures are the following two facts: Theorem 2.1 (extension). If P is a (continuous) probability measure on a field F 0 then it has a

More information

Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011

Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011 Economics 204 Summer/Fall 2011 Lecture 5 Friday July 29, 2011 Section 2.6 (cont.) Properties of Real Functions Here we first study properties of functions from R to R, making use of the additional structure

More information

A VERY BRIEF REVIEW OF MEASURE THEORY

A VERY BRIEF REVIEW OF MEASURE THEORY A VERY BRIEF REVIEW OF MEASURE THEORY A brief philosophical discussion. Measure theory, as much as any branch of mathematics, is an area where it is important to be acquainted with the basic notions and

More information

Notes 1 : Measure-theoretic foundations I

Notes 1 : Measure-theoretic foundations I Notes 1 : Measure-theoretic foundations I Math 733-734: Theory of Probability Lecturer: Sebastien Roch References: [Wil91, Section 1.0-1.8, 2.1-2.3, 3.1-3.11], [Fel68, Sections 7.2, 8.1, 9.6], [Dur10,

More information

1/12/05: sec 3.1 and my article: How good is the Lebesgue measure?, Math. Intelligencer 11(2) (1989),

1/12/05: sec 3.1 and my article: How good is the Lebesgue measure?, Math. Intelligencer 11(2) (1989), Real Analysis 2, Math 651, Spring 2005 April 26, 2005 1 Real Analysis 2, Math 651, Spring 2005 Krzysztof Chris Ciesielski 1/12/05: sec 3.1 and my article: How good is the Lebesgue measure?, Math. Intelligencer

More information

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA address:

Topology. Xiaolong Han. Department of Mathematics, California State University, Northridge, CA 91330, USA  address: Topology Xiaolong Han Department of Mathematics, California State University, Northridge, CA 91330, USA E-mail address: Xiaolong.Han@csun.edu Remark. You are entitled to a reward of 1 point toward a homework

More information

Real Analysis Problems

Real Analysis Problems Real Analysis Problems Cristian E. Gutiérrez September 14, 29 1 1 CONTINUITY 1 Continuity Problem 1.1 Let r n be the sequence of rational numbers and Prove that f(x) = 1. f is continuous on the irrationals.

More information

Chapter 5. Measurable Functions

Chapter 5. Measurable Functions Chapter 5. Measurable Functions 1. Measurable Functions Let X be a nonempty set, and let S be a σ-algebra of subsets of X. Then (X, S) is a measurable space. A subset E of X is said to be measurable if

More information

Theorem 2.1 (Caratheodory). A (countably additive) probability measure on a field has an extension. n=1

Theorem 2.1 (Caratheodory). A (countably additive) probability measure on a field has an extension. n=1 Chapter 2 Probability measures 1. Existence Theorem 2.1 (Caratheodory). A (countably additive) probability measure on a field has an extension to the generated σ-field Proof of Theorem 2.1. Let F 0 be

More information

Lebesgue Integration: A non-rigorous introduction. What is wrong with Riemann integration?

Lebesgue Integration: A non-rigorous introduction. What is wrong with Riemann integration? Lebesgue Integration: A non-rigorous introduction What is wrong with Riemann integration? xample. Let f(x) = { 0 for x Q 1 for x / Q. The upper integral is 1, while the lower integral is 0. Yet, the function

More information

The Lebesgue Integral

The Lebesgue Integral The Lebesgue Integral Brent Nelson In these notes we give an introduction to the Lebesgue integral, assuming only a knowledge of metric spaces and the iemann integral. For more details see [1, Chapters

More information

1 Measurable Functions

1 Measurable Functions 36-752 Advanced Probability Overview Spring 2018 2. Measurable Functions, Random Variables, and Integration Instructor: Alessandro Rinaldo Associated reading: Sec 1.5 of Ash and Doléans-Dade; Sec 1.3 and

More information

University of Sheffield. School of Mathematics & and Statistics. Measure and Probability MAS350/451/6352

University of Sheffield. School of Mathematics & and Statistics. Measure and Probability MAS350/451/6352 University of Sheffield School of Mathematics & and Statistics Measure and Probability MAS350/451/6352 Spring 2018 Chapter 1 Measure Spaces and Measure 1.1 What is Measure? Measure theory is the abstract

More information

MEASURE AND INTEGRATION. Dietmar A. Salamon ETH Zürich

MEASURE AND INTEGRATION. Dietmar A. Salamon ETH Zürich MEASURE AND INTEGRATION Dietmar A. Salamon ETH Zürich 9 September 2016 ii Preface This book is based on notes for the lecture course Measure and Integration held at ETH Zürich in the spring semester 2014.

More information

Notes on Measure, Probability and Stochastic Processes. João Lopes Dias

Notes on Measure, Probability and Stochastic Processes. João Lopes Dias Notes on Measure, Probability and Stochastic Processes João Lopes Dias Departamento de Matemática, ISEG, Universidade de Lisboa, Rua do Quelhas 6, 1200-781 Lisboa, Portugal E-mail address: jldias@iseg.ulisboa.pt

More information

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University

Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University Lecture Notes in Advanced Calculus 1 (80315) Raz Kupferman Institute of Mathematics The Hebrew University February 7, 2007 2 Contents 1 Metric Spaces 1 1.1 Basic definitions...........................

More information

Product measures, Tonelli s and Fubini s theorems For use in MAT4410, autumn 2017 Nadia S. Larsen. 17 November 2017.

Product measures, Tonelli s and Fubini s theorems For use in MAT4410, autumn 2017 Nadia S. Larsen. 17 November 2017. Product measures, Tonelli s and Fubini s theorems For use in MAT4410, autumn 017 Nadia S. Larsen 17 November 017. 1. Construction of the product measure The purpose of these notes is to prove the main

More information

Notes on the Lebesgue Integral by Francis J. Narcowich Septemmber, 2014

Notes on the Lebesgue Integral by Francis J. Narcowich Septemmber, 2014 1 Introduction Notes on the Lebesgue Integral by Francis J. Narcowich Septemmber, 2014 In the definition of the Riemann integral of a function f(x), the x-axis is partitioned and the integral is defined

More information

REVIEW OF ESSENTIAL MATH 346 TOPICS

REVIEW OF ESSENTIAL MATH 346 TOPICS REVIEW OF ESSENTIAL MATH 346 TOPICS 1. AXIOMATIC STRUCTURE OF R Doğan Çömez The real number system is a complete ordered field, i.e., it is a set R which is endowed with addition and multiplication operations

More information

Real Analysis Notes. Thomas Goller

Real Analysis Notes. Thomas Goller Real Analysis Notes Thomas Goller September 4, 2011 Contents 1 Abstract Measure Spaces 2 1.1 Basic Definitions........................... 2 1.2 Measurable Functions........................ 2 1.3 Integration..............................

More information

LEBESGUE INTEGRATION. Introduction

LEBESGUE INTEGRATION. Introduction LEBESGUE INTEGATION EYE SJAMAA Supplementary notes Math 414, Spring 25 Introduction The following heuristic argument is at the basis of the denition of the Lebesgue integral. This argument will be imprecise,

More information

Introduction to Real Analysis Alternative Chapter 1

Introduction to Real Analysis Alternative Chapter 1 Christopher Heil Introduction to Real Analysis Alternative Chapter 1 A Primer on Norms and Banach Spaces Last Updated: March 10, 2018 c 2018 by Christopher Heil Chapter 1 A Primer on Norms and Banach Spaces

More information

1.4 Outer measures 10 CHAPTER 1. MEASURE

1.4 Outer measures 10 CHAPTER 1. MEASURE 10 CHAPTER 1. MEASURE 1.3.6. ( Almost everywhere and null sets If (X, A, µ is a measure space, then a set in A is called a null set (or µ-null if its measure is 0. Clearly a countable union of null sets

More information

LEBESGUE MEASURE AND L2 SPACE. Contents 1. Measure Spaces 1 2. Lebesgue Integration 2 3. L 2 Space 4 Acknowledgments 9 References 9

LEBESGUE MEASURE AND L2 SPACE. Contents 1. Measure Spaces 1 2. Lebesgue Integration 2 3. L 2 Space 4 Acknowledgments 9 References 9 LBSGU MASUR AND L2 SPAC. ANNI WANG Abstract. This paper begins with an introduction to measure spaces and the Lebesgue theory of measure and integration. Several important theorems regarding the Lebesgue

More information

REAL ANALYSIS LECTURE NOTES: 1.4 OUTER MEASURE

REAL ANALYSIS LECTURE NOTES: 1.4 OUTER MEASURE REAL ANALYSIS LECTURE NOTES: 1.4 OUTER MEASURE CHRISTOPHER HEIL 1.4.1 Introduction We will expand on Section 1.4 of Folland s text, which covers abstract outer measures also called exterior measures).

More information

g 2 (x) (1/3)M 1 = (1/3)(2/3)M.

g 2 (x) (1/3)M 1 = (1/3)(2/3)M. COMPACTNESS If C R n is closed and bounded, then by B-W it is sequentially compact: any sequence of points in C has a subsequence converging to a point in C Conversely, any sequentially compact C R n is

More information

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19

Introductory Analysis I Fall 2014 Homework #9 Due: Wednesday, November 19 Introductory Analysis I Fall 204 Homework #9 Due: Wednesday, November 9 Here is an easy one, to serve as warmup Assume M is a compact metric space and N is a metric space Assume that f n : M N for each

More information

Tools from Lebesgue integration

Tools from Lebesgue integration Tools from Lebesgue integration E.P. van den Ban Fall 2005 Introduction In these notes we describe some of the basic tools from the theory of Lebesgue integration. Definitions and results will be given

More information

Probability and Measure

Probability and Measure Probability and Measure Robert L. Wolpert Institute of Statistics and Decision Sciences Duke University, Durham, NC, USA Convergence of Random Variables 1. Convergence Concepts 1.1. Convergence of Real

More information

Dynkin (λ-) and π-systems; monotone classes of sets, and of functions with some examples of application (mainly of a probabilistic flavor)

Dynkin (λ-) and π-systems; monotone classes of sets, and of functions with some examples of application (mainly of a probabilistic flavor) Dynkin (λ-) and π-systems; monotone classes of sets, and of functions with some examples of application (mainly of a probabilistic flavor) Matija Vidmar February 7, 2018 1 Dynkin and π-systems Some basic

More information

Economics 574 Appendix to 13 Ways

Economics 574 Appendix to 13 Ways University of Illinois Spring 2017 Department of Economics Roger Koenker Economics 574 ppendix to 13 Ways This ppendix provides an overview of some of the background that is left undeveloped in 13 Ways

More information

Introduction to Real Analysis

Introduction to Real Analysis Christopher Heil Introduction to Real Analysis Chapter 0 Online Expanded Chapter on Notation and Preliminaries Last Updated: January 9, 2018 c 2018 by Christopher Heil Chapter 0 Notation and Preliminaries:

More information

FUNDAMENTALS OF REAL ANALYSIS by. II.1. Prelude. Recall that the Riemann integral of a real-valued function f on an interval [a, b] is defined as

FUNDAMENTALS OF REAL ANALYSIS by. II.1. Prelude. Recall that the Riemann integral of a real-valued function f on an interval [a, b] is defined as FUNDAMENTALS OF REAL ANALYSIS by Doğan Çömez II. MEASURES AND MEASURE SPACES II.1. Prelude Recall that the Riemann integral of a real-valued function f on an interval [a, b] is defined as b n f(xdx :=

More information

Math 4121 Spring 2012 Weaver. Measure Theory. 1. σ-algebras

Math 4121 Spring 2012 Weaver. Measure Theory. 1. σ-algebras Math 4121 Spring 2012 Weaver Measure Theory 1. σ-algebras A measure is a function which gauges the size of subsets of a given set. In general we do not ask that a measure evaluate the size of every subset,

More information

7: FOURIER SERIES STEVEN HEILMAN

7: FOURIER SERIES STEVEN HEILMAN 7: FOURIER SERIES STEVE HEILMA Contents 1. Review 1 2. Introduction 1 3. Periodic Functions 2 4. Inner Products on Periodic Functions 3 5. Trigonometric Polynomials 5 6. Periodic Convolutions 7 7. Fourier

More information

Bounded and continuous functions on a locally compact Hausdorff space and dual spaces

Bounded and continuous functions on a locally compact Hausdorff space and dual spaces Chapter 6 Bounded and continuous functions on a locally compact Hausdorff space and dual spaces Recall that the dual space of a normed linear space is a Banach space, and the dual space of L p is L q where

More information

Measures. 1 Introduction. These preliminary lecture notes are partly based on textbooks by Athreya and Lahiri, Capinski and Kopp, and Folland.

Measures. 1 Introduction. These preliminary lecture notes are partly based on textbooks by Athreya and Lahiri, Capinski and Kopp, and Folland. Measures These preliminary lecture notes are partly based on textbooks by Athreya and Lahiri, Capinski and Kopp, and Folland. 1 Introduction Our motivation for studying measure theory is to lay a foundation

More information

Filters in Analysis and Topology

Filters in Analysis and Topology Filters in Analysis and Topology David MacIver July 1, 2004 Abstract The study of filters is a very natural way to talk about convergence in an arbitrary topological space, and carries over nicely into

More information

MAT1000 ASSIGNMENT 1. a k 3 k. x =

MAT1000 ASSIGNMENT 1. a k 3 k. x = MAT1000 ASSIGNMENT 1 VITALY KUZNETSOV Question 1 (Exercise 2 on page 37). Tne Cantor set C can also be described in terms of ternary expansions. (a) Every number in [0, 1] has a ternary expansion x = a

More information

Lebesgue measure on R is just one of many important measures in mathematics. In these notes we introduce the general framework for measures.

Lebesgue measure on R is just one of many important measures in mathematics. In these notes we introduce the general framework for measures. Measures In General Lebesgue measure on R is just one of many important measures in mathematics. In these notes we introduce the general framework for measures. Definition: σ-algebra Let X be a set. A

More information

2 Measure Theory. 2.1 Measures

2 Measure Theory. 2.1 Measures 2 Measure Theory 2.1 Measures A lot of this exposition is motivated by Folland s wonderful text, Real Analysis: Modern Techniques and Their Applications. Perhaps the most ubiquitous measure in our lives

More information

Fourth Week: Lectures 10-12

Fourth Week: Lectures 10-12 Fourth Week: Lectures 10-12 Lecture 10 The fact that a power series p of positive radius of convergence defines a function inside its disc of convergence via substitution is something that we cannot ignore

More information

2 Metric Spaces Definitions Exotic Examples... 3

2 Metric Spaces Definitions Exotic Examples... 3 Contents 1 Vector Spaces and Norms 1 2 Metric Spaces 2 2.1 Definitions.......................................... 2 2.2 Exotic Examples...................................... 3 3 Topologies 4 3.1 Open Sets..........................................

More information

Quick Tour of the Topology of R. Steven Hurder, Dave Marker, & John Wood 1

Quick Tour of the Topology of R. Steven Hurder, Dave Marker, & John Wood 1 Quick Tour of the Topology of R Steven Hurder, Dave Marker, & John Wood 1 1 Department of Mathematics, University of Illinois at Chicago April 17, 2003 Preface i Chapter 1. The Topology of R 1 1. Open

More information

NAME: Mathematics 205A, Fall 2008, Final Examination. Answer Key

NAME: Mathematics 205A, Fall 2008, Final Examination. Answer Key NAME: Mathematics 205A, Fall 2008, Final Examination Answer Key 1 1. [25 points] Let X be a set with 2 or more elements. Show that there are topologies U and V on X such that the identity map J : (X, U)

More information

Indeed, if we want m to be compatible with taking limits, it should be countably additive, meaning that ( )

Indeed, if we want m to be compatible with taking limits, it should be countably additive, meaning that ( ) Lebesgue Measure The idea of the Lebesgue integral is to first define a measure on subsets of R. That is, we wish to assign a number m(s to each subset S of R, representing the total length that S takes

More information

Lecture 6 Basic Probability

Lecture 6 Basic Probability Lecture 6: Basic Probability 1 of 17 Course: Theory of Probability I Term: Fall 2013 Instructor: Gordan Zitkovic Lecture 6 Basic Probability Probability spaces A mathematical setup behind a probabilistic

More information

McGill University Math 354: Honors Analysis 3

McGill University Math 354: Honors Analysis 3 Practice problems McGill University Math 354: Honors Analysis 3 not for credit Problem 1. Determine whether the family of F = {f n } functions f n (x) = x n is uniformly equicontinuous. 1st Solution: The

More information

(1) Consider the space S consisting of all continuous real-valued functions on the closed interval [0, 1]. For f, g S, define

(1) Consider the space S consisting of all continuous real-valued functions on the closed interval [0, 1]. For f, g S, define Homework, Real Analysis I, Fall, 2010. (1) Consider the space S consisting of all continuous real-valued functions on the closed interval [0, 1]. For f, g S, define ρ(f, g) = 1 0 f(x) g(x) dx. Show that

More information

2 (Bonus). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure?

2 (Bonus). Let A X consist of points (x, y) such that either x or y is a rational number. Is A measurable? What is its Lebesgue measure? MA 645-4A (Real Analysis), Dr. Chernov Homework assignment 1 (Due 9/5). Prove that every countable set A is measurable and µ(a) = 0. 2 (Bonus). Let A consist of points (x, y) such that either x or y is

More information

Math 564 Homework 1. Solutions.

Math 564 Homework 1. Solutions. Math 564 Homework 1. Solutions. Problem 1. Prove Proposition 0.2.2. A guide to this problem: start with the open set S = (a, b), for example. First assume that a >, and show that the number a has the properties

More information

2.23 Theorem. Let A and B be sets in a metric space. If A B, then L(A) L(B).

2.23 Theorem. Let A and B be sets in a metric space. If A B, then L(A) L(B). 2.23 Theorem. Let A and B be sets in a metric space. If A B, then L(A) L(B). 2.24 Theorem. Let A and B be sets in a metric space. Then L(A B) = L(A) L(B). It is worth noting that you can t replace union

More information