What is the connection between Weil's character bound and Riemann Hypothesis over finite fields

863 Views Asked by At

Weil's character bound states that: Let $\mathbb{F}_{q}$ be a finite field of size $q$. Let $\chi$ be a multiplicative character of order $m$. Let $f(x)$ be a polynomial of degree $d$ such that $f(x) \neq c . g(x)^{m}$ for any $c \in \mathbb{F}_{q}$ and $g(x) \in \mathbb{F}_{q}[x]$. Then $$ \left| \sum_{x \in \mathbb{F}_{q}} \chi(f(x)) \right| \leq (d-1)\sqrt{q} $$

The Riemann Hypothesis over finite fields, or rather the Hasse-Weil bound is concerned with the number of rational points on curves. To put it simply, again suppose we have a finite field $\mathbb{F}_{q}$ and an absolutely irreducible polynomial $h(x,y)$ of total degree $d$ over $\mathbb{F}_{q}$, (a simple version of) it states that $$ \left| N - q \right| \leq O(d^2) \sqrt{q} $$ where $N$ is the number of rational points on the variety defined by the polynomial $h$ i.e. $$N = \left|\left\lbrace (a,b) \in \mathbb{F}_{q}^2 : h(a,b)=0 \right\rbrace \right|$$

Now if $\chi$ is the quadratic character defined by $\chi(a) = (\frac{a}{q})$ where $(\frac{a}{q})$ is the Legendre symbol (whether $a$ is quadratic residues or not modulo $q$), then since $\chi$ takes only 1/-1 values, it is easy to see that the number of rational points on the curve $y^2 - f(x) = 0$ can be used to count the sum $\left| \sum_{x \in \mathbb{F}_{q}} \chi(f(x)) \right|$. Most references simply state that the quadratic character bound, and the general character sum bound are special cases of counting points on varieties and the Riemann hypothesis. But how are the two results related in the general case, where $\chi$ no longer takes only 1/-1 values? Is there a simple correspondence like in the quadratic case? Thanks.