Theorems · Theorem · probability
Finset.expect_sum_comm
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_4} [inst : AddCommMonoid M] [inst_1 : Module ℚ≥0 M] (s : Finset ι)
(t : Finset κ) (f : ι → κ → M), (s.expect fun i => ∑ j ∈ t, f i j) = ∑ j ∈ t, s.expect fun i => f i j- Defined in
- Mathlib.Algebra.BigOperators.Expect
- Cited by
- 2 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.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Finset.sumstatement and proof · 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.smul_sumproof · cited by 88
- Finset.sum_commproof · cited by 66
Cited by2
Results whose statement or proof uses this declaration.
- AddDissociated.randomisationproof · cited by 0
- Finset.expect_commproof · cited by 0