maths.free › Measure Theory › σ-algebras and measures
σ-algebras and measures
Which sets can be measured, and the countable additivity that makes limits work.
A σ-algebra is a family of sets closed under complements and countable unions; a measure assigns sizes additively over countable disjoint unions. Lebesgue measure gives intervals their length and extends to far stranger sets. Picture it: covering a set by intervals and taking the cheapest total length. Think it: not every set is measurable (Vitali), which is why the σ-algebra is part of the definition.
Exemplo trabalhado: integrate 1/10 dx from 2 to 5
Passo a passo
- \int_{2}^{5} \frac{1}{10}\, dx
First find an antiderivative F, then evaluate F(b) − F(a).
- \int \frac{1}{10}\, dx = \frac{x}{10}
The integral of a constant c is c·x.
- F(5) - F(2) = \left(\frac{1}{2}\right) - \left(\frac{1}{5}\right)
Fundamental theorem of calculus: plug in the limits.
- = \frac{3}{10}
Simplify.
Revelar a resposta
Symbols used here
Antiderivative (indefinite) or signed area from a to b (definite).
Inequalities that allow equality; < and > exclude it.
x belongs to A; every element of A is in B.
In either; in both; in A but not B.
Least upper bound, greatest lower bound.
Points within r of x; A plus its limit points; the edge of A.
Size of a set; the family of sets that can be measured.
Length of a function; the generalised dot product.
How to: σ-algebras and measures
- First find an antiderivative F, then evaluate F(b) − F(a).
- The integral of a constant c is c·x.
- Fundamental theorem of calculus: plug in the limits.
- Simplify.
Questions people ask
What is wrong with the Riemann integral?
It fails on functions that oscillate too much, and it does not interact well with limits: the limit of integrable functions need not be integrable. Lebesgue's integral fixes both.