Theorems · Theorem · dynamical systems
tendsto_birkhoffAverage_apply_sub_birkhoffAverage
∀ {α : Type u_1} {E : Type u_2} [inst : NormedAddCommGroup E] (𝕜 : Type u_3) [inst_1 : RCLike 𝕜]
[inst_2 : NormedSpace 𝕜 E] {f : α → α} {g : α → E} {x : α},
Bornology.IsBounded (Set.range fun x_1 => g (f^[x_1] x)) →
Filter.Tendsto (fun n => birkhoffAverage 𝕜 f g n (f x) - birkhoffAverage 𝕜 f g n x) Filter.atTop (nhds 0)If a function g is bounded along the positive orbit of x under f,
then the difference between Birkhoff averages of g
along the orbit of f x and along the orbit of x
tends to zero.
See also tendsto_birkhoffAverage_apply_sub_birkhoffAverage'.
- Defined in
- Mathlib.Dynamics.BirkhoffSum.NormedSpace
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 164 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realproof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- nhdsstatement and proof · cited by 5,554
- Set.rangestatement and proof · cited by 4,705
- Filter.Tendstostatement and proof · cited by 3,814
- RCLikestatement and proof · cited by 2,829
- Filter.atTopstatement and proof · cited by 2,405
- Dist.distproof · cited by 1,539
- Nat.iteratestatement and proof · cited by 740
- tendsto_const_nhdsproof · cited by 330
- Bornology.IsBoundedstatement and proof · cited by 293
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.tendsto_birkhoffAverage_of_ker_subset_closureproof · cited by 1
- tendsto_birkhoffAverage_apply_sub_birkhoffAverage'proof · cited by 0