Integrals against peak functions #
THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.
A sequence of peak functions is a sequence of functions with average one concentrating around
a point x₀. Given such a sequence φₙ, then ∫ φₙ g tends to g x₀ in many situations, with
a whole zoo of possible assumptions on φₙ and g. This file is devoted to such results.
Main results #
tendsto_set_integral_peak_smul_of_integrable_on_of_continuous_within_at: If a sequence of peak functionsφᵢconverges uniformly to zero away from a pointx₀, andgis integrable and continuous atx₀, then∫ φᵢ • gconverges tog x₀.tendsto_set_integral_pow_smul_of_unique_maximum_of_is_compact_of_continuous_on: If a continuous functioncrealizes its maximum at a unique pointx₀in a compact sets, then the sequence of functions(c x) ^ n / ∫ (c x) ^ nis a sequence of peak functions concentrating aroundx₀. Therefore,∫ (c x) ^ n * g / ∫ (c x) ^ nconverges tog x₀ifgis continuous ons.
Note that there are related results about convolution with respect to peak functions in the file
analysis.convolution, such as convolution_tendsto_right there.
If a sequence of peak functions φᵢ converges uniformly to zero away from a point x₀, and
g is integrable and continuous at x₀, then φᵢ • g is eventually integrable.
If a sequence of peak functions φᵢ converges uniformly to zero away from a point x₀, and
g is integrable and continuous at x₀, then ∫ φᵢ • g converges to x₀. Auxiliary lemma
where one assumes additionally g x₀ = 0.
If a continuous function c realizes its maximum at a unique point x₀ in a compact set s,
then the sequence of functions (c x) ^ n / ∫ (c x) ^ n is a sequence of peak functions
concentrating around x₀. Therefore, ∫ (c x) ^ n * g / ∫ (c x) ^ n converges to g x₀ if g is
integrable on s and continuous at x₀.
Version assuming that μ gives positive mass to all neighborhoods of x₀ within s.
For a less precise but more usable version, see
tendsto_set_integral_pow_smul_of_unique_maximum_of_is_compact_of_continuous_on.
If a continuous function c realizes its maximum at a unique point x₀ in a compact set s,
then the sequence of functions (c x) ^ n / ∫ (c x) ^ n is a sequence of peak functions
concentrating around x₀. Therefore, ∫ (c x) ^ n * g / ∫ (c x) ^ n converges to g x₀ if g is
integrable on s and continuous at x₀.
Version assuming that μ gives positive mass to all open sets.
For a less precise but more usable version, see
tendsto_set_integral_pow_smul_of_unique_maximum_of_is_compact_of_continuous_on.
If a continuous function c realizes its maximum at a unique point x₀ in a compact set s,
then the sequence of functions (c x) ^ n / ∫ (c x) ^ n is a sequence of peak functions
concentrating around x₀. Therefore, ∫ (c x) ^ n * g / ∫ (c x) ^ n converges to g x₀ if g is
continuous on s.