Analytic sets in the sense of a paved space #
TODO: we use IsCompactSystem, which corresponds to semi-compact pavings for D-M. We use this and
not compact pavings (which would be the same, but for arbitrary intersections instead of countable
ones), because it's sufficient for our applications, and because it's easier to work with.
theorem
MeasureTheory.memFiniteInter.inter
{𝓧 : Type u_1}
{p : Set (Set 𝓧)}
{s t : Set 𝓧}
(hs : s ∈ memFiniteInter p)
(ht : t ∈ memFiniteInter p)
:
theorem
MeasureTheory.memFiniteUnion.union
{𝓧 : Type u_1}
{p : Set (Set 𝓧)}
{s t : Set 𝓧}
(hs : s ∈ memFiniteUnion p)
(ht : t ∈ memFiniteUnion p)
:
theorem
IsCompactSystem.memProd
{𝓧 : Type u_1}
{𝓚 : Type u_3}
{p : Set (Set 𝓧)}
{q : Set (Set 𝓚)}
(hp : IsCompactSystem p)
(hq : IsCompactSystem q)
:
theorem
MeasureTheory.fst_iInter_of_memFiniteUnion_memProd_of_antitone
{𝓧 : Type u_1}
{𝓚 : Type u_3}
{p : Set (Set 𝓧)}
{q : Set (Set 𝓚)}
(hq : IsCompactSystem q)
{B : ℕ → Set (𝓧 × 𝓚)}
(hB_anti : Antitone B)
(hB : ∀ (n : ℕ), memFiniteUnion (memProd p q) (B n))
: