Mathlib Map

Theorems · Theorem · probability

PMF.bernoulli_apply

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

∀ {p : NNReal} (h : p ≤ 1) (b : Bool), (PMF.bernoulli p h) b = ↑(bif b then p else 1 - p)
Defined in
Mathlib.Probability.ProbabilityMassFunction.Constructions
Cited by
3 results in Mathlib
Foundations
Depth 123 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites6

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

Cited by3

Results whose statement or proof uses this declaration.