Riesz–Markov–Kakutani representation theorem for real-linear functionals #
The Riesz–Markov–Kakutani representation theorem relates linear functionals on spaces of continuous functions on a locally compact space to measures.
There are many closely related variations of the theorem. This file contains that proof of the version where the space is a locally compact T2 space, the linear functionals are real and the continuous functions have compact support.
Main definitions & statements #
RealRMK.rieszMeasure: the measure induced by a real linear positive functional.RealRMK.integral_rieszMeasure: the Riesz–Markov–Kakutani representation theorem for a real linear positive functional.
Implementation notes #
The measure is defined through rieszContent which is for NNReal using the toNNRealLinear
version of Λ.
The Riesz–Markov–Kakutani representation theorem is first proved for Real-linear Λ because
equality is proven using two inequalities by considering Λ f and Λ (-f) for all functions
f, yet on C_c(X, ℝ≥0) there is no negation.
References #
- [Walter Rudin, Real and Complex Analysis.][Rud87]
The measure induced for Real-linear positive functional Λ, defined through toNNRealLinear
and the NNReal-version of rieszContent. This is under the namespace RealRMK, while
rieszMeasure without namespace is for NNReal-linear Λ.
Equations
Instances For
If f assumes values between 0 and 1 and the support is contained in V, then
Λ f ≤ rieszMeasure V.
If f assumes the value 1 on a compact set K then rieszMeasure K ≤ Λ f.
Given f : C_c(X, ℝ) such that range f ⊆ [a, b] we obtain a partition of the support of f
determined by partitioning [a, b] into N pieces.
Given a set E, a function f : C_c(X, ℝ), 0 < ε and ∀ x ∈ E, f x < c, there exists an
open set V such that E ⊆ V and the sets are similar in measure and ∀ x ∈ V, f x < c.
The Riesz-Markov-Kakutani representation theorem: given a positive linear functional Λ,
the integral of f with respect to the rieszMeasure associated to Λ is equal to Λ f.