Theorems · Theorem · probability
ProbabilityTheory.map_cast_binomial_singleton
∀ {R : Type u_1} [inst : MeasurableSpace R] [inst_1 : AddMonoidWithOne R] [MeasurableSingletonClass R] [CharZero R]
(n k : ℕ) (p : ↑unitInterval),
(MeasureTheory.Measure.map Nat.cast (ProbabilityTheory.binomial n p)) {↑k} =
ENNReal.ofReal (↑(n.choose k) * ↑p ^ k * (1 - ↑p) ^ (n - k))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 292 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.
- DFunLike.coestatement · cited by 62,936
- Setstatement · cited by 53,352
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.Elemstatement and proof · cited by 7,166
- CharZerostatement and proof · cited by 932
- ENNReal.ofRealstatement and proof · cited by 863
- MeasureTheory.Measure.mapstatement and proof · 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.