Notation and Conventions #
Documents the inner product and measure conventions used in the formalization of the restricted Weil quadratic form.
- Inner product: The paper uses
⟨g, h⟩ = ∫ g(y) conj(h(y)) d*y(conjugate-linear in h). Mathlib'sinneris conjugate-linear in the first argument, so paper's⟨g, h⟩ = ⟪h, g⟫_Mathlib = conj(⟪g, h⟫_Mathlib). For real parts:Re(paper's ⟨g,h⟩) = Re(⟪g, h⟫_Mathlib). - Measure: The multiplicative Haar measure
d*x = dx/xonℝ₊*is realized as the pushforward of Lebesgue measure underexp : ℝ → ℝ₊*.