Skip to content

Commit 5cbb0ad

Browse files
committed
feat(Probability/Independence): define independence wrt a kernel and a measure (#6106)
We introduce a new notion of independence with respect to a kernel and a measure. The plan is to eventually express both independence and conditional independence as particular cases of this new notion (see #6098). Two sigma-algebras `m` and `m'` are said to be independent with respect to a kernel `κ` and a measure `μ` if for all `m`-measurable sets `t₁` and `m'`-measurable sets `t₂`, `∀ᵐ a ∂μ, κ a (t₁ ∩ t₂) = κ a t₁ * κ a t₂`. Independence is the special case where `κ` is a constant kernel. Conditional independence can be defined by using the conditional expectation kernel `condexpKernel`. Co-authored-by: RemyDegenne <Remydegenne@gmail.com>
1 parent 8fd5c88 commit 5cbb0ad

2 files changed

Lines changed: 917 additions & 0 deletions

File tree

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2661,6 +2661,7 @@ import Mathlib.Probability.ConditionalProbability
26612661
import Mathlib.Probability.Density
26622662
import Mathlib.Probability.IdentDistrib
26632663
import Mathlib.Probability.Independence.Basic
2664+
import Mathlib.Probability.Independence.Kernel
26642665
import Mathlib.Probability.Independence.ZeroOne
26652666
import Mathlib.Probability.Integration
26662667
import Mathlib.Probability.Kernel.Basic

0 commit comments

Comments
 (0)