Theorems · Theorem · number theory
PadicInt.mahlerSeries_apply_nat
∀ {p : ℕ} [hp : Fact (Nat.Prime p)] {E : Type u_1} [inst : NormedAddCommGroup E] [inst_1 : Module ℤ_[p] E]
[inst_2 : IsBoundedSMul ℤ_[p] E] [IsUltrametricDist E] [CompleteSpace E] {a : ℕ → E},
Filter.Tendsto a Filter.atTop (nhds 0) →
∀ {m n : ℕ}, m ≤ n → (PadicInt.mahlerSeries a) ↑m = ∑ i ∈ Finset.range (n + 1), m.choose i • a iThe value of a Mahler series at a natural number n is given by the finite sum of the first m
terms, for any n ≤ m.
- Defined in
- Mathlib.NumberTheory.Padics.MahlerBasis
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 215 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Modulestatement and proof · cited by 20,661
- NormedAddCommGroupstatement and proof · cited by 15,752
- nhdsstatement and proof · cited by 5,554
- Finset.sumstatement and proof · cited by 5,195
- Filter.Tendstostatement and proof · cited by 3,814
- Factstatement and proof · cited by 2,726
- add_zeroproof · cited by 2,707
- CompleteSpacestatement and proof · cited by 2,532
- ContinuousMapstatement · cited by 2,491
- Filter.atTopstatement and proof · cited by 2,405
- SummationFilter.unconditionalproof · cited by 2,068
Cited by3
Results whose statement or proof uses this declaration.
- PadicInt.addChar_of_value_at_one_defproof · cited by 1
- PadicInt.fwdDiff_mahlerSeriesproof · cited by 0
- PadicInt.hasSum_mahlerproof · cited by 0