PHD

PHDAnalysisMeasure Theory


Measures and Integrals


In mathematical analysis, measure theory is a branch that investigates generalized notions of length, area, and volume. It provides the foundational language for the integration of functions on complex sets and spaces. This exposition delves deeply into the concepts of measure and integral, detailing their definitions, properties, and applications, wrapped around intuitive insights.

Introduction to measurement theory

To fully understand measure theory, we start with an elementary concept: measuring the size of a set. In simple terms, when we measure a set, we are trying to assign a non-negative number that characterizes its “size”. Initially, this seems straightforward: the size of an interval [a, b] on the real number line is its length, calculated as b - a. But what about more complex sets?

Consider the following questions:

  • What is the "size" of a point? — Intuitively, this should be zero since a point has no length.
  • What do you think about the collection of points? — If it is countable, like the rational numbers within an interval, you can expect it to have size zero as well.

Definition of the measure

A measure is a systematic way of assigning a number to every suitable subset of the real numbers (often called measurable) or, more generally, to a subset of a given space. Formally, a measure μ on a set X is a function that assigns a non-negative real number or to subsets of X and satisfies three conditions:

  1. Non-negativity: for every measurable set A μ(A) >= 0.
  2. The null set: μ(∅) = 0.
  3. Countable additivity: For any countable collection of disjoint measurable sets {A_i}, the measure of the union is the sum of their measures:
    μ(∪ A_i) = Σ μ(A_i)

Construction of measures

One of the simplest measures is called the Lebesgue measure on the real line, which gives intervals a common length. For example, the Lebesgue measure λ on the real numbers obeys: λ([a, b]) = b - a.

To construct more sophisticated measures, we use concepts such as σ-algebra and outer measure. A σ-algebra is a collection of subsets of a set X that includes the empty set and is closed under complement and countable unions. For any set X, the smallest σ-algebra containing all open intervals is called the Borel σ-algebra, denoted by B(X).

Example: Borel measure

To visualize, consider the real line R:

0

Covering it may mean using intervals such as (-∞, 0), (0, ∞), and others. Borel measurable sets emerge from these intervals by applying countable union, intersection, and complement operations.

Integration with respect to a measure

The process of integration generalizes the calculation of areas and sums under curves. When we integrate a function with respect to a measure, we extend the Riemann integral concept to handle more complex functions and spaces.

Given a measure μ on a measure space (X, Σ, μ), where Σ is a σ-algebra and μ is a measure, the integral of a function f: X → [0, ∞] on the set X is written as:

∫ f dμ

Example: Integrating simple signals

Assume a function f(x) that is equal to 1 for x in [a, b] and 0 elsewhere. Its Lebesgue integral is equal to the Lebesgue measure of [a, b]:

∫ f dλ = λ([a, b]) = b - a

Imagine this integration:

A B f(x)=1

Properties of the Lebesgue integral

The Lebesgue integral has several important properties that make it a versatile tool:

  1. Linearity: For any two integrable functions f and g and scalars α and β,
    ∫ (αf + βg) dμ = α∫ f dμ + β∫ g dμ.
  2. Monotonicity: If f ≤ g almost everywhere, then
    ∫ f dμ ≤ ∫ g dμ.
  3. Affected Convergence Theorem: If a sequence of functions {f_n} converges pointwise to f, and is affected by an integrable function g (i.e., |f_n| ≤ g), then
    ∫ f_n dμ → ∫ f dμ as n → ∞.

Applications and examples

Measure theory has diverse applications in various fields of mathematics and science. It supports probability theory, since probabilities can be interpreted as measures and expectations as integrals. Here are some examples:

Example: Probability as a measure

In probability theory, the formal framework translates events into measurable sets and probability into a measure. For a finite sample space Ω with prescribed probabilities for each outcome, the events are subsets of Ω, and the measure of an event is the probability of the event occurring.

Let Ω = {1, 2, 3, 4, 5, 6} for a six-sided die. P({1, 2}) = P(1) + P(2) = 1/6 + 1/6 = 1/3.

Example: Weighted average

Measurement theory allows one to calculate a weighted average with respect to a measurement:

∫ f(x) dμ(x) = Σ f(x_i) μ({x_i}),

where μ represents the weight of each value x_i.

Consider evaluating an average grade where the weighting represents credit hours:

Grades = {A, B, C} Credits = {3, 4, 2}

Weighted average:

(3A + 4B + 2C) / (3+4+2)

Conclusion

Measure theory and the Lebesgue integral provide strong frameworks for translating geometric and probabilistic intuition into rigorous mathematical analysis. Its flexibility and power extend beyond simple geometric interpretations of shape, providing a profound language that unifies many fields.


PHD → 2.4.2


U
username
0%
completed in PHD


Comments