Theorems · Theorem · measure theory
MeasureTheory.Lp.induction
∀ {α : Type u_1} {E : Type u_4} [inst : MeasurableSpace α] [inst_1 : NormedAddCommGroup E] {p : ENNReal}
{μ : MeasureTheory.Measure α} [_i : Fact (1 ≤ p)],
p ≠ ⊤ →
∀ (motive : ↥(MeasureTheory.Lp E p μ) → Prop),
(∀ (c : E) {s : Set α} (hs : MeasurableSet s) (hμs : μ s < ⊤),
motive ↑(MeasureTheory.Lp.simpleFunc.indicatorConst p hs ⋯ c)) →
(∀ ⦃f g : α → E⦄ (hf : MeasureTheory.MemLp f p μ) (hg : MeasureTheory.MemLp g p μ),
Disjoint (Function.support f) (Function.support g) →
motive (MeasureTheory.MemLp.toLp f hf) →
motive (MeasureTheory.MemLp.toLp g hg) →
motive (MeasureTheory.MemLp.toLp f hf + MeasureTheory.MemLp.toLp g hg)) →
IsClosed {f | motive f} → ∀ (f : ↥(MeasureTheory.Lp E p μ)), motive fTo prove something for an arbitrary Lp function in a second countable Borel normed group, it
suffices to show that
* the property holds for (multiples of) characteristic functions;
* is closed under addition;
* the set of functions in Lp for which the property holds is closed.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 238 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- Set.ofPredstatement and proof · cited by 6,101
- AddSubgroupstatement · cited by 3,232
- MeasurableSetstatement and proof · cited by 3,075
- Factstatement and proof · cited by 2,726
- Disjointstatement and proof · cited by 2,201
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.L1.setToL1_mono_left'proof · cited by 2
- MeasureTheory.Lp.induction_stronglyMeasurable_auxproof · cited by 1
- MeasureTheory.condExpL1CLM_lpMeasproof · cited by 1
- MeasureTheory.setIntegral_condExpL1CLM_of_measure_ne_topproof · cited by 1
- MeasureTheory.aestronglyMeasurable_condExpL1CLMproof · cited by 1