1

Knowing in the Fibonacci sequence$$u_n\mid u_m\Longleftrightarrow n\mid m$$

Question 1: In the Fibonacci sequence, show that $$5\mid u_m\Longleftrightarrow 5\mid m$$

Proof:

$\Longrightarrow$

In the Fibonacci sequence $(1,1,2,3,5,8,...)$, $u_5=5$, therefore we have $5\mid u_m\Longrightarrow u_5\mid u_m\Longrightarrow 5\mid m\;\;\;\;\Box$

$\Longleftarrow$

Having that $5\mid m$ then $u_5\mid u_m\Longrightarrow5\mid u_m\;\;\;\;\Box$$$$$ Correct?

benjamin_ee
  • 3,759
  • @AhaanRungta sequence$$(1,1,2,3,5,8,13,21,34,55,...)$$ soon $u_8=21$ and $7\mid 21$, if $8\mid m\Longrightarrow u_8\mid u_m\Longrightarrow 21\mid u_m$ Also do not know if I can say that $7\mid u_m$ so I need help. – benjamin_ee Aug 15 '13 at 17:47
  • Hm, I haven't solved the problem yet, but I'd try it like this. First, assume $ 6 \mid m $. Then, try to show that $ 4 \mid u_m $ using some consecutive term Euclidean Algorithm argument. Then, go for the other direction. Assume $ 4 \mid u_m $. Show that $ 6 \mid m $. – Ahaan S. Rungta Aug 15 '13 at 17:48
  • @AhaanRungta And in the case of "$\Longrightarrow$" I do not know how to do, because there is no sequence number that is 7. – benjamin_ee Aug 15 '13 at 17:49
  • Oh, hm. I was only looking at the second one: $$ 4 \mid u_m \iff 6 \mid m. $$ For the first one, if I undersatnd your exact question, $ 7 \mid 21 $, so I don't see a problem. – Ahaan S. Rungta Aug 15 '13 at 17:51
  • @AhaanRungta And in the case of 7? – benjamin_ee Aug 15 '13 at 17:51
  • Sorry, what do you mean by "in the case of $7$?" – Ahaan S. Rungta Aug 15 '13 at 17:53
  • @AhaanRungta The 7's I think I got just use transitivity, right? Show that $21\mid u_m$ and $7\mid 21$ transitivity $7\mid u_m$ – benjamin_ee Aug 15 '13 at 17:55
  • Yes, that seems about right. – Ahaan S. Rungta Aug 15 '13 at 17:57
  • @AhaanRungta I mean so ... Answer to the first part:$$$$ $\Longleftarrow$$$$$

    Show: $8\mid m\Rightarrow u_8\mid u_m\Rightarrow 21\mid u_m$ as $7\mid 21$ then $7\mid u_m;;;;\Box$

    – benjamin_ee Aug 15 '13 at 17:59
  • @AhaanRungta And "$\Longrightarrow$", how to do? – benjamin_ee Aug 15 '13 at 18:01
  • Do you need to use the given fact? Otherwise, working modulo 7, the sequence is $(1, 1, 2, 3, 5, 1, 6, 0, 1, 1, \ldots )$. Hence $7 | u_m \Leftrightarrow 8 | m $. – Calvin Lin Aug 15 '13 at 18:32
  • @CalvinLin Sorry, did not understand the idea; – benjamin_ee Aug 15 '13 at 18:59

2 Answers2

1

Mod $5$ the Fibonacci sequence is periodic of period $20$: $$ 0,1,1,2,3,0,3,3,1,4,0,4,4,3,2,0,2,2,4,1,0,1,1,2,3,0,\dots $$ The zeros occur at $m=0,5,10,15$ and so occur exactly when $m$ is a multiple of $5$.

Actually, $u_m \equiv 2m 3^m \bmod 5$ and then the claim is clear. This is Binet's formula mod $5$. It follows because $x^2-x-1 \equiv (x-3)^2 \bmod 5$ and so $u_m \equiv (am+b)3^m$ for some integers $a$ and $b$, which are found by considering $u_0$ and $u_1$.

lhf
  • 216,483
1

(partial Answer)
2.1
$u_8 = 21$, so $8|m \Leftrightarrow 21|u_m \Leftrightarrow 3|u_m \wedge 7|u_m$
now if $3|u_m \Leftrightarrow 4|m$ and thus
$$8|m \Leftrightarrow 4|m \wedge 7|u_m$$
is all you can get by the requirements.

2.2
$$6|m \Leftrightarrow 3|m \wedge 2|m \Leftrightarrow 2|u_m \wedge 1|u_m \Leftrightarrow 2|u_m$$ Same here...

I'm open to any imprvements / suggestions

AlexR
  • 24,905