Introduction to Measure Theory, Section 1.1.2: Jordan measure #
A companion to Section 1.1.2 of the book "An introduction to Measure Theory".
Definition 1.1.4. We intend these concepts to only be applied for bounded sets E, but
it is convenient to permit E to be unbounded for the purposes of making the definitions.
Equations
- Jordan_inner_measure E = sSup {m : ℝ | ∃ (A : Set (EuclideanSpace' d)) (hA : IsElementary A), A ⊆ E ∧ m = hA.measure}
Instances For
Equations
- Jordan_outer_measure E = sInf {m : ℝ | ∃ (A : Set (EuclideanSpace' d)) (hA : IsElementary A), E ⊆ A ∧ m = hA.measure}
Instances For
A bounded set is Jordan measurable if its inner and outer Jordan measures coincide.
Equations
Instances For
The Jordan measure of a Jordan measurable set (equals both inner and outer measure).
Equations
- x✝.measure = Jordan_inner_measure E
Instances For
Jordan measure equals the inner Jordan measure by definition.
For Jordan measurable sets, the measure also equals the outer Jordan measure.
Any bounded set is contained in some elementary set (a sufficiently large box).
The inner Jordan measure is always non-negative.
The outer Jordan measure is always non-negative.
For bounded sets, inner Jordan measure is at most outer Jordan measure.
Elementary measure of a subset is a lower bound for inner Jordan measure.
Elementary measure of a superset is an upper bound for outer Jordan measure.
If m < inner measure, there exists an elementary subset with measure > m.
If outer measure < m, there exists an elementary superset with measure < m.
Exercise 1.1.5
Every elementary set is Jordan measurable.
The Jordan measure of an elementary set equals its elementary measure.
The empty set has Jordan measure zero.
Exercise 1.1.6 (i) (Boolean closure)
The union of a finset of Jordan measurable sets is Jordan measurable.
Exercise 1.1.6 (i) (Boolean closure)
Exercise 1.1.6 (i) (Boolean closure)
Exercise 1.1.6 (i) (Boolean closure)
Exercise 1.1.6 (ii) (non-negativity)
Exercise 1.1.6 (iii) (finite additivity)
Exercise 1.1.6 (iii) (finite additivity)
Exercise 1.1.6 (iv) (monotonicity)
Exercise 1.1.6 (v) (finite subadditivity)
Exercise 1.1.6 (v) (finite subadditivity)
Exercise 1.1.6 (vi) (translation invariance)
Exercise 1.1.6 (vi) (translation invariance)
Exercise 1.1.7 (i) (Regions under graphs are Jordan measurable)
Exercise 1.1.7 (i) (Regions under graphs are Jordan measurable)
Exercise 1.1.7 (i) (Regions under graphs are Jordan measurable)
Exercise 1.1.8
The 2D wedge product (signed area parallelogram factor) of two vectors.
Equations
- x.plane_wedge y = x 1 * y 0 - x 0 * y 1
Instances For
Exercise 1.1.8
Exercise 1.1.9 A polytope is the convex hull of a finite set of vertices.
Equations
- IsPolytope P = ∃ (V : Finset (EuclideanSpace' d)), P = (convexHull ℝ) ↑V
Instances For
Exercise 1.1.9: Every polytope is Jordan measurable.
Exercise 1.1.10 (1)
Exercise 1.1.10 (1)
The Jordan measure of a closed ball equals that of the open ball.
Exercise 1.1.11 (1)
Exercise 1.1.11 (1)
Exercise 1.1.11 (2)
Exercise 1.1.11 (2)
An invertible matrix defines a linear equivalence on Euclidean space.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A set is Jordan null if it is Jordan measurable with measure zero.
Equations
- JordanMeasurable.null E = ∃ (hE : JordanMeasurable E), hE.measure = 0
Instances For
A set is Jordan null iff it's bounded with outer Jordan measure zero.
Exercise 1.1.12
Exercise 1.1.13
A dyadic box at scale 2^(-n) with multi-index i: the half-open cube [i/2^n, (i+1)/2^n).
Equations
Instances For
Lower metric entropy: count of dyadic boxes at scale n fully contained in E.
Instances For
Upper metric entropy: count of dyadic boxes at scale n that intersect E.
Instances For
Exercise 1.1.14
Jordan measure equals the limit of scaled lower metric entropy.
Jordan measure equals the limit of scaled upper metric entropy.
Exercise 1.1.15 (Uniqueness of Jordan measure)
With unit cube normalization, the unique such function equals Jordan measure.
Exercise 1.1.16
Jordan measure is multiplicative on products: μ(E₁ × E₂) = μ(E₁) * μ(E₂).
Two sets are isometric if one is an orthogonal transformation plus translation of the other.
Equations
- Isometric E F = ∃ A ∈ Matrix.orthogonalGroup (Fin d) ℝ, ∃ (x₀ : EuclideanSpace' d), F = ⇑(Matrix.toLin' A) '' E + {x₀}
Instances For
Exercise 1.1.17
Exercise 1.1.18 (1)
Exercise 1.1.18 (2)
Exercise 1.1.18 (3)
The unit square with all rational points removed (not Jordan measurable).
Equations
Instances For
The bullet-riddled square has inner Jordan measure 0 (no elementary subset).
The bullet-riddled square has outer Jordan measure 1 (fills the unit square).
The rational points in the unit square have inner Jordan measure 0.
The rational points in the unit square have outer Jordan measure 1.
The bullet-riddled square is not Jordan measurable (inner ≠ outer).
The set of rational points is not Jordan measurable (inner ≠ outer).
Exercise 1.1.19 (Caratheodory property)