Holomorphic extension of f + P to ball(c,R) #
Given f holomorphic on ball c R with closedBall a₀ r₀ ⊆ ball c R and r₀ > 0,
let P(z) = (2πi)⁻¹ ∮_{C(a₀,r₀)} (z - w)⁻¹ f(w) dw be the Cauchy transform.
The main results:
f_plus_cauchy_transform_eq_zero_inside: Onball a₀ r₀,f + P = 0by CIF.cauchy_transform_eq_zero_outside: OutsideclosedBall a₀ r₀,P = 0.f_plus_cauchy_transform_differentiableOn:f + Pis holomorphic onball c R \ sphere a₀ r₀(the maximal open domain where f + P is defined).f_plus_cauchy_transform_holomorphic_extension: There existsgholomorphic on all ofball c Rthat agrees withf + Ponball c R \ closedBall a₀ r₀.
Note: The literal Lean function z ↦ f z + (2πi)⁻¹ * ∮ (z-w)⁻¹ * f(w) dw is
discontinuous at sphere points (the Bochner integral of the non-integrable
integrand defaults to 0 in Lean, giving f(z₀) + 0 ≠ 0 while f + P → 0 from
inside). The existential formulation provides the holomorphic extension via f.
On ball a₀ r₀, the Cauchy integral formula gives f + P = 0.
Outside closedBall a₀ r₀, the Cauchy transform vanishes. The integrand
w ↦ (w - z)⁻¹ * f(w) is holomorphic on closedBall a₀ r₀ (since z is outside),
so ∮ = 0 by Cauchy's theorem.
f + P is differentiable on ball c R \ sphere a₀ r₀, where
P(z) = (2πi)⁻¹ ∮_{C(a₀,r₀)} (z - w)⁻¹ f(w) dw is the Cauchy transform.
On ball a₀ r₀, f + P = 0 (holomorphic). On ball c R \ closedBall a₀ r₀,
both f and P are holomorphic. Their union covers ball c R \ sphere a₀ r₀.
Holomorphic extension of f + P to all of ball(c,R).
There exists g holomorphic on the full ball c R that agrees with f + P on
ball c R \ closedBall a₀ r₀ (where P = 0, so f + P = f). The witness is f.
On the interior component ball a₀ r₀, f + P = 0 by
f_plus_cauchy_transform_eq_zero_inside.
DiffContOnCl for the holomorphic extension.
When f is differentiable on a set U containing closedBall c R, the holomorphic
extension of f + P (which is f itself) satisfies DiffContOnCl ℂ f (ball c R).
Vanishing circle integral via DiffContOnCl.
When f is differentiable on U ⊇ closedBall c R, the circle integral
∮_{C(c,R)} f = 0 by Cauchy-Goursat.
Non-concentric circle integral equality for holomorphic functions.
If f is differentiable on U ⊇ closedBall c R and closedBall a₀ r₀ ⊆ ball c R,
then ∮_{C(c,R)} f = ∮_{C(a₀,r₀)} f. Since f is holomorphic on the entire
closed ball (no singularities), both integrals equal zero.