Theorems · Theorem · dynamical systems
isClosed_setOfPred_tendsto_birkhoffAverage
∀ (𝕜 : Type u_1) {X : Type u_2} {E : Type u_3} [inst : PseudoEMetricSpace X] [inst_1 : RCLike 𝕜]
[inst_2 : NormedAddCommGroup E] [inst_3 : NormedSpace 𝕜 E] {f : X → X} {g l : X → E},
LipschitzWith 1 f →
UniformContinuous g →
Continuous l → IsClosed {x | Filter.Tendsto (fun x_1 => birkhoffAverage 𝕜 f g x_1 x) Filter.atTop (nhds (l x))}If f : X → X is a non-strictly contracting map (i.e., it is Lipschitz with constant 1),
g : X → E is a uniformly continuous, and l : X → E is a continuous function,
then the set of points x
such that the Birkhoff average of g along the orbit of x tends to l x
is a closed set.
- Defined in
- Mathlib.Dynamics.BirkhoffSum.NormedSpace
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- Set.ofPredstatement · cited by 6,101
- nhdsstatement · cited by 5,554
- NNRealstatement · cited by 4,310
- Filter.Tendstostatement · cited by 3,814
- RCLikestatement and proof · cited by 2,829
- Continuousstatement and proof · cited by 2,592
- Filter.atTopstatement · cited by 2,405
- IsClosedstatement · cited by 1,639
- PseudoEMetricSpacestatement and proof · cited by 1,536
- UniformContinuousstatement and proof · cited by 410
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.tendsto_birkhoffAverage_of_ker_subset_closureproof · cited by 1
- isClosed_setOf_tendsto_birkhoffAverageproof · cited by 0