Lebesgue Outer Measure and the Carathéodory Construction
Anchor (Master): Halmos, Measure Theory §II; Bogachev, Measure Theory Vol. 1 §1.5; Federer, Geometric Measure Theory §2.10
Intuition Beginner
Imagine you have a strange shape on the real line, perhaps the set of all rational numbers between and , or perhaps the set of points where some complicated function jumps. You want to assign it a size. The cleanest idea is also the oldest: cover the shape with intervals whose total length you can compute, and let the size be the smallest total length you can squeeze the cover down to. That smallest cover-length is the outer measure of the shape.
Outer measure is an upper-bound rule. It gives every subset of the line a number between zero and infinity. It always assigns the empty set zero. Larger shapes get larger numbers. If you cut a shape into countably many pieces, the outer measure of the whole is at most the sum of the outer measures of the pieces. Those three properties are the full definition, and they hold for every subset, no exceptions.
The surprise is that outer measure is not yet a measure. Suppose you take two disjoint subsets of the line, and . You might hope the outer measure of equals the outer measure of plus the outer measure of . For many disjoint pairs this holds, but for pathological pairs it can fail. Carathéodory's brilliant move was to pick out, from the universe of all subsets, the well-behaved ones for which additivity does hold. His test: a set is well-behaved when, for every other subset at all, slices cleanly into two pieces whose outer measures sum back to the outer measure of .
The collection of well-behaved sets forms a sigma-algebra, the same kind of measurable-set structure from the previous unit. Restricted to that sigma-algebra, outer measure stops being a mere upper bound and becomes an actual measure: it is countably additive, not just countably sub-additive. This restricted measure on the line is exactly Lebesgue measure.
The one-sentence takeaway: outer measure is the easy first guess at size, the Carathéodory test is the filter that turns the easy guess into a real measure on the sets that pass.
Visual Beginner
Picture a wiggly subset of the real line drawn as a horizontal band of dots. Above it, draw several covers: first a coarse cover by three wide intervals, then a refined cover by ten narrower intervals, then a very fine cover by hundreds of tiny intervals. The total length of each cover shrinks as the cover tightens. The infimum of these total lengths is the outer measure of .
The bottom panel shows the Carathéodory test in action. A test set is cut by a candidate into and the leftover. If the outer measures of those two pieces always add back to the outer measure of , then passes the test and earns a place in the Lebesgue sigma-algebra.
Worked example Beginner
We compute the outer measure of the rational numbers in , which we will call .
Step 1. List the rationals in as a sequence . This is possible because the rationals are countable.
Step 2. Pick a small target . Around the rational , place an open interval of length , so the interval covers and stretches half that length to each side.
Step 3. The union of these intervals covers every rational in , since each sits inside its own interval. The total length of the cover is the sum , which equals .
Step 4. The outer measure of is at most . Since was an arbitrary positive number, the outer measure of is .
What this tells us: the rationals, despite being dense in , have outer measure zero. Density and size do not measure the same thing.
Check your understanding Beginner
Formal definition Intermediate+
Let be a non-empty set and let denote its power set.
Definition (outer measure). An outer measure on is a function satisfying [Folland §1.4]:
- .
- (Monotonicity.) If , then .
- (Countable sub-additivity.) If is a countable family of subsets of , then .
The defining feature of an outer measure, as distinct from a measure, is that the domain is the entire power set, with no requirement of additivity for disjoint unions.
Definition (Lebesgue outer measure on ). For any , set where an open box is a product and .
When , the open boxes are open intervals and reduces to length. The infimum is taken over all countable open-box covers; finite covers appear as the special case of a countable cover with all but finitely many terms empty.
Definition (Carathéodory measurability). Let be an outer measure on . A subset is Carathéodory-$\mu^\mu^$-measurable) when
The collection of -measurable sets is denoted [Carathéodory 1914].
Since is a disjoint union, sub-additivity gives automatically. The substantive direction is the reverse inequality, so the measurability test reduces to
The Lebesgue sigma-algebra on is , and Lebesgue measure is . The triple is the canonical Lebesgue measure space.
Counterexamples to common slips Intermediate+
- Outer measure is not a measure. The Vitali set from
02.07.01is not -measurable; the additivity test fails for a specific . Outer measure remains defined on — it is just not countably additive there. - The covering family matters. The infimum is over countable covers, not finite covers. Restricting to finite open-cover infima gives Jordan outer content, which differs from Lebesgue outer measure on sets such as the rationals in .
- Closed and open boxes give the same value. Replacing open boxes with closed boxes, or with half-open boxes, in the cover family yields the same outer measure. The choice is a matter of convention; the resulting infimum is unchanged because boundary faces have outer measure zero.
Key theorem with proof Intermediate+
Theorem (Carathéodory's extension theorem). Let be an outer measure on a set . Then is a sigma-algebra, and the restriction is a complete measure on [Carathéodory 1914].
Proof. We verify the three sigma-algebra axioms for and countable additivity for .
Axiom 1. . For any test set , and , so .
Axiom 2. is closed under complementation. The defining identity is symmetric in and , since and .
Closure under finite unions. Let and let be any test set. Apply the measurability of to : Apply the measurability of to : Combine and rearrange using and : Sub-additivity applied to gives . Hence and the reverse inequality is automatic, so .
Finite additivity. If are disjoint, take in the measurability of : By induction, for any finite disjoint family in .
Axiom 3. Closure under countable disjoint unions. Let be a disjoint family in and set and . Each by finite-union closure. For any test set , since and is monotone. Iterating finite additivity inside : So Letting and applying sub-additivity in reverse: where the second inequality uses sub-additivity for . The reverse direction is automatic. Hence . Closure under arbitrary countable unions follows because any countable union can be rewritten as a countable disjoint union via , and complements/finite intersections preserve .
Countable additivity of . Setting in the inequality chain above yields , and sub-additivity gives the reverse, so for disjoint families in .
Completeness. If and , then for any test set , sub-additivity gives , so , and by monotonicity. The reverse from sub-additivity completes the equality. Hence every -null subset is in , and is a complete measure.
Bridge. The Carathéodory construction builds toward 02.07.04 the Lebesgue integral, where measurability of the underlying sets transfers to measurability of functions and unlocks the monotone and dominated convergence theorems. The foundational reason the construction works is that the measurability test propagates through complementation and countable disjoint union by a sub-additivity argument applied to slices, and this is exactly the structure that identifies the Lebesgue sigma-algebra with the completion of the Borel sigma-algebra under -null sets. The bridge is between two pictures of the same object: the descriptive Borel hierarchy from 02.07.01 generated by open intervals, and the analytic Carathéodory sigma-algebra extracted from the outer-measure test. Putting these together, the central insight is that completion under null sets corresponds to passage from generators to the full -measurable class; this pattern generalises to every measure-theoretic extension theorem.
Exercises Intermediate+
Lean formalization Intermediate+
lean_status: full — Mathlib provides the full Carathéodory construction. MeasureTheory.OuterMeasure encodes outer measures on a type. MeasureTheory.OuterMeasure.caratheodory constructs the sigma-algebra of -measurable sets. MeasureTheory.OuterMeasure.ofFunction builds an outer measure from an arbitrary set function via the cover-and-take-infimum recipe used in this unit. MeasureTheory.volume is Lebesgue measure on real Euclidean space, defined by exactly this Carathéodory recipe applied to the box-volume pre-measure. The companion module records the unit's predicate names and confirms the construction is in scope.
import Mathlib.MeasureTheory.OuterMeasure.Defs
import Mathlib.MeasureTheory.OuterMeasure.Caratheodory
import Mathlib.MeasureTheory.OuterMeasure.OfFunction
import Mathlib.MeasureTheory.Measure.Lebesgue.Basic
variable (X : Type*)
abbrev CodexOuterMeasure : Type _ := MeasureTheory.OuterMeasure X
def CodexCaratheodory (mu : MeasureTheory.OuterMeasure X) :
MeasurableSpace X :=
mu.caratheodory
abbrev CodexLebesgue (n : Nat) : MeasureTheory.Measure (Fin n -> Real) :=
MeasureTheory.volumeAdvanced results Master
The advanced theory of the Carathéodory construction splits into three strands: the abstract extension theorem (from pre-measures on semi-rings to measures on sigma-algebras), the structure of Lebesgue measure on (completeness, regularity, translation-invariant uniqueness), and the foundational role of the axiom of choice (Vitali, Banach-Tarski, Solovay).
Theorem 1 (Hahn-Kolmogorov extension theorem). Let be an algebra of subsets of and let be a pre-measure — that is, , is countably additive on countable disjoint families whose union is in , and is -finite (there is a countable with and ). Then extends uniquely to a measure on . The extension is achieved by the outer measure , followed by the Carathéodory restriction to [Kolmogorov 1933].
The existence half is a direct application of Carathéodory's extension theorem from the Intermediate proof. Uniqueness uses the monotone class theorem (or -) inside each and assembles. This is the foundational existence + uniqueness result for measure theory: every classical measure (Lebesgue, Lebesgue-Stieltjes, Hausdorff, Haar, product measures) is constructed by specifying a pre-measure on an algebra and invoking Hahn-Kolmogorov.
Theorem 2 (Lebesgue measure is the unique translation-invariant Borel measure with unit cube one). On , Lebesgue measure is characterised by: (i) translation-invariance ; (ii) ; (iii) finiteness on compact sets. Any Borel measure with these properties equals [Folland §1.5].
The proof is Exercise 8 above. Translation-invariance plus a single normalisation pins the measure down on dyadic cubes, hence on rational-corner boxes, hence on all open sets by countable union, hence on all Borel sets by the - theorem.
Theorem 3 (Cardinality of versus ). and .
The cardinality of the Borel sigma-algebra follows from transfinite induction on the Borel hierarchy, as in 02.07.01. The Lebesgue cardinality jumps because the Cantor set is a Borel null set of cardinality , and by completeness every subset of is Lebesgue-measurable (with measure zero). So contributes sets, and the immediate upper bound closes the count. The Saks 1937 theorem [Saks 1937] expresses this as: modulo the ideal of null sets has the same cardinality as .
Theorem 4 (Regularity of Lebesgue measure). For every Lebesgue-measurable set , Equivalently, is the smallest sigma-algebra containing the Borel sets and all subsets of Borel null sets, and every measurable set can be written as for some Borel and some contained in a Borel null set [Folland §1.5].
Outer regularity comes from the definition of via open-box covers. Inner regularity uses outer regularity on the complement within a bounded box: for bounded , with the complement's outer-regular approximation by opens corresponding to inner-regular approximation by compact subsets of .
Theorem 5 (Hausdorff measures). For each , the -dimensional Hausdorff outer measure on is For each there is a unique critical exponent — the Hausdorff dimension of — such that for and for . The Hausdorff measure is constructed by Carathéodory's method and is countably additive on its associated Carathéodory sigma-algebra, which contains every Borel set [Federer 1969 §2.10].
The Cantor set has Hausdorff dimension , computed by self-similarity: is the disjoint union of two scaled copies of itself at ratio , and the equation yields . Hausdorff measures underpin geometric measure theory and fractal geometry [Federer 1969 §2.10].
Theorem 6 (Vitali non-measurable set under choice). Assuming the axiom of choice, there exists with [Vitali 1905].
The construction is Exercise 7. The Vitali set highlights that the Lebesgue sigma-algebra, while large, is not all of , and the gap is irreducible under full choice.
Theorem 7 (Solovay's consistency theorem). Assuming the consistency of ZFC plus an inaccessible cardinal, the theory ZF + DC (dependent choice) + "every subset of is Lebesgue-measurable" is consistent [Solovay 1970].
In Solovay's model, the Vitali construction fails because the axiom of choice is replaced by dependent choice, which is too weak to pick representatives from uncountable equivalence relations. The model also satisfies "every subset of has the Baire property" and "every uncountable subset of contains a perfect set." These three classical regularity properties — measurability, Baire property, perfect-set property — are jointly consistent with ZF + DC. The existence of non-measurable sets is therefore a strictly weaker assumption than full AC, but not implied by ZF + DC.
Theorem 8 (Banach-Tarski paradox). In , assuming the axiom of choice, there exist a partition of the unit ball into finitely many pieces (five suffice) and a sequence of rotations and translations that reassemble the pieces into two disjoint copies of [Banach-Tarski 1924].
The proof uses the free group on two generators acting on , a paradoxical decomposition of , the axiom of choice to choose orbit representatives, and the failure of Lebesgue-measurability of the pieces. The pieces are necessarily non-Lebesgue-measurable; this is the geometric content of non-measurability in three dimensions. Banach-Tarski does not contradict Lebesgue measure because the measure is undefined on the pieces; it dramatises the cost of demanding both rigid-motion invariance and additivity for every subset.
The two-dimensional case behaves differently. In , the group of orientation-preserving rigid motions is solvable, and by a theorem of Banach (1923) there exists a finitely-additive, rotation-invariant extension of Lebesgue measure to every subset of the plane. The paradox is therefore a feature of dimension , where the rigid-motion group is non-amenable in the von Neumann sense and contains free subgroups. The free-subgroup structure of — explicitly, two rotations about distinct axes by suitable angles generate a free group, as shown by Hausdorff 1914 in his sphere-paradox paper — is the algebraic engine of the construction.
Synthesis. The Carathéodory construction is the foundational reason that the measure-theoretic framework scales beyond the real line and beyond Lebesgue measure. The central insight is that an outer measure plus the slice-additivity test extracts a sigma-algebra and a measure simultaneously, and this is exactly the structure that identifies pre-measures on algebras with measures on the generated sigma-algebras through Hahn-Kolmogorov. Putting these together with the translation-invariant uniqueness theorem and the regularity theorem, Lebesgue measure on emerges as a canonical object: pinned down by symmetry and a single normalisation, automatically regular from both sides, automatically complete.
The pattern generalises in three directions at once. First, replacing box-volume with in the cover infimum produces Hausdorff measures, which probe sets of fractional dimension and provide the bridge to geometric measure theory and fractal analysis. Second, replacing the algebra of half-open boxes with an algebra of cylinder sets in a product space produces product measures and the Fubini-Tonelli theorem; this construction appears again in probability theory 02.26.01 pending and in the construction of Haar measure on locally compact groups. Third, allowing the pre-measure to come from a distribution function produces Lebesgue-Stieltjes measures, which encode probability distributions and underpin stochastic-process construction (Kolmogorov 1933). The bridge is between the analytic Carathéodory criterion and the probabilistic axiomatisation, and Saks 1937 closed the loop by recognising both as instances of a single extension theorem.
The role of the axiom of choice in producing non-measurable sets (Vitali) and in producing the Banach-Tarski paradox identifies Lebesgue measure as the largest object on which we can demand both translation-invariance and countable additivity under standard set theory. Solovay's 1970 consistency result shows that the existence of non-measurable sets is itself a marker of how much choice we are willing to use; dropping AC to DC erases the Vitali pathology, but at the cost of losing other classical theorems whose pattern recurs throughout twentieth-century analysis.
Full proof set Master
Proposition 1 ( is an outer measure on ). The Lebesgue outer measure defined by the box-cover infimum satisfies , monotonicity, and countable sub-additivity.
Proof. For : the family with a single empty cover gives infimum zero.
For monotonicity: if , every cover of is a cover of , so .
For countable sub-additivity: let be subsets and fix . For each , choose a box cover of with . The doubly-indexed family covers and is countable (countable union of countable families). Hence Letting gives the inequality.
Proposition 2 (Lebesgue measure of a box). For any half-open box with , .
Proof. Upper bound: the single open box covers and has volume as .
Lower bound: this is the one-dimensional Heine-Borel argument from Exercise 4 raised to dimension . Let be any open-box cover of . Shrink slightly to a compact sub-box for small . By compactness, finitely many already cover . The sum is bounded below by by an inclusion-exclusion + projection-volume argument (alternatively, by induction on ). Hence , and as this gives . Infimum over covers gives .
Proposition 3 (Carathéodory completeness). is complete: if with and , then and .
Proof. By monotonicity, , so . For any test set , and . Sub-additivity gives . Combining, so with .
Proposition 4 (translation invariance of on ). For every and every , , and is closed under translation.
Proof. Open-box volume is translation-invariant: translating a box by produces the box of the same volume. Hence any open-box cover of translates to an open-box cover of with the same total volume, and infimum gives . The reverse inequality follows by translating by .
For sigma-algebra closure: if , then for any test set , . Replacing by and using translation-invariance on both outer measures (applied separately to , , — each translated by ): so .
Proposition 5 (Lebesgue sigma-algebra is the completion of Borel under -null sets). .
Proof. The inclusion : every Borel set is in (Exercise 6), every subset of a Borel null set is in by completeness (Proposition 3), and is closed under symmetric difference.
The inclusion : let . By outer regularity (Theorem 4 in Advanced results), there exist open sets with , so is a Borel set () containing with . By inner regularity applied to bounded , there exist compact sets with (for unbounded , intersect with cubes and take a union); is a Borel set () contained in with . So , both and are Borel, , and is a subset of a Borel null set. Hence is in the right-hand side.
Connections Master
σ-algebra and Borel σ-algebra
02.07.01. The previous unit establishes the sigma-algebra framework, the Borel sigma-algebra generated by open sets, and the existence of non-Borel sets via cardinality. The current unit takes that framework as input and produces Lebesgue measure as the canonical translation-invariant measure on the Borel sigma-algebra plus the completion under null sets. The Lebesgue sigma-algebra is exactly the Carathéodory sigma-algebra of , and Proposition 4 identifies it with the Borel completion. The Vitali construction from02.07.01reappears here at full strength to demonstrate that .Lebesgue integral and convergence theorems
02.07.04. The downstream unit defines the Lebesgue integral of measurable functions via simple functions and monotone limits, then proves the monotone convergence theorem, Fatou's lemma, and the dominated convergence theorem. Each of these theorems requires the underlying measure space to be complete and countably additive, properties guaranteed by Carathéodory's construction here. The Carathéodory completeness is exactly what licences the "almost everywhere" language: a function modified on a null set is integrable iff the original is, with the same integral.spaces and completeness
02.07.06. Building toward02.07.06, the Banach spaces are defined as equivalence classes of measurable functions modulo equality almost everywhere with respect to Lebesgue measure. The construction depends on the completeness of : the equivalence relation modding out null sets requires Carathéodory completeness for the resulting quotient to be a Banach space. The Riesz-Fischer theorem identifying as a Hilbert space sits on this measure-theoretic foundation.Banach spaces
02.11.04. The shipped Banach space unit develops completeness, boundedness, and continuous linear functionals. The spaces from02.07.06are the canonical analytic examples; their completeness (the Riesz-Fischer theorem) pulls in the Lebesgue-measure foundation built here, since the proof passes through pointwise almost-everywhere convergence on a subsequence, which only makes sense in a complete measure space. The dual-space theory for (Riesz representation: for ) similarly depends on the regularity and translation-invariance theorems proved here.Real number axioms
02.02.01. The Heine-Borel compactness argument used in Proposition 2 to compute relies on the least-upper-bound property of , which is the analytic content of the02.02.01axiomatisation. Without least-upper-bound, the finite-subcover step fails, and the lower bound on box outer-measure collapses. The Lebesgue measure construction is therefore not just topology-driven but order-completeness-driven; the same structure that produces convergent monotone sequences produces convergent decreasing covers.
Historical & philosophical context Master
Lebesgue's 1902 thesis [Lebesgue 1902] introduced outer measure on the real line as the cover-based infimum we use today, alongside an inner-measure dual constructed from closed subsets. Lebesgue defined a bounded set to be measurable when its outer and inner measures agreed, and showed that this collection forms a sigma-algebra containing every Borel set. The Lebesgue integral was then built on this measure space, and the monotone and dominated convergence theorems followed. The thesis was a breakthrough partly because it resolved the convergence problem that had plagued Riemann integration: a pointwise limit of Riemann-integrable functions need not be Riemann-integrable, but the analogous statement for Lebesgue-integrable functions holds under modest hypotheses.
The conceptual lineage running into Lebesgue's thesis traces back to Borel's 1898 Leçons sur la théorie des fonctions, which assigned a measure to the Borel sigma-algebra via countable additivity over disjoint open intervals, and further back to Peano (1887) and Jordan (1892), whose Peano-Jordan content captured the finitely-additive theory but failed for dense countable sets such as the rationals. Lebesgue's innovation was to replace finite covers with countable covers and replace the Peano-Jordan inner-outer-content gap with a finer Lebesgue inner-outer-measure gap that closed for far more sets.
Carathéodory's 1914 paper [Carathéodory 1914] reframed Lebesgue's outer-and-inner approach with a single slice-additivity criterion: is measurable iff every test set is split cleanly by in the outer-measure sense. The Carathéodory criterion eliminated the need for an independently defined inner measure and worked in arbitrary set-function settings, not just for the box-volume pre-measure on . Carathéodory's 1918 book [Carathéodory 1918] presented the criterion as the foundation of an abstract theory of measure, distinct from Lebesgue's geometric origins.
Banach and Tarski's 1924 paper [Banach-Tarski 1924] produced the geometric paradox bearing their names, using the axiom of choice to partition a 3-ball into finitely many pieces that reassemble into two copies of the ball. The paradox dramatised what Vitali had shown in 1905 [Vitali 1905]: under full AC, finitely-additive rigid-motion-invariant measures cannot extend Lebesgue measure to every subset of for . The two-dimensional case is more delicate (a Banach-Tarski paradox in requires both AC and rigid-motion-plus-affine; pure rigid motions in dimension two admit a finitely-additive invariant extension by amenability of the affine group).
Kolmogorov's 1933 monograph [Kolmogorov 1933] crystallised the measure-theoretic foundations of probability around the Carathéodory extension theorem, identifying probability spaces with measure spaces of total mass one. The Hahn-Kolmogorov extension theorem became the workhorse for constructing probability measures on path spaces, leading directly to the modern theory of stochastic processes. Saks's 1937 Theory of the Integral [Saks 1937] gave the now-standard exposition of outer-measure-based integration and proved the cardinality-of--modulo-null result that places the Lebesgue sigma-algebra as the natural completion object.
Solovay's 1970 theorem [Solovay 1970] settled the foundational question about the axiom of choice: in a model of ZF + DC built from an inaccessible cardinal, every subset of is Lebesgue-measurable. The existence of non-measurable sets is therefore not a theorem of ZF + DC but requires choice principles beyond DC. The Solovay model also satisfies the Baire-property and perfect-set analogues, identifying Lebesgue measurability as one of three parallel regularity properties — measurability, Baire property, perfect-set property — that classical analysis tacitly invokes whenever it works on .
The Solovay model has subsequently been refined by Shelah (1984), who showed that the inaccessible-cardinal hypothesis is necessary for the Lebesgue-measurability conclusion but not for the Baire-property conclusion: the consistency of "every set is Baire" is provable from ZFC alone, while the consistency of "every set is Lebesgue-measurable" requires an inaccessible. This asymmetry is the modern descriptive-set-theoretic content of the Vitali construction and a landmark of the calibration of choice principles.
Lebesgue measure has become the analyst's bedrock. Every space sits over it 02.07.06; every Sobolev space is constructed via weak derivatives integrated against ; distribution theory pairs test functions against measures; the spectral theorem for self-adjoint operators rests on spectral measures defined via the Carathéodory extension; the Riesz representation theorem identifies positive linear functionals on continuous functions of compact support with regular Borel measures, and the Lebesgue measure case is the canonical example. Integration-theoretic PDE construction — weak solutions, energy methods, variational formulations — all sit on this Carathéodory-built foundation. The pattern recurs throughout twentieth- and twenty-first-century analysis: state a problem in geometric or analytic language, lift it to a measure-theoretic question, apply the Carathéodory machinery, and recover regularity by sigma-algebra completion.
Bibliography Master
@article{Lebesgue1902,
author = {Lebesgue, Henri},
title = {Int\'egrale, longueur, aire},
journal = {Annali di Matematica Pura ed Applicata},
volume = {7},
year = {1902},
pages = {231--359}
}
@article{Caratheodory1914,
author = {Carath\'eodory, Constantin},
title = {{\"U}ber das lineare Mass von Punktmengen --- eine Verallgemeinerung des L\"angenbegriffs},
journal = {Nachr. K\"onigl. Ges. Wiss. G\"ottingen, Math.-Phys. Kl.},
year = {1914},
pages = {404--426}
}
@book{Caratheodory1918,
author = {Carath\'eodory, Constantin},
title = {Vorlesungen \"uber reelle Funktionen},
publisher = {Teubner},
address = {Leipzig},
year = {1918}
}
@article{BanachTarski1924,
author = {Banach, Stefan and Tarski, Alfred},
title = {Sur la d\'ecomposition des ensembles de points en parties respectivement congruentes},
journal = {Fundamenta Mathematicae},
volume = {6},
year = {1924},
pages = {244--277}
}
@book{Kolmogorov1933,
author = {Kolmogorov, Andrey N.},
title = {Grundbegriffe der Wahrscheinlichkeitsrechnung},
publisher = {Springer},
year = {1933}
}
@book{Saks1937,
author = {Saks, Stanis{\l}aw},
title = {Theory of the Integral},
edition = {2},
publisher = {Hafner},
year = {1937}
}
@misc{Vitali1905,
author = {Vitali, Giuseppe},
title = {Sul problema della misura dei gruppi di punti di una retta},
publisher = {Tip. Gamberini e Parmeggiani},
address = {Bologna},
year = {1905}
}
@article{Solovay1970,
author = {Solovay, Robert M.},
title = {A model of set-theory in which every set of reals is Lebesgue measurable},
journal = {Annals of Mathematics},
volume = {92},
year = {1970},
pages = {1--56}
}
@book{Halmos1950,
author = {Halmos, Paul R.},
title = {Measure Theory},
publisher = {Van Nostrand},
year = {1950},
note = {Reprinted as Springer GTM 18, 1974}
}
@book{Folland1999,
author = {Folland, Gerald B.},
title = {Real Analysis: Modern Techniques and Their Applications},
edition = {2},
publisher = {Wiley},
year = {1999}
}
@book{Royden2010,
author = {Royden, H. L. and Fitzpatrick, P. M.},
title = {Real Analysis},
edition = {4},
publisher = {Pearson},
year = {2010}
}
@book{Bogachev2007,
author = {Bogachev, Vladimir I.},
title = {Measure Theory, Volume 1},
publisher = {Springer},
year = {2007}
}
@book{Federer1969,
author = {Federer, Herbert},
title = {Geometric Measure Theory},
publisher = {Springer},
year = {1969}
}
@book{Tao2016,
author = {Tao, Terence},
title = {Analysis II},
edition = {3},
publisher = {Hindustan Book Agency},
year = {2016}
}