Mathlib Map

Theorems · Theorem · probability

Finset.expect_eq_sum_div_card

∀ {ι : Type u_1} {K : Type u_3} [inst : Semifield K] [inst_1 : CharZero K] (s : Finset ι) (f : ι → K),
  (s.expect fun i => f i) = (∑ i ∈ s, f i) / ↑s.card
Defined in
Mathlib.Algebra.BigOperators.Expect
Cited by
2 results in Mathlib
Foundations
Depth 94 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemifieldCharZero

Around this declaration

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

Cites12

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

Cited by2

Results whose statement or proof uses this declaration.