Show congruence with Fibonacci number

The name of the pictureThe name of the pictureThe name of the pictureClash 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?










share|cite|improve this question

















  • 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














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?










share|cite|improve this question

















  • 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












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?










share|cite|improve this question













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






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










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












  • 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










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.$$






share|cite|improve this answer




















  • Thanks a lot!!! :)
    – Evinda
    12 mins ago

















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$$






share|cite|improve this answer




















  • @Additldent Thank you :-)
    – Evinda
    12 mins ago










Your Answer




StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















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






























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.$$






share|cite|improve this answer




















  • Thanks a lot!!! :)
    – Evinda
    12 mins ago














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.$$






share|cite|improve this answer




















  • Thanks a lot!!! :)
    – Evinda
    12 mins ago












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.$$






share|cite|improve this answer












$$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.$$







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered 25 mins ago









Yves Daoust

119k667215




119k667215











  • Thanks a lot!!! :)
    – Evinda
    12 mins ago
















  • Thanks a lot!!! :)
    – Evinda
    12 mins ago















Thanks a lot!!! :)
– Evinda
12 mins ago




Thanks a lot!!! :)
– Evinda
12 mins ago










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$$






share|cite|improve this answer




















  • @Additldent Thank you :-)
    – Evinda
    12 mins ago














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$$






share|cite|improve this answer




















  • @Additldent Thank you :-)
    – Evinda
    12 mins ago












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$$






share|cite|improve this answer












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$$







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered 37 mins ago









AdditIdent

35119




35119











  • @Additldent Thank you :-)
    – Evinda
    12 mins ago
















  • @Additldent Thank you :-)
    – Evinda
    12 mins ago















@Additldent Thank you :-)
– Evinda
12 mins ago




@Additldent Thank you :-)
– Evinda
12 mins ago

















 

draft saved


draft discarded















































 


draft saved


draft discarded














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













































































Comments

Popular posts from this blog

What does second last employer means? [closed]

List of Gilmore Girls characters

Confectionery