Theorems · Theorem · measure theory
MeasureTheory.lmarginal_insert
∀ {δ : Type u_1} {X : δ → Type u_3} [inst : (i : δ) → MeasurableSpace (X i)] {μ : (i : δ) → MeasureTheory.Measure (X i)}
[inst_1 : DecidableEq δ] {s : Finset δ} [∀ (i : δ), MeasureTheory.SigmaFinite (μ i)] (f : ((i : δ) → X i) → ENNReal),
Measurable f →
∀ {i : δ},
i ∉ s →
∀ (x : (i : δ) → X i), (∫⋯∫⁻_insert i s, f ∂μ) x = ∫⁻ (xᵢ : X i), (∫⋯∫⁻_s, f ∂μ) (Function.update x i xᵢ) ∂μ iPeel off a single integral from a lmarginal integral at the beginning (compare with
lmarginal_insert', which peels off an integral at the end).
- Defined in
- Mathlib.MeasureTheory.Integral.Marginal
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 234 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Measurablestatement and proof · cited by 1,499
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.SigmaFinitestatement and proof · cited by 526
- Function.updatestatement and proof · cited by 502
- MeasureTheory.lmarginalstatement and proof · cited by 28
- Finset.disjoint_singleton_leftproof · cited by 17
- Finset.insert_eqproof · cited by 12
- MeasureTheory.lmarginal_singletonproof · cited by 5
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.GridLines.T_insert_le_T_lmarginal_singletonproof · cited by 1
- MeasureTheory.lmarginal_eraseproof · cited by 0
- MeasureTheory.lmarginal_imageproof · cited by 0
- MeasureTheory.lmarginal_update_of_notMemproof · cited by 0