Theorems · Theorem · number theory
ArithmeticFunction.vonMangoldt.LSeries_residueClass_eq
∀ {q : ℕ} {a : ZMod q} [inst : NeZero q],
IsUnit a →
∀ {s : ℂ},
1 < s.re →
LSeries (fun n => ↑(ArithmeticFunction.vonMangoldt.residueClass a n)) s =
-(↑q.totient)⁻¹ * ∑ χ, χ a⁻¹ * (deriv (DirichletCharacter.LFunction χ) s / DirichletCharacter.LFunction χ s)The L-series of the von Mangoldt function restricted to the residue class a mod q
with a invertible in ZMod q is a linear combination of logarithmic derivatives of
L-functions of the Dirichlet characters mod q (on re s > 1).
- Defined in
- Mathlib.NumberTheory.LSeries.PrimesInAP
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 311 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.
Cites34
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 · cited by 25,697
- Finsetproof · cited by 13,712
- Complexstatement and proof · cited by 5,565
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- one_mulproof · cited by 2,841
- Finset.sum_congrproof · cited by 2,323
- Nat.cast_zeroproof · cited by 1,870
- Complex.ofRealstatement and proof · cited by 1,654
- IsUnitstatement and proof · cited by 1,602
- LT.lt.ne'proof · cited by 1,417
Cited by1
Results whose statement or proof uses this declaration.
- ArithmeticFunction.vonMangoldt.eqOn_LFunctionResidueClassAuxproof · cited by 2