Egorov theorem #
This file contains the Egorov theorem which states that an almost everywhere convergent sequence on a finite measure space converges uniformly except on an arbitrarily small set. This theorem is useful for the Vitali convergence theorem as well as theorems regarding convergence in measure.
Main results #
MeasureTheory.Egorov
: Egorov's theorem which shows that a sequence of almost everywhere convergent functions converges uniformly except on an arbitrarily small set.
Given a sequence of functions f
and a function g
, notConvergentSeq f g n j
is the
set of elements such that f k x
and g x
are separated by at least 1 / (n + 1)
for some
k ≥ j
.
This definition is useful for Egorov's theorem.
Equations
Instances For
Given some ε > 0
, notConvergentSeqLTIndex
provides the index such that
notConvergentSeq
(intersected with a set of finite measure) has measure less than
ε * 2⁻¹ ^ n
.
This definition is useful for Egorov's theorem.
Equations
- MeasureTheory.Egorov.notConvergentSeqLTIndex hε hf hg hsm hs hfg n = Classical.choose ⋯
Instances For
Given some ε > 0
, iUnionNotConvergentSeq
is the union of notConvergentSeq
with
specific indices such that iUnionNotConvergentSeq
has measure less equal than ε
.
This definition is useful for Egorov's theorem.
Equations
- MeasureTheory.Egorov.iUnionNotConvergentSeq hε hf hg hsm hs hfg = ⋃ (n : ℕ), s ∩ MeasureTheory.Egorov.notConvergentSeq f g n (MeasureTheory.Egorov.notConvergentSeqLTIndex ⋯ hf hg hsm hs hfg n)
Instances For
Egorov's theorem: If f : ι → α → β
is a sequence of strongly measurable functions that
converges to g : α → β
almost everywhere on a measurable set s
of finite measure,
then for all ε > 0
, there exists a subset t ⊆ s
such that μ t ≤ ε
and f
converges to g
uniformly on s \ t
. We require the index type ι
to be countable, and usually ι = ℕ
.
In other words, a sequence of almost everywhere convergent functions converges uniformly except on an arbitrarily small set.
Egorov's theorem for finite measure spaces.