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.
A set s is analytic for a paving (predicate) p and a type ๐ if there exists a compact
system q of ๐ such that s is the projections of a set t that satisfies
memProdSigmaDelta p q.
Equations
- MeasureTheory.IsPavingAnalyticFor p ๐ s = โ (q : Set ๐ โ Prop), q โ โง IsCompactSystem q โง โ (t : Set (๐ง ร ๐)), MeasureTheory.memProdSigmaDelta p q t โง s = Prod.fst '' t
Instances For
A set s is analytic for a paving (predicate) p if there exists a type ๐ and a compact
system q of ๐ such that s is the projections of a set t that satisfies
memProdSigmaDelta p q.
Equations
- MeasureTheory.IsPavingAnalytic p s = โ (๐ : Type), Nonempty ๐ โง MeasureTheory.IsPavingAnalyticFor p ๐ s
Instances For
The projection of an analytic set is analytic.
The projection of an analytic set is analytic.
A set s of a measurable space ๐ง is measurably analytic for a measurable space ๐ if it
is the projection of a measurable set of ๐ง ร ๐.
Equations
- MeasureTheory.IsMeasurableAnalyticFor ๐ s = โ (t : Set (๐ง ร ๐)), MeasurableSet t โง s = Prod.fst '' t
Instances For
A set s of a measurable space ๐ง is measurably analytic if it is the projection of
a measurable set of ๐ง ร โ.
Instances For
If a set is analytic in the measurable sense for any space ๐, then it is analytic for โ.