Theorems · Theorem · probability
Finset.expect_equiv
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_4} [inst : AddCommMonoid M] [inst_1 : Module ℚ≥0 M] {s : Finset ι}
{f : ι → M} {t : Finset κ} {g : κ → M} (e : ι ≃ κ),
(∀ (i : ι), i ∈ s ↔ e i ∈ t) → (∀ i ∈ s, f i = g (e i)) → (s.expect fun i => f i) = t.expect fun i => g iFinset.expect_equiv is a specialization of Finset.expect_bij that automatically fills in
most arguments.
- Defined in
- Mathlib.Algebra.BigOperators.Expect
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommMonoidModule
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.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Equivstatement and proof · cited by 8,337
- Finset.sumproof · cited by 5,195
- Finset.cardproof · cited by 2,327
- Finset.sum_congrproof · cited by 2,323
- NNRatstatement and proof · cited by 523
- Finset.expectstatement · cited by 116
- Finset.sum_equivproof · cited by 14
- Finset.card_equivproof · cited by 10
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.