Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.projectiveFamilyContent_diff

Deprecated since 2026-06-03Use MeasureTheory.projectiveFamilyContent_sdiff instead.

∀ {ι : Type u_1} {α : ι → Type u_2} {mα : (i : ι) → MeasurableSpace (α i)}
  {P : (J : Finset ι) → MeasureTheory.Measure ((j : ↥J) → α ↑j)} {s t : Set ((i : ι) → α i)}
  (hP : MeasureTheory.IsProjectiveMeasureFamily P),
  s ∈ MeasureTheory.measurableCylinders α →
    t ∈ MeasureTheory.measurableCylinders α →
      (MeasureTheory.projectiveFamilyContent hP) s - (MeasureTheory.projectiveFamilyContent hP) t ≤
        (MeasureTheory.projectiveFamilyContent hP) (s \ t)

Alias of MeasureTheory.projectiveFamilyContent_sdiff.

Defined in
Mathlib.MeasureTheory.Constructions.ProjectiveFamilyContent
Cited by
0 results in Mathlib
Foundations
Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.