Documentation

ZPM.Analysis.InnerProductSpace.KernelMeanEmbedding.Integrable

Integrability of kernel sections under finite measures #

Bounded kernel sections have a uniform norm bound via BoundedKernel, and finite measures bound the integral of constants. Together these give Integrable (fun x => kerFun H x 1) P for any finite measure P.

Bounded kernel sections are integrable under any finite measure.

theorem inner_real_one_right (a : ) :
inner a 1 = a

⟪a, 1⟫_ℝ = a in the real inner product space.

theorem inner_real_one_left (a : ) :
inner 1 a = a

⟪1, a⟫_ℝ = a in the real inner product space.