Theorems · Theorem · probability
ProbabilityTheory.integral_map_cast_binomial
∀ {R : Type u_1} [inst : MeasurableSpace R] [inst_1 : AddMonoidWithOne R] {n : ℕ} {p : ↑unitInterval} {E : Type u_3}
[inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace ℝ E] [CompleteSpace E] [MeasurableSingletonClass R] (f : R → E),
∫ (x : R), f x ∂MeasureTheory.Measure.map Nat.cast (ProbabilityTheory.binomial n p) =
∑ k ≤ n, (↑(n.choose k) * ↑p ^ k * (1 - ↑p) ^ (n - k)) • f ↑k- Cited by
- 0 results in Mathlib
- Foundations
- Depth 295 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- Set.Elemstatement and proof · cited by 7,166
- Finset.sumstatement and proof · cited by 5,195
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.integralstatement · cited by 1,779
- MeasureTheory.Measure.mapstatement · cited by 858
- unitIntervalstatement and proof · cited by 607
- Nat.choosestatement and proof · cited by 494
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.