Theorems · Theorem · measure theory
tendsto_setIntegral_pow_smul_of_unique_maximum_of_isCompact_of_integrableOn
∀ {α : Type u_1} {E : Type u_2} {hm : MeasurableSpace α} {μ : MeasureTheory.Measure α} [inst : TopologicalSpace α]
[BorelSpace α] [inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace ℝ E] {g : α → E} {x₀ : α} {s : Set α}
[CompleteSpace E] [TopologicalSpace.MetrizableSpace α] [MeasureTheory.IsLocallyFiniteMeasure μ] [μ.IsOpenPosMeasure],
IsCompact s →
∀ {c : α → ℝ},
ContinuousOn c s →
(∀ y ∈ s, y ≠ x₀ → c y < c x₀) →
(∀ x ∈ s, 0 ≤ c x) →
0 < c x₀ →
x₀ ∈ closure (interior s) →
MeasureTheory.IntegrableOn g s μ →
ContinuousWithinAt g s x₀ →
Filter.Tendsto (fun n => (∫ (x : α) in s, c x ^ n ∂μ)⁻¹ • ∫ (x : α) in s, c x ^ n • g x ∂μ)
Filter.atTop (nhds (g x₀))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_setIntegral_pow_smul_of_unique_maximum_of_isCompact_of_continuousOn.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- TopologicalSpacestatement and proof · cited by 24,529
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- CompleteSpacestatement and proof · cited by 2,532
- Filter.atTopstatement · cited by 2,405
- IsOpenproof · cited by 2,400
Cited by1
Results whose statement or proof uses this declaration.