1

This question raised another question in my mind. In finite fields $F$, every function from $F$ to itself is a polynomial. What about infinite fields of finite (i.e. non-zero) characteristic? Are there non-polynomial functions there?

---- Naively

  • 3
    Sure, non-polynomial is any function $\ne 0$ with infinitely many roots, e.g. delta functions, step functions, etc. – Bill Dubuque Mar 07 '12 at 04:38

3 Answers3

9

If a field is infinite, of whatever characteristic, the function that takes value $1$ on $0$ and $0$ on $x\neq0$ is not polynomial.

Andrea Mori
  • 26,969
9

If a field $F$ has infinite cardinality $\kappa$, then there are $\kappa^\kappa=2^\kappa$ functions from $F$ to $F$, but only $\kappa$ polynomials over $F$. Since $2^\kappa > \kappa$, there must be non-polynomial functions.

Chris Eagle
  • 33,306
  • I don't know why I didn't think of this one. If your whole answer had been just one word, "cardinality", I'd have had it in an instant. Haste makes waste. – Michael Hardy Jan 26 '12 at 21:40
2

The full story about polynomials versus polynomial functions over an integral domain is told in $\S 14.1$ of my undergraduate number theory notes. (In particular you will find both Andrea's and Chris's answers in there.)

Pete L. Clark
  • 97,892