Dixon's Proof of the Homological Cauchy Theorem #
The Dixon kernel g(z, w) = (f(z) - f(w))/(z - w) (extended to f'(w) at z = w)
is exactly mathlib's dslope f z w. We use this identification throughout.
Main definitions #
dixonKernel-- the Dixon kernel (= dslope)dixonH1-- the Dixon integral h₁(w)dixonH2-- the Cauchy-type integral h₂(w)dixonFunction-- the piecewise Dixon function
Main results #
dixonH1_eq-- key identity: h₁(w) = h₂(w) - 2πi · n(γ,w) · f(w)dixonH1_differentiableOn-- h₁ is differentiable on UdixonH2_differentiableAt-- h₂ is differentiable off the curvedixonFunction_differentiable-- the Dixon function is entiredixonFunction_eq_zero-- h ≡ 0 by Liouville's theoremcauchyIntegralFormula_nullHomologous-- Cauchy integral formulacontourIntegral_eq_zero_of_nullHomologous-- vanishing for holomorphic functions
The Dixon kernel is exactly dslope: dixonKernel f z w = dslope f z w.
We use dslope directly rather than a custom definition.
Equations
- dixonKernel f z w = dslope f z w
Instances For
Key identity: h₁(w) = h₂(w) - 2πi · n(γ,w) · f(w) for w off the curve. This follows from expanding dslope and splitting the integral.
h₂ is differentiable at every point off the curve, when f is continuous on the image.
h₁ is differentiable on all of U, including across the curve. Uses the Leibniz rule (parametric differentiation of the dslope integral).
The Dixon function: h1 on U, h2 on C \ U.
Equations
- dixonFunction f U γ w = if _h : w ∈ U then dixonH1 f γ w else dixonH2 f γ w
Instances For
The Dixon function is entire (differentiable on all of ℂ). On U: it's h₁, holomorphic by dixonH1_differentiableOn. On ℂ \ U: it's h₂, holomorphic by dixonH2_differentiableAt. Patching at ∂U: null-homologous gives n(γ,w) = 0 near ∂U, so h₁ = h₂ there.
h ≡ 0 by Liouville's theorem.
Cauchy integral formula for null-homologous curves: ∮_γ f(z)/(z-w) dz = 2πi · n(γ,w) · f(w) for w ∈ U off the curve.
The image of a piecewise C¹ immersion has empty interior in ℂ. This follows from the fact that a Lipschitz map from ℝ to ℂ has image with Hausdorff dimension at most 1, hence Lebesgue measure 0 in ℂ.