Theorems · Theorem · dynamical systems
LinearMap.tendsto_birkhoffAverage_of_ker_subset_closure
∀ {𝕜 : Type u_1} {E : Type u_2} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E]
(f : E →ₗ[𝕜] E),
LipschitzWith 1 ⇑f →
∀ (g : E →L[𝕜] ↥(f.eqLocus 1)),
(∀ (x : ↥(f.eqLocus 1)), g ↑x = x) →
↑(↑g).ker ⊆ closure ↑(f - 1).range →
∀ (x : E), Filter.Tendsto (fun x_1 => birkhoffAverage 𝕜 (⇑f) id x_1 x) Filter.atTop (nhds ↑(g x))Von Neumann Mean Ergodic Theorem, a version for a normed space.
Let f : E → E be a contracting linear self-map of a normed space.
Let S be the subspace of fixed points of f.
Let g : E → S be a continuous linear projection, g|_S=id.
If the range of f - id is dense in the kernel of g,
then for each x, the Birkhoff averages
``
birkhoffAverage 𝕜 f id N x = (N : 𝕜)⁻¹ • ∑ n ∈ Finset.range N, f^[n] x
`
converge to g x as N → ∞`.
Usually, this fact is not formulated as a separate lemma.
I chose to do it in order to isolate parts of the proof that do not rely
on the inner product space structure.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites60
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement · cited by 53,352
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- LinearMapstatement and proof · cited by 10,215
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement · cited by 7,192
- Set.ofPredproof · cited by 6,101
- nhdsstatement and proof · cited by 5,554
- Norm.normproof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.tendsto_birkhoffAverage_orthogonalProjectionproof · cited by 0