Documentation

TauCeti.Analysis.CompletelyMonotone.Bernstein.Integral

Primitives of completely monotone functions are Bernstein functions #

This file establishes one direction of the standard correspondence between completely monotone and Bernstein functions. If f is completely monotone on (0, ∞) and continuous on [0, ∞), then

t ↦ ∫ x in 0..t, f x for t ≥ 0

is a Bernstein function. Its derivative on (0, ∞) is f, so complete monotonicity of the derivative is inherited directly from f.

The primitive is packaged as TauCeti.halfLinePrimitive (in TauCeti.Analysis.Calculus.HalfLinePrimitive), which integrates f (max x 0) so that the function is defined on all of ; on [0, ∞) this agrees with ∫₀ᵗ f by TauCeti.halfLinePrimitive_eq_integral_of_nonneg.

Main declarations #

References #

The primitive on [0, ∞) of a function that is completely monotone on (0, ∞) and continuous on [0, ∞) is a Bernstein function.

The primitive t ↦ ∫₀ᵗ f of a function that is completely monotone on (0, ∞) and continuous on [0, ∞) is a Bernstein function.

The primitive on [0, ∞) of a completely monotone function is a Bernstein function.

The primitive t ↦ ∫₀ᵗ f of a completely monotone function is a Bernstein function.