TODO: Add doc-string.
A torus quotient map used in the Odlyzko-bound argument.
Equations
- NumberField.Odlyzko.torusQuotientMap x i = ↑(x i)
Instances For
A torus lift used in the Odlyzko-bound argument.
Equations
- NumberField.Odlyzko.torusLift f x = f (Function.surjInv ⋯ x)
Instances For
A torus continuous map used in the Odlyzko-bound argument.
Equations
- NumberField.Odlyzko.torusContinuousMap f hfc hf = { toFun := NumberField.Odlyzko.torusLift f, continuous_toFun := ⋯ }
Instances For
A torus periodization used in the Odlyzko-bound argument.
Equations
Instances For
A dual real basis used in the Odlyzko-bound argument.
Equations
Instances For
A dual lattice used in the Odlyzko-bound argument.
Equations
Instances For
A dual lattice basis used in the Odlyzko-bound argument.
Equations
- One or more equations did not get rendered due to their size.
Instances For
A lattice gaussian used in the Odlyzko-bound argument.
Equations
- NumberField.Odlyzko.latticeGaussian a x = Complex.exp (-↑a * ↑‖x‖ ^ 2)
Instances For
A lattice theta used in the Odlyzko-bound argument.
Equations
- NumberField.Odlyzko.latticeTheta L a = ∑' (x : ↥L), NumberField.Odlyzko.latticeGaussian a ↑x
Instances For
A dual lattice theta used in the Odlyzko-bound argument.
Equations
Instances For
A lattice point used in the Odlyzko-bound argument.
Equations
- NumberField.Odlyzko.latticePoint L b n = ↑(b.equivFun.symm n)
Instances For
A dual lattice point used in the Odlyzko-bound argument.
Equations
Instances For
A coordinate gaussian used in the Odlyzko-bound argument.
Equations
Instances For
A coordinate basis map used in the Odlyzko-bound argument.
Equations
- NumberField.Odlyzko.coordinateBasisMap L b = { toFun := ⇑(Module.Basis.ofZLatticeBasis ℝ L b).equivFun.symm.toContinuousLinearEquiv, continuous_toFun := ⋯ }
Instances For
A coordinate gaussian translate used in the Odlyzko-bound argument.
Equations
- NumberField.Odlyzko.coordinateGaussianTranslate L b a n = { toFun := fun (x : ι → ℝ) => NumberField.Odlyzko.coordinateGaussian L b a (x + fun (i : ι) => ↑(n i)), continuous_toFun := ⋯ }
Instances For
A gaussian torus periodization used in the Odlyzko-bound argument.
Equations
Instances For
A coordinate int lattice used in the Odlyzko-bound argument.
Equations
Instances For
A coordinate int basis used in the Odlyzko-bound argument.
Instances For
A coordinate int point used in the Odlyzko-bound argument.
Equations
Instances For
A coordinate fourier character used in the Odlyzko-bound argument.
Equations
Instances For
A coordinate fourier gaussian used in the Odlyzko-bound argument.
Equations
Instances For
A coordinate fourier gaussian translate used in the Odlyzko-bound argument.
Equations
Instances For
An ambient fourier gaussian used in the Odlyzko-bound argument.