Theorems · Theorem · measure theory
MeasureTheory.lmarginal_update_of_notMem
∀ {δ : 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)] {i : δ}
{f : ((i : δ) → X i) → ENNReal},
Measurable f →
i ∉ s →
∀ (x : (i : δ) → X i) (y : X i),
(∫⋯∫⁻_s, f ∂μ) (Function.update x i y) = (∫⋯∫⁻_s, f ∘ fun x => Function.update x i y ∂μ) x- Defined in
- Mathlib.MeasureTheory.Integral.Marginal
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 235 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.lintegralproof · cited by 1,152
- MeasureTheory.SigmaFinitestatement and proof · cited by 526
- Function.updatestatement and proof · cited by 502
- Measurable.compproof · cited by 234
- Finset.mem_insert_selfproof · cited by 128
- Finset.mem_insert_of_memproof · cited by 109
- Finset.inductionproof · cited by 108
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.