Theorems · Theorem · number theory
ArithmeticFunction.ofPowerSeries_apply
∀ {R : Type u_1} [inst : CommSemiring R] {q : ℕ},
1 < q →
∀ (f : PowerSeries R) (n : ℕ),
((ArithmeticFunction.ofPowerSeries q) f) n =
Function.extend (fun x => q ^ x) (fun x => (PowerSeries.coeff x) f) 0 n- Cited by
- 4 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Algebra.algebraMapproof · cited by 4,706
- AlgHomstatement · cited by 3,236
- PowerSeriesstatement and proof · cited by 797
- PowerSeries.coeffstatement and proof · cited by 324
- ArithmeticFunctionstatement and proof · cited by 290
- PowerSeries.constantCoeffproof · cited by 126
- Function.extendstatement and proof · cited by 111
- OneHom.mk.congr_simpproof · cited by 21
Cited by4
Results whose statement or proof uses this declaration.
- ArithmeticFunction.ofPowerSeries_apply_powproof · cited by 2
- ArithmeticFunction.ofPowerSeries_powproof · cited by 1
- ArithmeticFunction.tendsTo_eulerProduct_ofPowerSeriesproof · cited by 0
- ArithmeticFunction.isMultiplicative_ofPowerSeries_of_isPrimePowproof · cited by 0