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 #
resolventTransform ΞΌ a: The resolvent transform of a measureΞΌata
Main statements #
hasDerivAt_resolventTransform: For anyanot in the support ofΞΌ, theresolventTransformhas derivativeβ« x, resolvent a x ^ 2 βuata.analyticOn_resolventTransform: In the caseA = β, theresolventTransformis holomorphic on the complement ofΞΌ.support.
Tags #
resolvent transform, Stieljes transform, Cauchy transform
theorem
MeasureTheory.measurable_resolvent
{π : Type u_1}
{A : Type u_2}
[NontriviallyNormedField π]
[MeasurableSpace π]
{a : A}
[OpensMeasurableSpace π]
[NormedRing A]
[NormedAlgebra π A]
[CompleteSpace A]
[MeasurableSpace A]
[BorelSpace A]
:
Measurable (resolvent a)
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)
:
Integrable (resolvent a) ΞΌ
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.
Instances For
theorem
MeasureTheory.resolventTransform_def
{π : Type u_1}
{A : Type u_2}
[NormedField π]
[NormedRing A]
[NormedAlgebra β A]
[NormedAlgebra π A]
{mπ : MeasurableSpace π}
(ΞΌ : Measure π)
:
theorem
MeasureTheory.resolventTransform_apply
{π : Type u_1}
{A : Type u_2}
[NormedField π]
[NormedRing A]
[NormedAlgebra β A]
[NormedAlgebra π A]
{mπ : MeasurableSpace π}
(ΞΌ : Measure π)
(a : A)
:
@[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 ΞΌ]
:
AnalyticOn β (resolventTransform ΞΌ) (β(algebraMap π β) '' ΞΌ.support)αΆ