Theorems · Theorem · number theory
LSeries.tendsto_cpow_mul_atTop
∀ {f : ℕ → ℂ} {n : ℕ},
(∀ m ≤ n, f m = 0) →
LSeries.abscissaOfAbsConv f < ⊤ →
Filter.Tendsto (fun x => (↑n + 1) ^ ↑x * LSeries f ↑x) Filter.atTop (nhds (f (n + 1)))If the coefficients f m of an L-series are zero for m ≤ n and the L-series converges
at some point, then f (n+1) is the limit of (n+1)^x * LSeries f x as x → ∞.
- Defined in
- Mathlib.NumberTheory.LSeries.Injectivity
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites92
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
- TopologicalSpaceproof · cited by 24,529
- AddCommMonoidproof · cited by 12,281
- Top.topstatement and proof · cited by 9,680
- Filterproof · cited by 8,121
- Set.ofPredproof · cited by 6,101
- Complexstatement and proof · cited by 5,565
- nhdsstatement and proof · cited by 5,554
- Norm.normproof · cited by 5,413
- Filter.Tendstostatement and proof · cited by 3,814
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
Cited by2
Results whose statement or proof uses this declaration.
- LSeries_eventually_eq_zero_iff'proof · cited by 2
- LSeries.tendsto_atTopproof · cited by 0