Theorems · Theorem · number theory
DirichletCharacter.LSeries_changeLevel
∀ {M N : ℕ} [NeZero N] (hMN : M ∣ N) (χ : DirichletCharacter ℂ M) {s : ℂ},
1 < s.re →
LSeries (fun n => ((DirichletCharacter.changeLevel hMN) χ) ↑n) s =
LSeries (fun n => χ ↑n) s * ∏ p ∈ N.primeFactors, (1 - χ ↑p * ↑p ^ (-s))If χ is a Dirichlet character and its level M divides N, then we obtain the L-series
of χ considered as a Dirichlet character of level N from the L-series of χ by multiplying
with ∏ p ∈ N.primeFactors, (1 - χ p * p ^ (-s)).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 206 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NeZero
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites60
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
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- Finsetproof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Ringproof · cited by 7,463
- Set.Elemproof · cited by 7,166
- Set.ofPredproof · cited by 6,101
- Complexstatement and proof · cited by 5,565
- Norm.normproof · cited by 5,413
- mul_oneproof · cited by 3,885
- MonoidHomstatement · cited by 3,629
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.