Theorems · Theorem · sequences and series
tendsto_div_of_monotone_of_tendsto_div_floor_pow
∀ (u : ℕ → ℝ) (l : ℝ),
Monotone u →
∀ (c : ℕ → ℝ),
(∀ (k : ℕ), 1 < c k) →
Filter.Tendsto c Filter.atTop (nhds 1) →
(∀ (k : ℕ), Filter.Tendsto (fun n => u ⌊c k ^ n⌋₊ / ↑⌊c k ^ n⌋₊) Filter.atTop (nhds l)) →
Filter.Tendsto (fun n => u n / ↑n) Filter.atTop (nhds l)If a monotone sequence u is such that u ⌊c^n⌋₊ / ⌊c^n⌋₊ converges to a limit l for all
c > 1, then u n / n tends to l. It is even enough to have the assumption for a sequence of
cs converging to 1.
- Defined in
- Mathlib.Analysis.SpecificLimits.FloorPow
- Cited by
- 1 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.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Filterproof · cited by 8,121
- nhdsstatement and proof · cited by 5,554
- mul_oneproof · cited by 3,885
- Filter.Tendstostatement and proof · cited by 3,814
- one_mulproof · cited by 2,841
- Filter.atTopstatement and proof · cited by 2,405
- LT.lt.leproof · cited by 2,189
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
- LT.lt.ne'proof · cited by 1,417
- Monotonestatement and proof · cited by 1,397
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.strong_law_aux7proof · cited by 1