Mathlib Map

Theorems · Theorem · measure theory

intervalAverage_congr_codiscreteWithin

∀ {a b : ℝ} {f₁ f₂ : ℝ → ℝ},
  f₁ =ᶠ[Filter.codiscreteWithin (Set.uIoc a b)] f₂ → ⨍ (x : ℝ) in a..b, f₁ x = ⨍ (x : ℝ) in a..b, f₂ x

Interval averages are invariant when functions change along discrete sets.

Defined in
Mathlib.MeasureTheory.Integral.IntervalAverage
Cited by
0 results in Mathlib
Foundations
Depth 258 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.