Mathlib Map

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.

Defined in
Mathlib.MeasureTheory.Integral.PeakFunction
Cited by
1 results in Mathlib
Foundations
Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceBorelSpaceNormedAddCommGroupNormedSpaceCompleteSpaceTopologicalSpace.MetrizableSpaceMeasureTheory.IsLocallyFiniteMeasureMeasureTheory.Measure.IsOpenPosMeasure

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.

Cited by1

Results whose statement or proof uses this declaration.