Baire category and Baire measurable sets #
This file defines some of the basic notions of Baire category and Baire measurable sets.
Main definitions #
First, we define the notation =ᵇ
. This denotes eventual equality with respect to the filter of
residual
sets in a topological space.
A set s
in a topological space α
is called a BaireMeasurableSet
or said to have the
property of Baire if it satisfies either of the following equivalent conditions:
- There is a Borel set
u
such thats =ᵇ u
. (This is our definition) - There is an open set
u
such thats =ᵇ u
. (SeeBaireMeasurableSet.residual_eq_open
)
Notation for =ᶠ[residual _]
. That is, eventual equality with respect to
the filter of residual sets.
Equations
- Topology.«term_=ᵇ_» = Lean.ParserDescr.trailingNode `Topology.«term_=ᵇ_» 50 0 (Lean.ParserDescr.binary `andthen (Lean.ParserDescr.symbol " =ᵇ ") (Lean.ParserDescr.cat `term 50))
Instances For
Pretty printer defined by notation3
command.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Notation to say that a property of points in a topological space holds almost everywhere in the sense of Baire category. That is, on a residual set.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pretty printer defined by notation3
command.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Notation to say that a property of points in a topological space holds on a non meager set.
Equations
- One or more equations did not get rendered due to their size.
Instances For
We say a set is a BaireMeasurableSet
if it differs from some Borel set by
a meager set. This forms a σ-algebra.
It is equivalent, and a more standard definition, to say that the set differs from
some open set by a meager set. See BaireMeasurableSet.iff_residualEq_isOpen
Equations
Instances For
Any Borel set differs from some open set by a meager set.
Any BaireMeasurableSet
differs from some open set by a meager set.
A set is Baire measurable if and only if it differs from some open set by a meager set.
The preimage of a meager set under a continuous open map is meager.
The preimage of a BaireMeasurableSet
under a continuous open map is Baire measurable.