Prove that if $n$ is not a multiple of $3$ then $\gcd(F_n,L_n)=1$

251 Views Asked by At

I have that $\gcd(F_n,L_n)= \gcd(F_n, 2F_{n-1})$

I also proved earlier that $F_{3n}$ is even but that does that mean that all Fibonacci numbers obey this. In other words if $n$ is not a multiple of $3$ then the corresponding Fibonacci number is odd? How does one prove this?

1

There are 1 best solutions below

0
On BEST ANSWER

Note that $L_n=F_{n-1}+F_{n+1}$ for all $n$. So $$(F_n,L_n)=(F_n,F_{n-1}+F_{n+1})=(F_n, F_n+2F_{n-1})=(F_n,2F_{n-1})$$ If $n$ is not divisible by $3$, $F_n$ is odd, so that this gcd equals $1$, because also $F_n$ and $F_{n-1}$ are coprime. Otherwise it is $2$.