Show congruence with Fibonacci number
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
I want to show that for each $n geq 1$ it holds that:
$$2^n-1 F_n equiv n pmod5$$
where $F_n$ is the $n$-th Fibonacci number.
Could you give a hint how we can show this?
The sequence $F_n$ of Fibonacci numbers is defined by the recurrence relation:
$$F_n=F_n-1+F_n-2 \ F_1=1, F_2=1.$$
Right? Do we use the definion in order to get to the desired result?
number-theory fibonacci-numbers
add a comment |Â
up vote
1
down vote
favorite
I want to show that for each $n geq 1$ it holds that:
$$2^n-1 F_n equiv n pmod5$$
where $F_n$ is the $n$-th Fibonacci number.
Could you give a hint how we can show this?
The sequence $F_n$ of Fibonacci numbers is defined by the recurrence relation:
$$F_n=F_n-1+F_n-2 \ F_1=1, F_2=1.$$
Right? Do we use the definion in order to get to the desired result?
number-theory fibonacci-numbers
2
"Do we use the definion in order to get to the desired result?" Of course we do. Clearly this result doesn't hold for all sequences, so in order to prove it, we have to use the fact that our sequence is the Fibonacci sequence and not some other arbitrary sequence. That means we absolutely can't avoid using the definition, either directly or implicitly.
– Arthur
32 mins ago
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I want to show that for each $n geq 1$ it holds that:
$$2^n-1 F_n equiv n pmod5$$
where $F_n$ is the $n$-th Fibonacci number.
Could you give a hint how we can show this?
The sequence $F_n$ of Fibonacci numbers is defined by the recurrence relation:
$$F_n=F_n-1+F_n-2 \ F_1=1, F_2=1.$$
Right? Do we use the definion in order to get to the desired result?
number-theory fibonacci-numbers
I want to show that for each $n geq 1$ it holds that:
$$2^n-1 F_n equiv n pmod5$$
where $F_n$ is the $n$-th Fibonacci number.
Could you give a hint how we can show this?
The sequence $F_n$ of Fibonacci numbers is defined by the recurrence relation:
$$F_n=F_n-1+F_n-2 \ F_1=1, F_2=1.$$
Right? Do we use the definion in order to get to the desired result?
number-theory fibonacci-numbers
number-theory fibonacci-numbers
asked 42 mins ago
Evinda
619413
619413
2
"Do we use the definion in order to get to the desired result?" Of course we do. Clearly this result doesn't hold for all sequences, so in order to prove it, we have to use the fact that our sequence is the Fibonacci sequence and not some other arbitrary sequence. That means we absolutely can't avoid using the definition, either directly or implicitly.
– Arthur
32 mins ago
add a comment |Â
2
"Do we use the definion in order to get to the desired result?" Of course we do. Clearly this result doesn't hold for all sequences, so in order to prove it, we have to use the fact that our sequence is the Fibonacci sequence and not some other arbitrary sequence. That means we absolutely can't avoid using the definition, either directly or implicitly.
– Arthur
32 mins ago
2
2
"Do we use the definion in order to get to the desired result?" Of course we do. Clearly this result doesn't hold for all sequences, so in order to prove it, we have to use the fact that our sequence is the Fibonacci sequence and not some other arbitrary sequence. That means we absolutely can't avoid using the definition, either directly or implicitly.
– Arthur
32 mins ago
"Do we use the definion in order to get to the desired result?" Of course we do. Clearly this result doesn't hold for all sequences, so in order to prove it, we have to use the fact that our sequence is the Fibonacci sequence and not some other arbitrary sequence. That means we absolutely can't avoid using the definition, either directly or implicitly.
– Arthur
32 mins ago
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
1
down vote
accepted
$$2^n-1F_n=2^n-1(F_n-1+F_n-2)=2(2^n-2F_n-1)+4(2^n-3F_n-2)
\equiv 2(n-1)+4(n-2)
equiv 6n-10equiv nmod5.$$
Also,
$$2^1-1F_1=1equiv 1$$ and
$$2^2-1F_2=2equiv 2.$$
Thanks a lot!!! :)
– Evinda
12 mins ago
add a comment |Â
up vote
3
down vote
By induction over $n$, the base cases $n=1,2$ are trivial.
$$beginalign 2^k F_k+1 &= 2^k(F_k+F_k-1)\
&= 2^kF_k+2^kF_k-1 \
&equiv 2k+4(k-1) pmod5\
&equiv k+1 pmod5 endalign$$
@Additldent Thank you :-)
– Evinda
12 mins ago
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
$$2^n-1F_n=2^n-1(F_n-1+F_n-2)=2(2^n-2F_n-1)+4(2^n-3F_n-2)
\equiv 2(n-1)+4(n-2)
equiv 6n-10equiv nmod5.$$
Also,
$$2^1-1F_1=1equiv 1$$ and
$$2^2-1F_2=2equiv 2.$$
Thanks a lot!!! :)
– Evinda
12 mins ago
add a comment |Â
up vote
1
down vote
accepted
$$2^n-1F_n=2^n-1(F_n-1+F_n-2)=2(2^n-2F_n-1)+4(2^n-3F_n-2)
\equiv 2(n-1)+4(n-2)
equiv 6n-10equiv nmod5.$$
Also,
$$2^1-1F_1=1equiv 1$$ and
$$2^2-1F_2=2equiv 2.$$
Thanks a lot!!! :)
– Evinda
12 mins ago
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
$$2^n-1F_n=2^n-1(F_n-1+F_n-2)=2(2^n-2F_n-1)+4(2^n-3F_n-2)
\equiv 2(n-1)+4(n-2)
equiv 6n-10equiv nmod5.$$
Also,
$$2^1-1F_1=1equiv 1$$ and
$$2^2-1F_2=2equiv 2.$$
$$2^n-1F_n=2^n-1(F_n-1+F_n-2)=2(2^n-2F_n-1)+4(2^n-3F_n-2)
\equiv 2(n-1)+4(n-2)
equiv 6n-10equiv nmod5.$$
Also,
$$2^1-1F_1=1equiv 1$$ and
$$2^2-1F_2=2equiv 2.$$
answered 25 mins ago
Yves Daoust
119k667215
119k667215
Thanks a lot!!! :)
– Evinda
12 mins ago
add a comment |Â
Thanks a lot!!! :)
– Evinda
12 mins ago
Thanks a lot!!! :)
– Evinda
12 mins ago
Thanks a lot!!! :)
– Evinda
12 mins ago
add a comment |Â
up vote
3
down vote
By induction over $n$, the base cases $n=1,2$ are trivial.
$$beginalign 2^k F_k+1 &= 2^k(F_k+F_k-1)\
&= 2^kF_k+2^kF_k-1 \
&equiv 2k+4(k-1) pmod5\
&equiv k+1 pmod5 endalign$$
@Additldent Thank you :-)
– Evinda
12 mins ago
add a comment |Â
up vote
3
down vote
By induction over $n$, the base cases $n=1,2$ are trivial.
$$beginalign 2^k F_k+1 &= 2^k(F_k+F_k-1)\
&= 2^kF_k+2^kF_k-1 \
&equiv 2k+4(k-1) pmod5\
&equiv k+1 pmod5 endalign$$
@Additldent Thank you :-)
– Evinda
12 mins ago
add a comment |Â
up vote
3
down vote
up vote
3
down vote
By induction over $n$, the base cases $n=1,2$ are trivial.
$$beginalign 2^k F_k+1 &= 2^k(F_k+F_k-1)\
&= 2^kF_k+2^kF_k-1 \
&equiv 2k+4(k-1) pmod5\
&equiv k+1 pmod5 endalign$$
By induction over $n$, the base cases $n=1,2$ are trivial.
$$beginalign 2^k F_k+1 &= 2^k(F_k+F_k-1)\
&= 2^kF_k+2^kF_k-1 \
&equiv 2k+4(k-1) pmod5\
&equiv k+1 pmod5 endalign$$
answered 37 mins ago


AdditIdent
35119
35119
@Additldent Thank you :-)
– Evinda
12 mins ago
add a comment |Â
@Additldent Thank you :-)
– Evinda
12 mins ago
@Additldent Thank you :-)
– Evinda
12 mins ago
@Additldent Thank you :-)
– Evinda
12 mins ago
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2974443%2fshow-congruence-with-fibonacci-number%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
2
"Do we use the definion in order to get to the desired result?" Of course we do. Clearly this result doesn't hold for all sequences, so in order to prove it, we have to use the fact that our sequence is the Fibonacci sequence and not some other arbitrary sequence. That means we absolutely can't avoid using the definition, either directly or implicitly.
– Arthur
32 mins ago