Theorems · Theorem · number theory
ZMod.differentiableAt_completedLFunction
∀ {N : ℕ} [inst : NeZero N] (Φ : ZMod N → ℂ) (s : ℂ),
s ≠ 0 ∨ Φ 0 = 0 → s ≠ 1 ∨ ∑ j, Φ j = 0 → DifferentiableAt ℂ (ZMod.completedLFunction Φ) sThe completed L-function of a function ZMod N → ℂ is differentiable, with the following
exceptions: at s = 1 if ∑ j, Φ j ≠ 0; and at s = 0 if Φ 0 ≠ 0.
- Defined in
- Mathlib.NumberTheory.LSeries.ZMod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 304 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.
Cites22
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Complexstatement and proof · cited by 5,565
- Finset.sumstatement and proof · cited by 5,195
- Finset.univstatement and proof · cited by 3,473
- ZModstatement and proof · cited by 1,024
- GroupWithZeroproof · cited by 691
- DifferentiableAtstatement and proof · cited by 617
- zero_divproof · cited by 222
- mul_div_assocproof · cited by 149
- sub_ne_zeroproof · cited by 119
- differentiableAt_idproof · cited by 63
- differentiableAt_constproof · cited by 23
- DifferentiableAt.const_subproof · cited by 14
Cited by3
Results whose statement or proof uses this declaration.
- ZMod.completedLFunction_one_sub_evenproof · cited by 1
- ZMod.differentiable_completedLFunctionproof · cited by 1
- DirichletCharacter.differentiableAt_completedLFunctionproof · cited by 1