Documentation

Mathlib.MeasureTheory.Measure.ResolventTransform

Resolvent Transform of a Measure #

Given a normed algebra A over a normed field π•œ, and ΞΌ : Measure π•œ, we define the resolvent transform of ΞΌ by the formula

resolventTransform ΞΌ a = ∫ x, resolvent a x βˆ‚ΞΌ = ∫ x, (↑ₐ x - a)⁻¹ʳ βˆ‚ΞΌ

This is not a standard notion in the literature, but specializes to a few standard notions, namely the case π•œ = ℝ and A = β„‚ is the Stieltjes transform, and the case π•œ = A = β„‚ is the Cauchy transform, given by the formulas:

∫ (x : ℝ), (↑x - a)⁻¹ βˆ‚ΞΌ and ∫ (x : β„‚), (↑x - a)⁻¹ βˆ‚ΞΌ respectively.

Main definitions #

Main statements #

Tags #

resolvent transform, Stieljes transform, Cauchy transform

theorem MeasureTheory.norm_resolvent_le_inv_infDist_support {π•œ : Type u_1} {A : Type u_2} [NontriviallyNormedField π•œ] [MeasurableSpace π•œ] [CompleteSpace π•œ] [NormedDivisionRing A] [NormedAlgebra π•œ A] {ΞΌ : Measure π•œ} {a : A} (hz : a βˆ‰ ⇑(algebraMap π•œ A) '' ΞΌ.support) {x : π•œ} (hx : x ∈ ΞΌ.support) :
theorem MeasureTheory.integrable_resolvent {π•œ : Type u_1} {A : Type u_2} [NontriviallyNormedField π•œ] [MeasurableSpace π•œ] [CompleteSpace π•œ] [NormedDivisionRing A] [NormedAlgebra π•œ A] [HereditarilyLindelofSpace π•œ] [OpensMeasurableSpace π•œ] [CompleteSpace A] [SecondCountableTopology A] [MeasurableSpace A] [BorelSpace A] {ΞΌ : Measure π•œ} [IsFiniteMeasure ΞΌ] {a : A} (hz : a βˆ‰ ⇑(algebraMap π•œ A) '' ΞΌ.support) :
noncomputable def MeasureTheory.resolventTransform {π•œ : Type u_1} {A : Type u_2} [NormedField π•œ] [NormedRing A] [NormedAlgebra ℝ A] [NormedAlgebra π•œ A] {mπ•œ : MeasurableSpace π•œ} (ΞΌ : Measure π•œ) (a : A) :
A

The resolvent transform of a measure.

Equations
Instances For
    theorem MeasureTheory.resolventTransform_def {π•œ : Type u_1} {A : Type u_2} [NormedField π•œ] [NormedRing A] [NormedAlgebra ℝ A] [NormedAlgebra π•œ A] {mπ•œ : MeasurableSpace π•œ} (ΞΌ : Measure π•œ) :
    resolventTransform ΞΌ = fun (a : A) => ∫ (x : π•œ), resolvent a x βˆ‚ΞΌ
    theorem MeasureTheory.resolventTransform_apply {π•œ : Type u_1} {A : Type u_2} [NormedField π•œ] [NormedRing A] [NormedAlgebra ℝ A] [NormedAlgebra π•œ A] {mπ•œ : MeasurableSpace π•œ} (ΞΌ : Measure π•œ) (a : A) :
    resolventTransform ΞΌ a = ∫ (x : π•œ), resolvent a x βˆ‚ΞΌ
    @[simp]
    theorem MeasureTheory.resolventTransform_zero_measure {π•œ : Type u_1} {A : Type u_2} [NormedField π•œ] [NormedRing A] [NormedAlgebra ℝ A] [NormedAlgebra π•œ A] {mπ•œ : MeasurableSpace π•œ} :
    @[simp]
    theorem MeasureTheory.resolventTransform_dirac {π•œ : Type u_1} {A : Type u_2} [NormedField π•œ] [NormedRing A] [NormedAlgebra ℝ A] [NormedAlgebra π•œ A] {mπ•œ : MeasurableSpace π•œ} [MeasurableSingletonClass π•œ] [CompleteSpace A] (x : π•œ) (a : A) :
    theorem MeasureTheory.hasDerivAt_resolventTransform {π•œ : Type u_1} {A : Type u_2} [NontriviallyNormedField π•œ] [HereditarilyLindelofSpace π•œ] [CompleteSpace π•œ] [MeasurableSpace π•œ] [BorelSpace π•œ] [RCLike A] [NormedAlgebra π•œ A] {ΞΌ : Measure π•œ} [IsFiniteMeasure ΞΌ] (a : A) (ha : a βˆ‰ ⇑(algebraMap π•œ A) '' ΞΌ.support) :
    HasDerivAt (resolventTransform ΞΌ) (∫ (x : π•œ), resolvent a x ^ 2 βˆ‚ΞΌ) a
    theorem MeasureTheory.analyticOn_resolventTransform {π•œ : Type u_1} [NontriviallyNormedField π•œ] [HereditarilyLindelofSpace π•œ] [CompleteSpace π•œ] [MeasurableSpace π•œ] [BorelSpace π•œ] [NormedAlgebra π•œ β„‚] {ΞΌ : Measure π•œ} [IsFiniteMeasure ΞΌ] :