Theorems · Theorem · measure theory
ae_eq_const_or_exists_average_ne_compl
∀ {α : Type u_1} {E : Type u_2} {m0 : MeasurableSpace α} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
[CompleteSpace E] {μ : MeasureTheory.Measure α} {f : α → E} [MeasureTheory.IsFiniteMeasure μ],
MeasureTheory.Integrable f μ →
f =ᵐ[μ] Function.const α (⨍ (x : α), f x ∂μ) ∨
∃ t, MeasurableSet t ∧ μ t ≠ 0 ∧ μ tᶜ ≠ 0 ∧ ⨍ (x : α) in t, f x ∂μ ≠ ⨍ (x : α) in tᶜ, f x ∂μIf f : α → E is an integrable function, then either it is a.e. equal to the constant
⨍ x, f x ∂μ or there exists a measurable set such that μ t ≠ 0, μ tᶜ ≠ 0, and the average
values of f over t and tᶜ are different.
- Defined in
- Mathlib.Analysis.Convex.Integral
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 265 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites42
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- 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
- ENNRealstatement and proof · cited by 9,879
- Top.topproof · cited by 9,680
- Set.univproof · cited by 3,945
- MeasurableSetstatement and proof · cited by 3,075
- Compl.complstatement and proof · cited by 2,925
Cited by2
Results whose statement or proof uses this declaration.
- StrictConvex.ae_eq_const_or_average_mem_interiorproof · cited by 1
- StrictConvexOn.ae_eq_const_or_map_average_ltproof · cited by 1