Basic Definitions for Complex Analysis with Principal Values #
Core definitions for piecewise C¹ curves, Cauchy principal value integrals, and generalized winding numbers following Hungerbühler–Wasem.
A piecewise continuously differentiable curve γ : [a,b] → ℂ. The curve is C¹ on each subinterval between partition points.
The underlying parametrization of the curve.
- a : ℝ
The left endpoint of the parameter interval.
- b : ℝ
The right endpoint of the parameter interval.
The finite set of partition points subdividing
[a, b].- continuous_toFun : ContinuousOn self.toFun (Set.Icc self.a self.b)
Instances For
Equations
A piecewise C¹ immersion: a piecewise C¹ curve with nonzero derivative.
- continuous_toFun : ContinuousOn self.toFun (Set.Icc self.a self.b)
- smooth_off_partition (t : ℝ) : t ∈ Set.Icc self.a self.b → t ∉ self.partition → DifferentiableAt ℝ self.toFun t
- deriv_continuous_off_partition (t : ℝ) : t ∈ Set.Ioo self.a self.b → t ∉ self.partition → ContinuousAt (deriv self.toFun) t
Instances For
The Cauchy principal value of ∮_γ f(z) dz, excluding ε-neighborhoods of z₀.
Equations
Instances For
The generalized winding number of γ around z₀, defined via principal value.
n_{z₀}(γ) = (1/2πi) · PV ∮_γ dz/(z - z₀).
Equations
Instances For
If f is continuous on [a,b], differentiable on (a,b)\P with f'=0 there, then f has zero right derivative at every point of [a,b).