Mathlib Map

Theorems · Definition · probability

PMF.binomial

Deprecated since 2026-04-07Use ProbabilityTheory.binomial instead.

(p : NNReal) → p ≤ 1 → (n : ℕ) → PMF (Fin (n + 1))

The binomial PMF: the probability of observing exactly i “heads” in a sequence of n independent coin tosses, each having probability p of coming up “heads”.

Defined in
Mathlib.Probability.ProbabilityMassFunction.Binomial
Cited by
7 results in Mathlib
Foundations
Depth 125 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by7

Results whose statement or proof uses this declaration.