Respuesta :
Hello,
a) We know the binomial coefficients are all integers, so
[tex]\dfrac{p!}{k!(p-k)!}[/tex]
is an integer.
And we can notice that the numerator p! is divisible by p.
If we take [tex]1\leq k\leq (p-1)[/tex]
It means that k! does not contain p, and we can say the same for (p-k)!
So, we have no p at the denominator so the binomial coefficient is divisible by p, meaning this is 0 modulo p.
b) We can write that
[tex]\displaystyle (x+y)^p=\sum_{i=0}^{p} \ {\dfrac{p!}{i!(p-i)!}x^{p-i}y^i[/tex]
We use the result from question a) and the binomial coefficients are 0 modulo p for i=1,2 , ... p-1 so there are only two terms left and then,
[tex](x+y)^p=x^p+y^p \text{ modulo p}[/tex]
c) Let's prove it by induction.
step 1 - for x = 0
This is trivial to notice that
[tex]0^p=0 \text{ modulo p}[/tex]
Step 2 - we assume that this is true for k
meaning [tex]k^p=k \text{ modulo p}[/tex]
and we need to prove that this is true for the k+1
We use the results of b)
[tex](k+1)^p=k^p+1^p=k^p+1 \text{ modulo p}[/tex]
and we use the induction hypothesis to say
[tex](k+1)^p=k^p+1^p=k^p+1=k+1 \text{ modulo p}[/tex]
And it means that this is true for k+1
Step 3 - conclusion
We have just proved by induction the Fermat's little theorem.
p a prime number, for for all x integers
[tex]\Large \boxed{\sf \bf x^p=x \textbf{ modulo p}}[/tex]
Thank you