Linear Map = Function of degree P-1

brru25
Messages
29
Reaction score
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.
 
Physics news on Phys.org
Would polynomial interpolation work here?
 
I don't see how you could interpolate. There are only p possible values in F_p. I notice you titled this "Linear Map= Function of degree P-1". Do you understand that there is nothing said here about f being linear?
 
Yea I assumed by accident it was linear. Yea I understand that there are only p values in Fp but I don't know how to make the connection to a polynomial. I mean I know a polynomial of degree p-1 has p coefficients but for some reason I can't connect the dots.
 
brru25 said:
Would polynomial interpolation work here?
Have you tried it? What happened?


HallsofIvy said:
I don't see how you could interpolate.
Polynomial interpolation works over any field... or is there something else you see that I don't?
 
Hurkyl said:
Polynomial interpolation works over any field... or is there something else you see that I don't?
Well, I think of "interpolation" as finding values between given values. And since this is a finite field, there is nothing "between" values.
 
Back
Top