Theorems · Theorem · probability
ProbabilityTheory.IndepFun.exp_mul
∀ {Ω : Type u_1} {m : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} {X Y : Ω → ℝ},
ProbabilityTheory.IndepFun X Y μ →
∀ (s t : ℝ), ProbabilityTheory.IndepFun (fun ω => Real.exp (s * X ω)) (fun ω => Real.exp (t * Y ω)) μThis is a trivial application of IndepFun.comp but it will come up frequently.
- Defined in
- Mathlib.Probability.Moments.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 181 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.
- Realstatement and proof · cited by 25,697
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Measurableproof · cited by 1,499
- Real.expstatement and proof · cited by 871
- ProbabilityTheory.IndepFunstatement and proof · cited by 192
- measurable_id'proof · cited by 145
- Measurable.const_mulproof · cited by 19
- ProbabilityTheory.IndepFun.compproof · cited by 13
- Measurable.expproof · cited by 9
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IndepFun.mgf_addproof · cited by 4
- ProbabilityTheory.IndepFun.integrable_exp_mul_addproof · cited by 1