Tendsto truncated vertical shift with simple pole Ioo
tendsto_truncated_vertical_shift_with_simple_pole_Ioo
Plain-language statement
Set-integral form of tendsto_truncated_vertical_shift_with_simple_pole, normalized as (2π)⁻¹ ∫ f(σ + it) dt.
Exact Lean statement
theorem tendsto_truncated_vertical_shift_with_simple_pole_Ioo
{σ σ' : ℝ} {f : ℂ → ℂ} {p A : ℂ} (hσ : σ < p.re ∧ p.re < σ')
(hf : HolomorphicOn f (Icc σ σ' ×ℂ univ \ {p}))
(hpole : (f - (fun s ↦ A / (s - p))) =O[𝓝[≠] p] (1 : ℂ → ℂ))
(hbot : Tendsto (fun (y : ℝ) ↦ ∫ (x : ℝ) in σ..σ', f (x + y * I)) atBot (𝓝 0))
(htop : Tendsto (fun (y : ℝ) ↦ ∫ (x : ℝ) in σ..σ', f (x + y * I)) atTop (𝓝 0))
(hright : Integrable (fun (y : ℝ) ↦ f (σ' + y * I))) :
Tendsto (fun T : ℝ ↦ (1 / (2 * π) : ℂ) * ∫ t in Set.Ioo (-T) T,
f (σ + t * I)) atTop (𝓝 (VerticalIntegral' f σ' - A))Formal artifact
Lean source
theorem tendsto_truncated_vertical_shift_with_simple_pole_Ioo {σ σ' : ℝ} {f : ℂ → ℂ} {p A : ℂ} (hσ : σ < p.re ∧ p.re < σ') (hf : HolomorphicOn f (Icc σ σ' ×ℂ univ \ {p})) (hpole : (f - (fun s ↦ A / (s - p))) =O[𝓝[≠] p] (1 : ℂ → ℂ)) (hbot : Tendsto (fun (y : ℝ) ↦ ∫ (x : ℝ) in σ..σ', f (x + y * I)) atBot (𝓝 0)) (htop : Tendsto (fun (y : ℝ) ↦ ∫ (x : ℝ) in σ..σ', f (x + y * I)) atTop (𝓝 0)) (hright : Integrable (fun (y : ℝ) ↦ f (σ' + y * I))) : Tendsto (fun T : ℝ ↦ (1 / (2 * π) : ℂ) * ∫ t in Set.Ioo (-T) T, f (σ + t * I)) atTop (𝓝 (VerticalIntegral' f σ' - A)) := by have hbase := tendsto_truncated_vertical_shift_with_simple_pole hσ hf hpole hbot htop hright refine hbase.congr' ?_ filter_upwards [eventually_ge_atTop (0 : ℝ)] with T hT rw [VIntegral] rw [intervalIntegral.integral_of_le (by linarith : -T ≤ T), MeasureTheory.integral_Ioc_eq_integral_Ioo] simp only [smul_eq_mul] field_simp [Complex.I_ne_zero, Real.pi_ne_zero]- Project
- Prime Number Theorem and More
- License
- Apache-2.0
- Commit
- a93551347dce
- Source
- PrimeNumberTheoremAnd/PerronFormula.lean:191-207
Reuse this declaration
Bring the exact result into your workflow
The import identifies the source module. Your project still needs the pinned package dependency shown on this page.
What this badge means
This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.
Continue in this project
Related declarations
Admissible bound mono
admissible_bound.mono
Plain-language statement
For positive parameters , the classical error-bound function is nonincreasing once .
Source project: Prime Number Theorem and More
Person-level attribution pending.
Analytic On div Removable zero
AnalyticOn_divRemovable_zero
Plain-language statement
Let be analytic on an open set containing , and suppose . Define for and . Then the apparent singularity at is removable and is analytic throughout .
Source project: Prime Number Theorem and More
Person-level attribution pending.
Analytic On div Removable zero closed Ball
AnalyticOn_divRemovable_zero_closedBall
Plain-language statement
Suppose and is analytic on the closed disc with . Define for and . Then is analytic on the entire closed disc, including at the removed singularity.
Source project: Prime Number Theorem and More
Person-level attribution pending.