Theorems · Theorem · probability
ProbabilityTheory.moment_truncation_eq_intervalIntegral
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {f : α → ℝ},
MeasureTheory.AEStronglyMeasurable f μ →
∀ {A : ℝ},
0 ≤ A →
∀ {n : ℕ},
n ≠ 0 →
∫ (x : α), ProbabilityTheory.truncation f A x ^ n ∂μ =
∫ (y : ℝ) in -A..A, y ^ n ∂MeasureTheory.Measure.map f μ- Defined in
- Mathlib.Probability.StrongLaw
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasurableSetproof · cited by 3,075
- Nat.cast_zeroproof · cited by 1,870
- MeasureTheory.integralstatement and proof · cited by 1,779
- Set.Iocproof · cited by 971
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- Set.indicatorproof · cited by 723
- intervalIntegralstatement and proof · cited by 546
- MonoidWithZeroproof · cited by 456
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.integral_truncation_eq_intervalIntegralproof · cited by 0