Theorems · Theorem · number theory
ZMod.LFunction_one_sub
∀ {N : ℕ} [inst : NeZero N] (Φ : ZMod N → ℂ) {s : ℂ},
(∀ (n : ℕ), s ≠ -↑n) →
Φ 0 = 0 ∨ s ≠ 1 →
ZMod.LFunction Φ (1 - s) =
↑N ^ (s - 1) * (2 * ↑Real.pi) ^ (-s) * Complex.Gamma s *
(Complex.exp (↑Real.pi * Complex.I * s / 2) * ZMod.LFunction (ZMod.dft Φ) s +
Complex.exp (-↑Real.pi * Complex.I * s / 2) * ZMod.LFunction (ZMod.dft fun x => Φ (-x)) s)Functional equation for ZMod L-functions, in terms of discrete Fourier transform.
- Defined in
- Mathlib.NumberTheory.LSeries.ZMod
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 312 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.
Cites37
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
- Set.ofPredproof · cited by 6,101
- Complexstatement and proof · cited by 5,565
- Finset.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- LinearEquivstatement · cited by 3,317
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- Real.pistatement and proof · cited by 1,774
- mul_assocproof · cited by 1,667
- Complex.ofRealstatement and proof · cited by 1,654
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.