Borel (measurable) space #
Main definitions #
borel α
: the leastσ
-algebra that contains all open sets;class BorelSpace
: a space withTopologicalSpace
andMeasurableSpace
structures such that‹MeasurableSpace α› = borel α
;class OpensMeasurableSpace
: a space withTopologicalSpace
andMeasurableSpace
structures such that all open sets are measurable; equivalently,borel α ≤ ‹MeasurableSpace α›
.BorelSpace
instances onEmpty
,Unit
,Bool
,Nat
,Int
,Rat
;MeasurableSpace
andBorelSpace
instances onℝ
,ℝ≥0
,ℝ≥0∞
.
Main statements #
IsOpen.measurableSet
,IsClosed.measurableSet
: open and closed sets are measurable;Continuous.measurable
: a continuous function is measurable;Continuous.measurable2
: iff : α → β
andg : α → γ
are measurable andop : β × γ → δ
is continuous, thenfun x => op (f x, g y)
is measurable;Measurable.add
etc : dot notation for arithmetic operations onMeasurable
predicates, and similarly fordist
andedist
;AEMeasurable.add
: similar dot notation for almost everywhere measurable functions;
MeasurableSpace
structure generated by TopologicalSpace
.
Equations
- borel α = MeasurableSpace.generateFrom {s : Set α | IsOpen s}
Instances For
A space with MeasurableSpace
and TopologicalSpace
structures such that
all open sets are measurable.
Borel-measurable sets are measurable.
Instances
Borel-measurable sets are measurable.
A space with MeasurableSpace
and TopologicalSpace
structures such that
the σ
-algebra of measurable sets is exactly the σ
-algebra generated by open sets.
The measurable sets are exactly the Borel-measurable sets.
Instances
The measurable sets are exactly the Borel-measurable sets.
The behaviour of borelize α
depends on the existing assumptions on α
.
- if
α
is a topological space with instances[MeasurableSpace α] [BorelSpace α]
, thenborelize α
replaces the former instance byborel α
; - otherwise,
borelize α
adds instancesborel α : MeasurableSpace α
and⟨rfl⟩ : BorelSpace α
.
Finally, borelize α β γ
runs borelize α; borelize β; borelize γ
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Add instances borel e : MeasurableSpace e
and ⟨rfl⟩ : BorelSpace e
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a type e
, an assumption i : MeasurableSpace e
, and an instance [BorelSpace e]
,
replace i
with borel e
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Given a type $t
, if there is an assumption [i : MeasurableSpace $t]
, then try to prove
[BorelSpace $t]
and replace i
with borel $t
. Otherwise, add instances
borel $t : MeasurableSpace $t
and ⟨rfl⟩ : BorelSpace $t
.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
In a BorelSpace
all open sets are measurable.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
If two points are topologically inseparable, then they can't be separated by a Borel measurable set.
If K
is a compact set in an R₁ space and s ⊇ K
is a Borel measurable superset,
then s
includes the closure of K
as well.
In an R₁ topological space with Borel measure μ
,
the measure of the closure of a compact set K
is equal to the measure of K
.
See also MeasureTheory.Measure.OuterRegular.measure_closure_eq_of_isCompact
for a version that assumes μ
to be outer regular
but does not assume the σ
-algebra to be Borel.
Equations
- ⋯ = ⋯
If s
is a measurable set, then 𝓝[s] a
is a measurably generated filter for
each a
. This cannot be an instance
because it depends on a non-instance hs : MeasurableSet s
.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
The typeclass SecondCountableTopologyEither α β
registers the fact that at least one of
the two spaces has second countable topology. This is the right assumption to ensure that continuous
maps from α
to β
are strongly measurable.
- out : SecondCountableTopology α ∨ SecondCountableTopology β
The projection out of
SecondCountableTopologyEither
Instances
The projection out of SecondCountableTopologyEither
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
If either α
or β
has second-countable topology, then the open sets in α × β
belong to the
product sigma-algebra.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
A continuous function from an OpensMeasurableSpace
to a BorelSpace
is measurable.
A continuous function from an OpensMeasurableSpace
to a BorelSpace
is ae-measurable.
Alias of IsClosedEmbedding.measurable
.
If a function is defined piecewise in terms of functions which are continuous on their respective pieces, then it is measurable.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
A homeomorphism between two Borel spaces is a measurable equivalence.
Equations
- h.toMeasurableEquiv = { toEquiv := h.toEquiv, measurable_toFun := ⋯, measurable_invFun := ⋯ }
Instances For
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Given a measurable embedding to a Borel space which is also a topological embedding, then the source space is also a Borel space.
Equations
- ⋯ = ⋯
Equations
- ⋯ = ⋯
Alias of IsEmbedding.measurableEmbedding
.
Alias of IsClosedEmbedding.measurableEmbedding
.
Alias of IsOpenEmbedding.measurableEmbedding
.
Equations
- NNReal.measurableSpace = Subtype.instMeasurableSpace