Processing math: 100%

Sunday, August 18, 2013

Some Fibonacci Fun with Primes

I haven't written in way too long and just wanted to post this fun little proof.

Assertion: Let Fn be the nth Fibonacci number defined by Fn=Fn1+Fn2, F0=0,F1=1. Show that for an odd prime p5, we have p divides Fp21.

Proof: We do this by working inside Fp instead of working in R. The recurrence is given by

(1110)(Fn1Fn2)=(Fn1+Fn2Fn1)=(FnFn1) and in general
(1110)n(10)=(1110)n(F1F0)=(Fn+1Fn) The matrix A=(1110) has characteristic polynomial
χA(t)=(1t)(0t)(1)(1)=t2t1 If this polynomial has distinct roots, then A is diagonalizable (this is sufficient, but not necessary). Assuming the converse we have χA(t)=(tα)2 for some αFp; we can assume αFp since 2α=1 is the coefficient of t, which means α=21 (we are fine with this since p odd means that 21 exists). In order for this to be a root of χA, we must have
04χA(21)4(22211)1245modp. Since p5 is prime, this is not possible, hence we reached a contradiction and χA does not have a repeated root.

Thus we may write χA(t)=(tα)(tβ) for α,βFp2 (it's possible that χA is irreducible over Fp, but due to degree considerations it must split completely over Fp2). Using this, we may write

A=P(α00β)P1 for some PGL2(Fp2) and so

Ap21=P(α00β)p21P1=P(αp2100βp21)P1 Since χA(0)=0010 we know α and β are nonzero, hence αp21=βp21=1Fp2. Thus Ap21=PI2P1=I2 and so

(FpFp21)=(1110)p21(10)=I2(10)=(10) so we have Fp21=0 in Fp as desired.