Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.setBernoulli_real_singleton

∀ {ι : Type u_1} {s u : Set ι} [Countable ι] (p : ↑unitInterval),
  s ⊆ u → u.Finite → (ProbabilityTheory.setBernoulli u p).real {s} = ↑p ^ s.ncard * (1 - ↑p) ^ (u \ s).ncard
Defined in
Mathlib.Probability.Distributions.SetBernoulli
Cited by
1 results in Mathlib
Foundations
Depth 288 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
Countable

Around this declaration

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

Cites16

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

Cited by1

Results whose statement or proof uses this declaration.