Documentation

LeanPool.PoincareThreeBody.AnalyticParameterIntegral

Integrating a uniformly controlled analytic power series #

This file provides the power-series core of analyticity under a parameter integral. The compactness argument used later supplies a common radius and the summable integral bound on the coefficients.

Integrate every coefficient of a measurable family of scalar formal power series.

Equations
Instances For
    theorem LeanPool.PoincareThreeBody.hasFPowerSeriesOnBall_integral_of_uniform {α : Type u_1} [MeasurableSpace α] (μ : MeasureTheory.Measure α) {integrand : α} {center : } {radius : NNReal} {series : αFormalMultilinearSeries } (hradius : 0 < radius) (hseries : ∀ᵐ (parameter : α) μ, HasFPowerSeriesOnBall (fun (value : ) => integrand value parameter) (series parameter) center radius) (hcoeffIntegrable : ∀ (degree : ), MeasureTheory.Integrable (fun (parameter : α) => series parameter degree) μ) (hcoeffSummable : Summable fun (degree : ) => ( (parameter : α), series parameter degree μ) * radius ^ degree) :
    HasFPowerSeriesOnBall (fun (value : ) => (parameter : α), integrand value parameter μ) (integralFormalMultilinearSeries μ series) center radius

    A parameter integral has the coefficientwise-integrated power series whenever all fibers share a positive radius and the integrated coefficient norms are summable at that radius.