PV Infrastructure: Remainder Analysis #
Taylor expansion and C² remainder bounds for the PV integrand.
The key result remainder_bounded_of_C2 shows that the remainder
r(t) = (γ-γ₀)⁻¹γ' - (t-t₀)⁻¹ is bounded (O(1)) near t₀.
Main Results #
remainder_bounded_of_C2— bounded remainder from C² smoothnessnumerator_quadratic_bound— numerator is O(|t-t₀|²)quadratic_approx_of_contDiffAt_two— quadratic Taylor approximation
theorem
contDiffAt_one_deriv_of_contDiffAt_two
{γ : ℝ → ℂ}
{t₀ : ℝ}
(hγ_C2 : ContDiffAt ℝ 2 γ t₀)
:
ContDiffAt ℝ 1 (deriv γ) t₀
C¹ regularity of deriv γ from C² regularity of γ.
theorem
bounded_slope_deviation_of_contDiffAt_two
{γ : ℝ → ℂ}
{t₀ : ℝ}
{L : ℂ}
(hγ_C2 : ContDiffAt ℝ 2 γ t₀)
(hγ_deriv : deriv γ t₀ = L)
:
Bounded slope deviation from C² smoothness.