Theorems · Theorem · probability
Finset.expect_mul_expect
∀ {ι : Type u_1} {κ : Type u_2} {M : Type u_4} [inst : Semiring M] [inst_1 : Module ℚ≥0 M] [IsScalarTower ℚ≥0 M M]
[SMulCommClass ℚ≥0 M M] (s : Finset ι) (t : Finset κ) (f : ι → M) (g : κ → M),
((s.expect fun i => f i) * t.expect fun j => g j) = s.expect fun i => t.expect fun j => f i * g j- Defined in
- Mathlib.Algebra.BigOperators.Expect
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 93 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Semiringstatement and proof · cited by 13,802
- Finsetstatement and proof · cited by 13,712
- IsScalarTowerstatement and proof · cited by 3,896
- SMulCommClassstatement and proof · cited by 1,927
- NNRatstatement and proof · cited by 523
- Finset.expectstatement and proof · cited by 116
- Finset.expect_congrproof · cited by 19
- Finset.expect_mulproof · cited by 3
- Finset.mul_expectproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Fintype.expect_mul_expectproof · cited by 0