abel-theorem: the planar log piece and its residue identity (design §4.1 step 5, planar core) #
Unit: abel-theorem. Namespace RS.Abel. Pure ℂ → ℂ, no manifold imports.
LogPieceData packages one planar weak-solution piece exactly as AbelWeak/SingleChart.lean
builds it: inside ball c ρ the rational function (z - β)/(z - α) (simple zero at β, simple
pole at α), interpolated to 1 across the bump annulus ρ < rIn ≤ ‖z - c‖ ≤ rOut through
exp (χ · L) with L the exterior log branch (exists_exteriorLogBranch). Exports:
g— the piece itself, with theSingleChart-style facts (g_eqOn_inner,g_one,g_contDiffAt,g_ne_zero) plus the punctured-limit factorizationstendsto_zero_factor/tendsto_pole_factor(feeding the order bookkeeping ofUpgradeDischarge.lean);dlog— the(0,1)logarithmic-derivative coefficienth = dbar(χL), globally smooth, compactly supported in the closed bump annulus, withdbarg = h · goff{α, β}(wirtingerDbar_g);integral_dlog_mul— Forster's Lemma 20.3/20.5 in planar form: for any holomorphic primitive pairGp' = won a ball containing the piece,∫ h·w dA = π (Gp β - Gp α)— the annulus-Stokes atom (circleIntegral_sub_circleIntegral_eq_two_mul_I_mul_integral_wirtingerDbar) reduces the area integral to-∮ L·wover the inner circle, integration by parts along the circle (circleIntegral.integral_eq_zero_of_hasDerivWithinAt) tradesL·wfor the two-pole kernel((z-β)⁻¹ - (z-α)⁻¹)·Gp, and the Cauchy integral formula (DiffContOnCl.circleIntegral_sub_inv_smul) evaluates it.
One planar log piece: zero at β, pole at α, both inside ball c ρ, with a fixed
exterior log branch L and bump χ.
- c : ℂ
The chart-ball center.
- ρ : ℝ
The inner radius enclosing the two divisor points.
- α : ℂ
The pole.
- β : ℂ
The zero.
- χ : ContDiffBump 0
The interpolation bump (recentred at
0). The exterior log branch of
(z - (β - c))/(z - (α - c))on{ρ < ‖z‖}.
Instances For
The piece is the rational function on the whole inner ball.
Real-smoothness of the piece off the pole.
Non-vanishing off the divisor.
The (0,1) logarithmic-derivative coefficient #
The support of the coefficient sits in the closed bump annulus.
Global smoothness of the coefficient.
The exponential chain rule and the logarithmic-derivative identity #
dbar(exp v) = exp v · dbarv for real-differentiable v.
Punctured-limit factorizations (order bookkeeping inputs) #
The residue identity (Forster 20.3/20.5, planar) #
The residue identity: for a holomorphic primitive Gp of w on a ball containing the
whole piece, ∫ dlog · w dA = π (Gp β - Gp α).