Theorems · Theorem · probability
ProbabilityTheory.indepFun_of_identDistrib_pair
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {δ : Type u_4} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
[inst_2 : MeasurableSpace γ] [inst_3 : MeasurableSpace δ] {μ : MeasureTheory.Measure γ} {μ' : MeasureTheory.Measure δ}
[MeasureTheory.IsFiniteMeasure μ] [MeasureTheory.IsFiniteMeasure μ'] {X : γ → α} {X' : δ → α} {Y : γ → β}
{Y' : δ → β},
ProbabilityTheory.IndepFun X Y μ →
ProbabilityTheory.IdentDistrib (fun ω => (X ω, Y ω)) (fun ω => (X' ω, Y' ω)) μ μ' →
ProbabilityTheory.IndepFun X' Y' μ'If X and Y are independent and (X, Y) and (X', Y') are identically distributed,
then X' and Y' are independent.
- Defined in
- Mathlib.Probability.IdentDistrib
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 225 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- MeasureTheory.Measure.mapproof · cited by 858
- AEMeasurableproof · cited by 840
- MeasureTheory.Measure.prodproof · cited by 353
- Measurable.aemeasurableproof · cited by 304
- ProbabilityTheory.IndepFunstatement and proof · cited by 192
- measurable_sndproof · cited by 94
- measurable_fstproof · cited by 79
- ProbabilityTheory.IdentDistribstatement and proof · cited by 74
- ProbabilityTheory.IdentDistrib.compproof · cited by 22
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.