brru25
- 29
- 0
If p is prime, prove that for every function f: Fp -> Fp there exists a polynomial Q (depending on f) of degree at most p-1 such that f(x) = Q(x) for each x in Fp.
Have you tried it? What happened?brru25 said:Would polynomial interpolation work here?
Polynomial interpolation works over any field... or is there something else you see that I don't?HallsofIvy said:I don't see how you could interpolate.
Well, I think of "interpolation" as finding values between given values. And since this is a finite field, there is nothing "between" values.Hurkyl said:Polynomial interpolation works over any field... or is there something else you see that I don't?
http://en.wikipedia.org/wiki/Polynomial_interpolationHallsofIvy said:Well, I think of "interpolation" as finding values between given values. And since this is a finite field, there is nothing "between" values.