Theorems · Theorem · probability
ProbabilityTheory.lintegral_betaPDF
∀ {α β : ℝ},
∫⁻ (x : ℝ), ProbabilityTheory.betaPDF α β x =
∫⁻ (x : ℝ) in Set.Ioo 0 1, ENNReal.ofReal (1 / ProbabilityTheory.beta α β * x ^ (α - 1) * (1 - x) ^ (β - 1))- Defined in
- Mathlib.Probability.Distributions.Beta
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 260 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasureTheory.Measureproof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Compl.complproof · cited by 2,925
- zero_addproof · cited by 2,366
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- Set.Ioiproof · cited by 1,463
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Set.Ioostatement and proof · cited by 1,214
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- Set.Iicproof · cited by 1,111
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.lintegral_betaPDF_eq_oneproof · cited by 1