Concrete finite-to-limiting residue balance for four contour contributions
ProvedWeightedRootIntegralIdentity.concrete_finite_to_limiting_residue_balancecomplex-analysiscontour-limitkeyhole-contourresidue-theorem
If the four finite truncation contributions converge respectively to the upper-bank, lower-bank, inner-arc, and outer-arc limits, and every finite contour satisfies the residue equation, then the limiting four-term boundary equation holds.
Preamble
import Mathlib open Filter Topology
Formal statement
namespace WeightedRootIntegralIdentity
theorem concrete_finite_to_limiting_residue_balance (Iu Il Ii Io : ℕ → ℂ) (U L A B residue : ℂ)
(hu : Filter.Tendsto Iu Filter.atTop (nhds U))
(hl : Filter.Tendsto Il Filter.atTop (nhds L))
(hi : Filter.Tendsto Ii Filter.atTop (nhds A))
(ho : Filter.Tendsto Io Filter.atTop (nhds B))
(hfinite : ∀ m : ℕ, Iu m + Il m + Ii m + Io m = 2 * Real.pi * Complex.I * residue) :
U + L + A + B = 2 * Real.pi * Complex.I * residue := by sorry
end WeightedRootIntegralIdentitySource
Continuity and uniqueness of limits for addition in a Hausdorff topological vector space.