Theorems · Theorem · dynamical systems
Function.IsFixedPt.tendsto_birkhoffAverage
∀ {α : Type u_1} {E : Type u_2} (R : Type u_3) [inst : DivisionSemiring R] [CharZero R] [inst_2 : AddCommMonoid E]
[inst_3 : TopologicalSpace E] [inst_4 : Module R E] {f : α → α} {x : α},
Function.IsFixedPt f x →
∀ (g : α → E), Filter.Tendsto (fun x_1 => birkhoffAverage R f g x_1 x) Filter.atTop (nhds (g x))The Birkhoff averages of a function g over the orbit of a fixed point x of f
tend to g x as N → ∞. In fact, they are equal to g x for all N ≠ 0,
see Function.IsFixedPt.birkhoffAverage_eq.
TODO: add a version for a periodic orbit.
- Defined in
- Mathlib.Dynamics.BirkhoffSum.NormedSpace
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 62 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- nhdsstatement · cited by 5,554
- Filter.Tendstostatement · cited by 3,814
- Filter.atTopstatement · cited by 2,405
- CharZerostatement and proof · cited by 932
- Filter.Eventually.monoproof · cited by 646
- tendsto_const_nhdsproof · cited by 330
- DivisionSemiringstatement and proof · cited by 216
- Filter.Tendsto.congr'proof · cited by 154
- Nat.cast_ne_zeroproof · cited by 113
Cited by1
Results whose statement or proof uses this declaration.
- LinearMap.tendsto_birkhoffAverage_of_ker_subset_closureproof · cited by 1