Multi-point Principal Value Infrastructure #
Lemmas for multi-point Cauchy principal values: minimum separation, disjoint balls, boundedness, integrability, measurability, and the dominated convergence argument for decomposing multi-point PVs into sums of single-point PVs.
Main Results #
finset_discrete_min_sep— positive minimum separation in a finite setdisjoint_balls_of_small_epsilon— disjoint balls for small εdominated_convergence_multipoint_helper— dominated convergence for multi-point PV decompositionmultipointPV_diff_tendsto— difference integrand convergesmultipointPV_eq_sum_of_integral_zero— multi-point PV equals sum of single-point PVs when regular integral vanishes
Measurability Infrastructure #
theorem
aEStronglyMeasurable_of_continuousOn_off_finite
{f : ℝ → ℂ}
{a b : ℝ}
{P : Finset ℝ}
(hf_cont : ContinuousOn f (Set.Icc a b \ ↑P))
:
theorem
integrableOn_of_bounded_aeMeasurable
{f : ℝ → ℂ}
{a b : ℝ}
(M : ℝ)
(hf_meas : MeasureTheory.AEStronglyMeasurable f (MeasureTheory.volume.restrict (Set.Icc a b)))
(hf_bound : ∀ x ∈ Set.Icc a b, ‖f x‖ ≤ M)
:
theorem
tendsto_integral_of_dominated'
{a b : ℝ}
{F : ℝ → ℝ → ℂ}
{f : ℝ → ℂ}
{g : ℝ → ℝ}
(hF_meas : ∀ ε > 0, MeasureTheory.AEStronglyMeasurable (F ε) (MeasureTheory.volume.restrict (Set.uIoc a b)))
(hF_le : ∀ ε > 0, ∀ᵐ (t : ℝ), t ∈ Set.uIoc a b → ‖F ε t‖ ≤ g t)
(hg_int : IntervalIntegrable g MeasureTheory.volume a b)
(hF_lim : ∀ᵐ (t : ℝ), t ∈ Set.uIoc a b → Filter.Tendsto (fun (ε : ℝ) => F ε t) (nhdsWithin 0 (Set.Ioi 0)) (nhds (f t)))
:
Finite Set Separation #
Boundedness Lemmas #
The sum of the norms of the simple-pole residues of f over a finite set S.
Equations
- residueNormSum f S = ∑ s ∈ S, ‖residueSimplePole f s‖
Instances For
theorem
A_int_bound_good_set
{S0 : Finset ℂ}
{f g_reg : ℂ → ℂ}
{γ : ℝ → ℂ}
{a b ε Mg Mγ : ℝ}
(hε : 0 < ε)
(hMg : 0 ≤ Mg)
(_hMγ : 0 ≤ Mγ)
(hg_decomp : ∀ z ∉ ↑S0, f z = g_reg z + ∑ s ∈ S0, residueSimplePole f s / (z - s))
(hg_bound : ∀ t ∈ Set.Icc a b, ‖g_reg (γ t)‖ ≤ Mg)
(hγ'_bound : ∀ t ∈ Set.Icc a b, ‖deriv γ t‖ ≤ Mγ)
(h_all_far : ∀ t ∈ Set.Icc a b, ∀ s ∈ S0, ε < ‖γ t - s‖)
(t : ℝ)
:
Integrability Lemmas #
theorem
intervalIntegrable_cauchyPrincipalValueIntegrandOn
{S0 : Finset ℂ}
{f : ℂ → ℂ}
{γ : PiecewiseC1Immersion}
{ε : ℝ}
(_hε : 0 < ε)
(hf_cont : ContinuousOn f (γ.toFun '' Set.Icc γ.a γ.b))
:
IntervalIntegrable (cauchyPrincipalValueIntegrandOn S0 f γ.toFun ε) MeasureTheory.volume γ.a γ.b
Multi-point PV integrand is interval integrable.
Measurability Lemmas #
theorem
aEStronglyMeasurable_multipointPV_diff
(S0 : Finset ℂ)
(f : ℂ → ℂ)
(γ : ℝ → ℂ)
(ε : ℝ)
(hε : 0 < ε)
(a b : ℝ)
{P : Finset ℝ}
(hf_cont : ContinuousOn f (γ '' Set.uIcc a b))
(hγ_cont : ContinuousOn γ (Set.uIcc a b))
(hγ'_off_P : ContinuousOn (deriv γ) (Set.uIcc a b \ ↑P))
:
MeasureTheory.AEStronglyMeasurable
(fun (t : ℝ) =>
cauchyPrincipalValueIntegrandOn S0 f γ ε t - ∑ s ∈ S0, if ‖γ t - s‖ > ε then residueSimplePole f s / (γ t - s) * deriv γ t else 0)
(MeasureTheory.volume.restrict (Set.uIoc a b))