0

I am trying to use my proof of the Division Algorithm and evaluation map to prove the Remainder Theorem which states:

Let F be a field, a in F, f in F[x]. Then the remainder when f is divided by the polynomial x - a is equal to f(a).

I would like some guidance as to where to start. Thanks in advance.

1 Answers1

0

Write the Euclidean division of $f$ by $(x-a)$
EDIT $$f(x) = Q(x)\cdot\big(x-a\big) + R(x) \textrm{ where } deg(R) < \mathbf{deg(X-a)}$$

What do you get for $f(a)$?

Olivier Roche
  • 5,319
  • 9
  • 16