Next we'll look at the formulas from part 13, but taken modulo F(n) or L(n).
First, though, let's mention a couple of simple formulas which will be useful. Start with the following, which can be proven by mathematical induction.)
F(n−1) F(n+1) =F(n)2+(−1)n L(n−1) L(n+1) =L(n)2+5 (−1)n+1
We'll reduce these modulo
F(n−1)2 ≡(−1)n (mod F(n)) L(n−1)2 ≡5 (−1)n+1 (mod L(n))
Now, consider the following two formulas from section 13:
F (kn + m) =∑0 ≤ j ≤ k ( k j ) F ( j + m ) F(n) j F(n−1)k−j
L (kn + m) =∑0 ≤ j ≤ k ( k j ) L ( j + m ) F(n) j F(n−1)k−j
All the terms in the two sums are multiples of
In consequence, we have the following congruences:
F (kn + m) ≡F (m) F(n−1)k (mod F(n))
L (kn + m) ≡L (m) F(n−1)k (mod F(n))
Now, applying the congruence above for
F (kn + m) ≡(−1)nk/2 F (m) (mod F(n)), fork even
F (kn + m) ≡(−1)n(k−1)/2 F (m) F(n−1) (mod F(n)), fork odd
L (kn + m) ≡(−1)nk/2 L (m) (mod F(n)), fork even
L (kn + m) ≡(−1)n(k−1)/2 L (m) F(n−1) (mod F(n)), fork odd
No comments:
Post a Comment