Theorems · Theorem · measure theory
MeasureTheory.Integrable.induction
∀ {α : Type u_1} {E : Type u_4} [inst : MeasurableSpace α] [inst_1 : NormedAddCommGroup E] {μ : MeasureTheory.Measure α}
(P : (α → E) → Prop),
(∀ (c : E) ⦃s : Set α⦄, MeasurableSet s → μ s < ⊤ → P (s.indicator fun x => c)) →
(∀ ⦃f g : α → E⦄,
Disjoint (Function.support f) (Function.support g) →
MeasureTheory.Integrable f μ → MeasureTheory.Integrable g μ → P f → P g → P (f + g)) →
IsClosed {f | P ↑↑f} →
(∀ ⦃f g : α → E⦄, f =ᵐ[μ] g → MeasureTheory.Integrable f μ → P f → P g) →
∀ ⦃f : α → E⦄, MeasureTheory.Integrable f μ → P fTo prove something for an arbitrary integrable function in a normed group,
it suffices to show that
* the property holds for (multiples of) characteristic functions;
* is closed under addition;
* the set of functions in the L¹ space for which the property holds is closed.
* the property is closed under the almost-everywhere equal relation.
It is possible to make the hypotheses in the induction steps a bit stronger, and such conditions
can be added once we need them (for example in h_add it is only necessary to consider the sum of
a simple function with a multiple of a characteristic function and that the intersection
of their images is a subset of {0}).
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 239 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites22
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 · 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
- MeasureTheory.aestatement and proof · cited by 2,352
- Disjointstatement and proof · cited by 2,201
Cited by8
Results whose statement or proof uses this declaration.
- MeasureTheory.integral_prodproof · cited by 9
- MeasureTheory.setToFun_congr_measure_of_integrableproof · cited by 5
- ProbabilityTheory.integral_compProdproof · cited by 4
- integral_withDensity_eq_integral_smulproof · cited by 4
- ContinuousLinearMap.integral_comp_commSLproof · cited by 2
- ProbabilityTheory.Kernel.integral_compproof · cited by 1
- MeasureTheory.VectorMeasure.integral_continuousLinearMap_compproof · cited by 0
- MeasureTheory.VectorMeasure.continuousLinearMap_apply_integralproof · cited by 0