Documentation

Atlas.DifferentialAnalysis.code.MeasuresAndSigmaAlgebras

structure MeasuresAndSigmaAlgebras.IsOuterMeasure {X : Type u_1} (μstar : Set XENNReal) :

Predicate axiomatising an outer measure μ* on X: empty set has measure zero, monotone with respect to inclusion, and countably subadditive.

  • empty : μstar = 0
  • mono {A B : Set X} : A Bμstar A μstar B
  • iUnion_le (A : Set X) : μstar (⋃ (j : ), A j) ∑' (j : ), μstar (A j)
Instances For

    Every Mathlib OuterMeasure satisfies the predicate IsOuterMeasure.

    Conversion from an IsOuterMeasure proof to a Mathlib OuterMeasure bundle.

    Instances For
      noncomputable def MeasuresAndSigmaAlgebras.rectangleVolume {n : } (a b : Fin n) :

      Volume of the axis-aligned rectangle [a, b] in ℝⁿ, defined as the product of side lengths b i - a i.

      Instances For

        The Lebesgue measure of a closed rectangle [a, b] in ℝⁿ equals the product of its side lengths.

        @[reducible, inline]

        A σ-algebra on X (Melrose Def 2.1) is identified with MeasurableSpace X.

        Instances For

          A Radon measure on a topological measurable space is a Borel measure that is regular (inner regular on opens, outer regular, locally finite).

          Instances

            Any regular measure is automatically a Radon measure in our sense.

            Every Borel set in ℝⁿ is Carathéodory-measurable with respect to Lebesgue outer measure.

            Carathéodory measurability condition: E splits every test set A additively with respect to the outer measure μ*.

            Instances For
              @[reducible]

              The σ-algebra of Carathéodory-measurable sets for an outer measure μ.

              Instances For

                The measure on the Carathéodory σ-algebra induced by an outer measure μ by restriction.

                Instances For

                  Any null set is Carathéodory-measurable.

                  The Carathéodory measure on μ.caratheodory is complete: every null set is measurable.

                  Carathéodory's extension theorem (Melrose Thm 2.4): every outer measure restricts to a complete measure on its σ-algebra of measurable sets, with the values matching the outer measure.

                  For the Riesz content associated to a positive linear functional, open sets are Carathéodory-measurable and their measure equals the inner content.

                  The Riesz-Markov-Kakutani measure associated with a positive linear functional on C_c(X, ℝ) is a Radon measure.

                  Linear inclusion of compactly supported continuous functions into the space of continuous functions vanishing at infinity.

                  Instances For

                    Restriction of a positive linear functional on C₀(X, ℝ) to C_c(X, ℝ), viewed as a positive linear map.

                    Instances For

                      The Riesz measure on X produced from a positive linear functional defined on C₀(X, ℝ), by restricting it to C_c(X, ℝ) and applying the RMK theorem.

                      Instances For

                        Melrose Proposition 2.8: a positive linear functional on C₀(X, ℝ) produces a Radon measure on X.

                        Sufficient condition for the Borel σ-algebra to be contained in the Carathéodory σ-algebra of μ: every open set must be μ*-measurable.