How to prove a simple equation? The Next CEO of Stack OverflowProof: For all integers $x$ and $y$, if $x^3+x = y^3+y$ then $x = y$Simple question about proof by contrapositivity.Does there exist a $(m,n)inmathbb N$ such that $m^3-2^n=3$?Proof: For all integers $x$ and $y$, if $x^2+ y^2= 0$ then $x =0$ and $y =0$disprove : $forall n in mathbbN exists m in mathbbN$ such that $n<m<n^2$Proof writing involving propositional logic: (x ∨ y) ≡ ( x ∧ y ) → x ≡ yIs the following statement about rationals true or false?How many massively palindromic primes exist?The Number Theoretic Statement is …Show that $n^2-1+nsqrtd$ is the fundamental unit in $mathbbZ[sqrtd]$ for all $ngeq 3$

Unclear about dynamic binding

How to avoid supervisors with prejudiced views?

Domestic-to-international connection at Orlando (MCO)

Is there a way to save my career from absolute disaster?

What connection does MS Office have to Netscape Navigator?

Is it ever safe to open a suspicious HTML file (e.g. email attachment)?

Is micro rebar a better way to reinforce concrete than rebar?

Is it okay to majorly distort historical facts while writing a fiction story?

Find non-case sensitive string in a mixed list of elements?

Prepend last line of stdin to entire stdin

Where do students learn to solve polynomial equations these days?

RigExpert AA-35 - Interpreting The Information

Reference request: Grassmannian and Plucker coordinates in type B, C, D

The past simple of "gaslight" – "gaslighted" or "gaslit"?

Why the difference in type-inference over the as-pattern in two similar function definitions?

How to prove a simple equation?

A small doubt about the dominated convergence theorem

Why is my new battery behaving weirdly?

Is it possible to replace duplicates of a character with one character using tr

The exact meaning of 'Mom made me a sandwich'

Why isn't the Mueller report being released completely and unredacted?

Running a General Election and the European Elections together

Is a distribution that is normal, but highly skewed considered Gaussian?

Bartok - Syncopation (1): Meaning of notes in between Grand Staff



How to prove a simple equation?



The Next CEO of Stack OverflowProof: For all integers $x$ and $y$, if $x^3+x = y^3+y$ then $x = y$Simple question about proof by contrapositivity.Does there exist a $(m,n)inmathbb N$ such that $m^3-2^n=3$?Proof: For all integers $x$ and $y$, if $x^2+ y^2= 0$ then $x =0$ and $y =0$disprove : $forall n in mathbbN exists m in mathbbN$ such that $n<m<n^2$Proof writing involving propositional logic: (x ∨ y) ≡ ( x ∧ y ) → x ≡ yIs the following statement about rationals true or false?How many massively palindromic primes exist?The Number Theoretic Statement is …Show that $n^2-1+nsqrtd$ is the fundamental unit in $mathbbZ[sqrtd]$ for all $ngeq 3$










1












$begingroup$


I have reason(empirical calculations) to think the following statement is true:



For any $k in mathbbN$, there exist $s in mathbbN$ such that the expression



$$9*s+3+2^k$$



is a power of $2$.



To me it seems like a silly statement, but I don't know how I would go about proving it. Any ideas, or references?



THank you.










share|cite|improve this question









$endgroup$
















    1












    $begingroup$


    I have reason(empirical calculations) to think the following statement is true:



    For any $k in mathbbN$, there exist $s in mathbbN$ such that the expression



    $$9*s+3+2^k$$



    is a power of $2$.



    To me it seems like a silly statement, but I don't know how I would go about proving it. Any ideas, or references?



    THank you.










    share|cite|improve this question









    $endgroup$














      1












      1








      1





      $begingroup$


      I have reason(empirical calculations) to think the following statement is true:



      For any $k in mathbbN$, there exist $s in mathbbN$ such that the expression



      $$9*s+3+2^k$$



      is a power of $2$.



      To me it seems like a silly statement, but I don't know how I would go about proving it. Any ideas, or references?



      THank you.










      share|cite|improve this question









      $endgroup$




      I have reason(empirical calculations) to think the following statement is true:



      For any $k in mathbbN$, there exist $s in mathbbN$ such that the expression



      $$9*s+3+2^k$$



      is a power of $2$.



      To me it seems like a silly statement, but I don't know how I would go about proving it. Any ideas, or references?



      THank you.







      number-theory discrete-mathematics recreational-mathematics






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked 1 hour ago









      ReverseFlowReverseFlow

      604513




      604513




















          5 Answers
          5






          active

          oldest

          votes


















          2












          $begingroup$

          The statement that $9s + 3 + 2^k$ is a power of $2$ for some $sinBbbN$ is equivalent to saying $2^k + 3 equiv 2^n pmod 9$ for some $ngt k$. Since the values of $2^kbmod 9$ are the periodic sequence $1,2,4,8,7,5,1,2,4,8,7,5,ldots$ consisting of all values which are not multiples of $3$, this is true.



          For example, take $k = 5$. Then $2^k + 3 = 35 equiv 8 pmod 9$ and the next power of $2$ which is congruent to $8$ is $2^9 = 512$. So in this case $s = (512 - 35)/9 = 53$.






          share|cite|improve this answer









          $endgroup$




















            1












            $begingroup$

            $9cdot s+3+2^k=2^j+k Rightarrow 2^k(2^j-1)-3 equiv 0 mod 9 Rightarrow 2^k(2^j-1) equiv 3 mod 9$



            $2^k mod 9$ cycles through $2,4,8,7,5,1,$ etc. so $2^j-1 mod 9$ cycles through $1,3,7,6,4,0$ etc.



            For any residue of $2^k$ it is possible to find a residue of $2^j-1$ such that their product equals $3 mod 9$, viz: $2cdot 6; 4cdot 3; 8cdot 6; 7cdot 3; 5cdot 6; 1cdot 3$



            So your observation is true.



            NB As I typed this, I see that Fred H has given a similar answer.






            share|cite|improve this answer









            $endgroup$




















              1












              $begingroup$

              Euler's Theorem tells us $2^6 equiv 1 pmod 9$ and direct calculation shows so



              $2^6k + i; i=0...5equiv 1,2,4,8,7,5 pmod 9$.



              So $2^m - 2^k equiv 3 pmod 9$ if



              $kequiv 0 pmod 6;2^kequiv 1pmod 9$ and $mequiv 2pmod 6; 2^mequiv 4pmod 9$.



              $kequiv 1 pmod 6;2^kequiv 2pmod 9$ and $mequiv 5pmod 6; 2^mequiv 5pmod 9$.



              $kequiv 2 pmod 6;2^kequiv 4pmod 9$ and $mequiv 4pmod 6; 2^mequiv 7pmod 9$.



              $kequiv 3 pmod 6;2^kequiv 8pmod 9$ and $mequiv 1pmod 6; 2^mequiv 2pmod 9$ (So $2^m - 2^k equiv 2-8equiv -6equiv 3 pmod 9$).



              $kequiv 4 pmod 6;2^kequiv 7pmod 9$ and $mequiv 0pmod 6; 2^mequiv 1pmod 9$.



              $kequiv 5 pmod 6;2^kequiv 5pmod 9$ and $mequiv 3pmod 6; 2^mequiv 9pmod 9$.



              So for any $k$ there will exist infinitely many $m > k$ (Actually we don't need $m > k$ as $s$ may be negative but... nice answers are nicer) so that $2^m - 2^k equiv 3 pmod 9$.



              So that means for any $k$ there will exist $s$ and $m$ (actually infinitely many $s$ and $m$) so that



              $2^m - 2^k = 9s + 3$ or



              $9s+3 + 2^k$ a power of $2$.



              (I take a dog for a walk and three people post a similar to identical answer. sigh. Anyway hopefully this answer may (or may not) provide a possible fresh take... There's always more than one way to do or explain things.)






              share|cite|improve this answer











              $endgroup$




















                0












                $begingroup$

                If $9s+3 = 3cdot 2^k$,
                this will work.



                Then
                $3s+1 = 2^k$,
                so $3|2^k-1$.



                This works for even $k$.



                More generally,
                it works if
                $9s+3 = (2^m-1)2^k$
                for some $m$.



                To get rid of the 3
                requires $m$ even,
                so write this as
                $9s+3
                = (4^m-1)2^k
                = 3sum_j=0^m-14^j2^k
                $

                or
                $3s+1
                = 2^ksum_j=0^m-14^j
                $
                .



                Mod 3,
                we want
                $1
                =2^ksum_j=0^m-14^j
                =2^km
                $

                so if
                $2^km = 1 bmod 3$
                we are done,
                and this can always be done.






                share|cite|improve this answer









                $endgroup$




















                  0












                  $begingroup$

                  Suppose $k in mathbbN = mathbbZ_>0$ is given.



                  Set beginalign*
                  s &= 2^k + frac13 left( (-2)^k+1 - 1 right) text, and \
                  n &= (-1)^k+1 + k + 3 text.
                  endalign*



                  Then $s$ and $n$ are positive integers and
                  $$ 9s + 3 + 2^k = 2^n text. $$



                  This looks like a job for induction, but we can show it directly.



                  The expression for $n$ is a sum of integers, so $n$ is an integer, and the value of the expression lies in $[k+3-1, k+3+1]$. Since $k > 0$, this entire interval contains only positive numbers, so $n$ is a positive integer.



                  For $s$, note that $(-2)^k+1 - 1 cong 1^k+1 - 1 cong 1 - 1 cong 0 pmod3$, so the division by $3$ yields an integer. We wish to ensure $s > 0$, so beginalign*
                  2^k + frac13 left( (-2)^k+1 - 1 right) overset?> 0 \
                  2^k + frac13 left( (-1)^k+12^k+1 - 1 right) overset?> 0 \
                  1 + frac13 left( (-1)^k+12^1 - 2^-k right) overset?> 0
                  endalign*

                  If $k$ is even, beginalign*
                  1 + frac13 left( -2 - 2^-k right) overset?> 0 text,
                  endalign*

                  $-2 -2^-k in (-3,-2)$, so $1 + frac13 left( -2 - 2^-k right) in (0,1/3)$, all elements of which are positive, so $s$ is positive when $k$ is even. If $k$ is odd, beginalign*
                  1 + frac13 left( 2 - 2^-k right) overset?> 0 text,
                  endalign*

                  $2 - 2^-k in (1,2)$, so $1 + frac13 left( 2 - 2^-k right) in (4/3, 5/3)$, all elements of which are positive, so $s$ is an integer when $k$ is odd. Therefore, $s$ is positive when $k$ is odd. Therefore, $s$ is always a positive integer.



                  Plugging in the above expressions into the given equation, we have
                  $$ 9 left( 2^k + frac13 left( (-2)^k+1 - 1 right) right) + 3 + 2^k = 2^(-1)^k+1 + k + 3 text. $$
                  After a little manipulation, this is
                  $$ 2^(-1)^k+1 + k + 2 = 5 cdot 2^k - 3(-2)^k text. tag1 $$



                  First suppose $k$ is even, so $k = 2m$. Substituting this into (1) and simplifying a little, we have
                  $$ 2^-1 + 2m + 2 = 2 cdot 2^2m text, $$
                  a tautology.



                  Then suppose $k$ is odd, so $k = 2m+1$. Sustituting this into (1) and simplifying a little, we have
                  $$ 2^2m + 4 = 8 cdot 2^2m+1 text, $$
                  a tautology.



                  Therefore, the given $s$ and $n$ are positive integers which satisfy the given equation.



                  Aside: The above choices for $s$ and $n$ do not exhaust the solution set. For instance $(k,s,n) = (2, 131,176,846,746,379,033,713, 70)$ is another solution. (This is implicit in the other answers that use the fact that the powers of $2$ are cyclic modulo $9$.)






                  share|cite|improve this answer









                  $endgroup$













                    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',
                    autoActivateHeartbeat: false,
                    convertImagesToLinks: true,
                    noModals: true,
                    showLowRepImageUploadWarning: true,
                    reputationToPostImages: 10,
                    bindNavPrevention: true,
                    postfix: "",
                    imageUploader:
                    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                    allowUrls: true
                    ,
                    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%2f3168962%2fhow-to-prove-a-simple-equation%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown

























                    5 Answers
                    5






                    active

                    oldest

                    votes








                    5 Answers
                    5






                    active

                    oldest

                    votes









                    active

                    oldest

                    votes






                    active

                    oldest

                    votes









                    2












                    $begingroup$

                    The statement that $9s + 3 + 2^k$ is a power of $2$ for some $sinBbbN$ is equivalent to saying $2^k + 3 equiv 2^n pmod 9$ for some $ngt k$. Since the values of $2^kbmod 9$ are the periodic sequence $1,2,4,8,7,5,1,2,4,8,7,5,ldots$ consisting of all values which are not multiples of $3$, this is true.



                    For example, take $k = 5$. Then $2^k + 3 = 35 equiv 8 pmod 9$ and the next power of $2$ which is congruent to $8$ is $2^9 = 512$. So in this case $s = (512 - 35)/9 = 53$.






                    share|cite|improve this answer









                    $endgroup$

















                      2












                      $begingroup$

                      The statement that $9s + 3 + 2^k$ is a power of $2$ for some $sinBbbN$ is equivalent to saying $2^k + 3 equiv 2^n pmod 9$ for some $ngt k$. Since the values of $2^kbmod 9$ are the periodic sequence $1,2,4,8,7,5,1,2,4,8,7,5,ldots$ consisting of all values which are not multiples of $3$, this is true.



                      For example, take $k = 5$. Then $2^k + 3 = 35 equiv 8 pmod 9$ and the next power of $2$ which is congruent to $8$ is $2^9 = 512$. So in this case $s = (512 - 35)/9 = 53$.






                      share|cite|improve this answer









                      $endgroup$















                        2












                        2








                        2





                        $begingroup$

                        The statement that $9s + 3 + 2^k$ is a power of $2$ for some $sinBbbN$ is equivalent to saying $2^k + 3 equiv 2^n pmod 9$ for some $ngt k$. Since the values of $2^kbmod 9$ are the periodic sequence $1,2,4,8,7,5,1,2,4,8,7,5,ldots$ consisting of all values which are not multiples of $3$, this is true.



                        For example, take $k = 5$. Then $2^k + 3 = 35 equiv 8 pmod 9$ and the next power of $2$ which is congruent to $8$ is $2^9 = 512$. So in this case $s = (512 - 35)/9 = 53$.






                        share|cite|improve this answer









                        $endgroup$



                        The statement that $9s + 3 + 2^k$ is a power of $2$ for some $sinBbbN$ is equivalent to saying $2^k + 3 equiv 2^n pmod 9$ for some $ngt k$. Since the values of $2^kbmod 9$ are the periodic sequence $1,2,4,8,7,5,1,2,4,8,7,5,ldots$ consisting of all values which are not multiples of $3$, this is true.



                        For example, take $k = 5$. Then $2^k + 3 = 35 equiv 8 pmod 9$ and the next power of $2$ which is congruent to $8$ is $2^9 = 512$. So in this case $s = (512 - 35)/9 = 53$.







                        share|cite|improve this answer












                        share|cite|improve this answer



                        share|cite|improve this answer










                        answered 1 hour ago









                        FredHFredH

                        3,2951022




                        3,2951022





















                            1












                            $begingroup$

                            $9cdot s+3+2^k=2^j+k Rightarrow 2^k(2^j-1)-3 equiv 0 mod 9 Rightarrow 2^k(2^j-1) equiv 3 mod 9$



                            $2^k mod 9$ cycles through $2,4,8,7,5,1,$ etc. so $2^j-1 mod 9$ cycles through $1,3,7,6,4,0$ etc.



                            For any residue of $2^k$ it is possible to find a residue of $2^j-1$ such that their product equals $3 mod 9$, viz: $2cdot 6; 4cdot 3; 8cdot 6; 7cdot 3; 5cdot 6; 1cdot 3$



                            So your observation is true.



                            NB As I typed this, I see that Fred H has given a similar answer.






                            share|cite|improve this answer









                            $endgroup$

















                              1












                              $begingroup$

                              $9cdot s+3+2^k=2^j+k Rightarrow 2^k(2^j-1)-3 equiv 0 mod 9 Rightarrow 2^k(2^j-1) equiv 3 mod 9$



                              $2^k mod 9$ cycles through $2,4,8,7,5,1,$ etc. so $2^j-1 mod 9$ cycles through $1,3,7,6,4,0$ etc.



                              For any residue of $2^k$ it is possible to find a residue of $2^j-1$ such that their product equals $3 mod 9$, viz: $2cdot 6; 4cdot 3; 8cdot 6; 7cdot 3; 5cdot 6; 1cdot 3$



                              So your observation is true.



                              NB As I typed this, I see that Fred H has given a similar answer.






                              share|cite|improve this answer









                              $endgroup$















                                1












                                1








                                1





                                $begingroup$

                                $9cdot s+3+2^k=2^j+k Rightarrow 2^k(2^j-1)-3 equiv 0 mod 9 Rightarrow 2^k(2^j-1) equiv 3 mod 9$



                                $2^k mod 9$ cycles through $2,4,8,7,5,1,$ etc. so $2^j-1 mod 9$ cycles through $1,3,7,6,4,0$ etc.



                                For any residue of $2^k$ it is possible to find a residue of $2^j-1$ such that their product equals $3 mod 9$, viz: $2cdot 6; 4cdot 3; 8cdot 6; 7cdot 3; 5cdot 6; 1cdot 3$



                                So your observation is true.



                                NB As I typed this, I see that Fred H has given a similar answer.






                                share|cite|improve this answer









                                $endgroup$



                                $9cdot s+3+2^k=2^j+k Rightarrow 2^k(2^j-1)-3 equiv 0 mod 9 Rightarrow 2^k(2^j-1) equiv 3 mod 9$



                                $2^k mod 9$ cycles through $2,4,8,7,5,1,$ etc. so $2^j-1 mod 9$ cycles through $1,3,7,6,4,0$ etc.



                                For any residue of $2^k$ it is possible to find a residue of $2^j-1$ such that their product equals $3 mod 9$, viz: $2cdot 6; 4cdot 3; 8cdot 6; 7cdot 3; 5cdot 6; 1cdot 3$



                                So your observation is true.



                                NB As I typed this, I see that Fred H has given a similar answer.







                                share|cite|improve this answer












                                share|cite|improve this answer



                                share|cite|improve this answer










                                answered 50 mins ago









                                Keith BackmanKeith Backman

                                1,5341812




                                1,5341812





















                                    1












                                    $begingroup$

                                    Euler's Theorem tells us $2^6 equiv 1 pmod 9$ and direct calculation shows so



                                    $2^6k + i; i=0...5equiv 1,2,4,8,7,5 pmod 9$.



                                    So $2^m - 2^k equiv 3 pmod 9$ if



                                    $kequiv 0 pmod 6;2^kequiv 1pmod 9$ and $mequiv 2pmod 6; 2^mequiv 4pmod 9$.



                                    $kequiv 1 pmod 6;2^kequiv 2pmod 9$ and $mequiv 5pmod 6; 2^mequiv 5pmod 9$.



                                    $kequiv 2 pmod 6;2^kequiv 4pmod 9$ and $mequiv 4pmod 6; 2^mequiv 7pmod 9$.



                                    $kequiv 3 pmod 6;2^kequiv 8pmod 9$ and $mequiv 1pmod 6; 2^mequiv 2pmod 9$ (So $2^m - 2^k equiv 2-8equiv -6equiv 3 pmod 9$).



                                    $kequiv 4 pmod 6;2^kequiv 7pmod 9$ and $mequiv 0pmod 6; 2^mequiv 1pmod 9$.



                                    $kequiv 5 pmod 6;2^kequiv 5pmod 9$ and $mequiv 3pmod 6; 2^mequiv 9pmod 9$.



                                    So for any $k$ there will exist infinitely many $m > k$ (Actually we don't need $m > k$ as $s$ may be negative but... nice answers are nicer) so that $2^m - 2^k equiv 3 pmod 9$.



                                    So that means for any $k$ there will exist $s$ and $m$ (actually infinitely many $s$ and $m$) so that



                                    $2^m - 2^k = 9s + 3$ or



                                    $9s+3 + 2^k$ a power of $2$.



                                    (I take a dog for a walk and three people post a similar to identical answer. sigh. Anyway hopefully this answer may (or may not) provide a possible fresh take... There's always more than one way to do or explain things.)






                                    share|cite|improve this answer











                                    $endgroup$

















                                      1












                                      $begingroup$

                                      Euler's Theorem tells us $2^6 equiv 1 pmod 9$ and direct calculation shows so



                                      $2^6k + i; i=0...5equiv 1,2,4,8,7,5 pmod 9$.



                                      So $2^m - 2^k equiv 3 pmod 9$ if



                                      $kequiv 0 pmod 6;2^kequiv 1pmod 9$ and $mequiv 2pmod 6; 2^mequiv 4pmod 9$.



                                      $kequiv 1 pmod 6;2^kequiv 2pmod 9$ and $mequiv 5pmod 6; 2^mequiv 5pmod 9$.



                                      $kequiv 2 pmod 6;2^kequiv 4pmod 9$ and $mequiv 4pmod 6; 2^mequiv 7pmod 9$.



                                      $kequiv 3 pmod 6;2^kequiv 8pmod 9$ and $mequiv 1pmod 6; 2^mequiv 2pmod 9$ (So $2^m - 2^k equiv 2-8equiv -6equiv 3 pmod 9$).



                                      $kequiv 4 pmod 6;2^kequiv 7pmod 9$ and $mequiv 0pmod 6; 2^mequiv 1pmod 9$.



                                      $kequiv 5 pmod 6;2^kequiv 5pmod 9$ and $mequiv 3pmod 6; 2^mequiv 9pmod 9$.



                                      So for any $k$ there will exist infinitely many $m > k$ (Actually we don't need $m > k$ as $s$ may be negative but... nice answers are nicer) so that $2^m - 2^k equiv 3 pmod 9$.



                                      So that means for any $k$ there will exist $s$ and $m$ (actually infinitely many $s$ and $m$) so that



                                      $2^m - 2^k = 9s + 3$ or



                                      $9s+3 + 2^k$ a power of $2$.



                                      (I take a dog for a walk and three people post a similar to identical answer. sigh. Anyway hopefully this answer may (or may not) provide a possible fresh take... There's always more than one way to do or explain things.)






                                      share|cite|improve this answer











                                      $endgroup$















                                        1












                                        1








                                        1





                                        $begingroup$

                                        Euler's Theorem tells us $2^6 equiv 1 pmod 9$ and direct calculation shows so



                                        $2^6k + i; i=0...5equiv 1,2,4,8,7,5 pmod 9$.



                                        So $2^m - 2^k equiv 3 pmod 9$ if



                                        $kequiv 0 pmod 6;2^kequiv 1pmod 9$ and $mequiv 2pmod 6; 2^mequiv 4pmod 9$.



                                        $kequiv 1 pmod 6;2^kequiv 2pmod 9$ and $mequiv 5pmod 6; 2^mequiv 5pmod 9$.



                                        $kequiv 2 pmod 6;2^kequiv 4pmod 9$ and $mequiv 4pmod 6; 2^mequiv 7pmod 9$.



                                        $kequiv 3 pmod 6;2^kequiv 8pmod 9$ and $mequiv 1pmod 6; 2^mequiv 2pmod 9$ (So $2^m - 2^k equiv 2-8equiv -6equiv 3 pmod 9$).



                                        $kequiv 4 pmod 6;2^kequiv 7pmod 9$ and $mequiv 0pmod 6; 2^mequiv 1pmod 9$.



                                        $kequiv 5 pmod 6;2^kequiv 5pmod 9$ and $mequiv 3pmod 6; 2^mequiv 9pmod 9$.



                                        So for any $k$ there will exist infinitely many $m > k$ (Actually we don't need $m > k$ as $s$ may be negative but... nice answers are nicer) so that $2^m - 2^k equiv 3 pmod 9$.



                                        So that means for any $k$ there will exist $s$ and $m$ (actually infinitely many $s$ and $m$) so that



                                        $2^m - 2^k = 9s + 3$ or



                                        $9s+3 + 2^k$ a power of $2$.



                                        (I take a dog for a walk and three people post a similar to identical answer. sigh. Anyway hopefully this answer may (or may not) provide a possible fresh take... There's always more than one way to do or explain things.)






                                        share|cite|improve this answer











                                        $endgroup$



                                        Euler's Theorem tells us $2^6 equiv 1 pmod 9$ and direct calculation shows so



                                        $2^6k + i; i=0...5equiv 1,2,4,8,7,5 pmod 9$.



                                        So $2^m - 2^k equiv 3 pmod 9$ if



                                        $kequiv 0 pmod 6;2^kequiv 1pmod 9$ and $mequiv 2pmod 6; 2^mequiv 4pmod 9$.



                                        $kequiv 1 pmod 6;2^kequiv 2pmod 9$ and $mequiv 5pmod 6; 2^mequiv 5pmod 9$.



                                        $kequiv 2 pmod 6;2^kequiv 4pmod 9$ and $mequiv 4pmod 6; 2^mequiv 7pmod 9$.



                                        $kequiv 3 pmod 6;2^kequiv 8pmod 9$ and $mequiv 1pmod 6; 2^mequiv 2pmod 9$ (So $2^m - 2^k equiv 2-8equiv -6equiv 3 pmod 9$).



                                        $kequiv 4 pmod 6;2^kequiv 7pmod 9$ and $mequiv 0pmod 6; 2^mequiv 1pmod 9$.



                                        $kequiv 5 pmod 6;2^kequiv 5pmod 9$ and $mequiv 3pmod 6; 2^mequiv 9pmod 9$.



                                        So for any $k$ there will exist infinitely many $m > k$ (Actually we don't need $m > k$ as $s$ may be negative but... nice answers are nicer) so that $2^m - 2^k equiv 3 pmod 9$.



                                        So that means for any $k$ there will exist $s$ and $m$ (actually infinitely many $s$ and $m$) so that



                                        $2^m - 2^k = 9s + 3$ or



                                        $9s+3 + 2^k$ a power of $2$.



                                        (I take a dog for a walk and three people post a similar to identical answer. sigh. Anyway hopefully this answer may (or may not) provide a possible fresh take... There's always more than one way to do or explain things.)







                                        share|cite|improve this answer














                                        share|cite|improve this answer



                                        share|cite|improve this answer








                                        edited 11 mins ago

























                                        answered 18 mins ago









                                        fleabloodfleablood

                                        73.6k22891




                                        73.6k22891





















                                            0












                                            $begingroup$

                                            If $9s+3 = 3cdot 2^k$,
                                            this will work.



                                            Then
                                            $3s+1 = 2^k$,
                                            so $3|2^k-1$.



                                            This works for even $k$.



                                            More generally,
                                            it works if
                                            $9s+3 = (2^m-1)2^k$
                                            for some $m$.



                                            To get rid of the 3
                                            requires $m$ even,
                                            so write this as
                                            $9s+3
                                            = (4^m-1)2^k
                                            = 3sum_j=0^m-14^j2^k
                                            $

                                            or
                                            $3s+1
                                            = 2^ksum_j=0^m-14^j
                                            $
                                            .



                                            Mod 3,
                                            we want
                                            $1
                                            =2^ksum_j=0^m-14^j
                                            =2^km
                                            $

                                            so if
                                            $2^km = 1 bmod 3$
                                            we are done,
                                            and this can always be done.






                                            share|cite|improve this answer









                                            $endgroup$

















                                              0












                                              $begingroup$

                                              If $9s+3 = 3cdot 2^k$,
                                              this will work.



                                              Then
                                              $3s+1 = 2^k$,
                                              so $3|2^k-1$.



                                              This works for even $k$.



                                              More generally,
                                              it works if
                                              $9s+3 = (2^m-1)2^k$
                                              for some $m$.



                                              To get rid of the 3
                                              requires $m$ even,
                                              so write this as
                                              $9s+3
                                              = (4^m-1)2^k
                                              = 3sum_j=0^m-14^j2^k
                                              $

                                              or
                                              $3s+1
                                              = 2^ksum_j=0^m-14^j
                                              $
                                              .



                                              Mod 3,
                                              we want
                                              $1
                                              =2^ksum_j=0^m-14^j
                                              =2^km
                                              $

                                              so if
                                              $2^km = 1 bmod 3$
                                              we are done,
                                              and this can always be done.






                                              share|cite|improve this answer









                                              $endgroup$















                                                0












                                                0








                                                0





                                                $begingroup$

                                                If $9s+3 = 3cdot 2^k$,
                                                this will work.



                                                Then
                                                $3s+1 = 2^k$,
                                                so $3|2^k-1$.



                                                This works for even $k$.



                                                More generally,
                                                it works if
                                                $9s+3 = (2^m-1)2^k$
                                                for some $m$.



                                                To get rid of the 3
                                                requires $m$ even,
                                                so write this as
                                                $9s+3
                                                = (4^m-1)2^k
                                                = 3sum_j=0^m-14^j2^k
                                                $

                                                or
                                                $3s+1
                                                = 2^ksum_j=0^m-14^j
                                                $
                                                .



                                                Mod 3,
                                                we want
                                                $1
                                                =2^ksum_j=0^m-14^j
                                                =2^km
                                                $

                                                so if
                                                $2^km = 1 bmod 3$
                                                we are done,
                                                and this can always be done.






                                                share|cite|improve this answer









                                                $endgroup$



                                                If $9s+3 = 3cdot 2^k$,
                                                this will work.



                                                Then
                                                $3s+1 = 2^k$,
                                                so $3|2^k-1$.



                                                This works for even $k$.



                                                More generally,
                                                it works if
                                                $9s+3 = (2^m-1)2^k$
                                                for some $m$.



                                                To get rid of the 3
                                                requires $m$ even,
                                                so write this as
                                                $9s+3
                                                = (4^m-1)2^k
                                                = 3sum_j=0^m-14^j2^k
                                                $

                                                or
                                                $3s+1
                                                = 2^ksum_j=0^m-14^j
                                                $
                                                .



                                                Mod 3,
                                                we want
                                                $1
                                                =2^ksum_j=0^m-14^j
                                                =2^km
                                                $

                                                so if
                                                $2^km = 1 bmod 3$
                                                we are done,
                                                and this can always be done.







                                                share|cite|improve this answer












                                                share|cite|improve this answer



                                                share|cite|improve this answer










                                                answered 1 hour ago









                                                marty cohenmarty cohen

                                                74.9k549130




                                                74.9k549130





















                                                    0












                                                    $begingroup$

                                                    Suppose $k in mathbbN = mathbbZ_>0$ is given.



                                                    Set beginalign*
                                                    s &= 2^k + frac13 left( (-2)^k+1 - 1 right) text, and \
                                                    n &= (-1)^k+1 + k + 3 text.
                                                    endalign*



                                                    Then $s$ and $n$ are positive integers and
                                                    $$ 9s + 3 + 2^k = 2^n text. $$



                                                    This looks like a job for induction, but we can show it directly.



                                                    The expression for $n$ is a sum of integers, so $n$ is an integer, and the value of the expression lies in $[k+3-1, k+3+1]$. Since $k > 0$, this entire interval contains only positive numbers, so $n$ is a positive integer.



                                                    For $s$, note that $(-2)^k+1 - 1 cong 1^k+1 - 1 cong 1 - 1 cong 0 pmod3$, so the division by $3$ yields an integer. We wish to ensure $s > 0$, so beginalign*
                                                    2^k + frac13 left( (-2)^k+1 - 1 right) overset?> 0 \
                                                    2^k + frac13 left( (-1)^k+12^k+1 - 1 right) overset?> 0 \
                                                    1 + frac13 left( (-1)^k+12^1 - 2^-k right) overset?> 0
                                                    endalign*

                                                    If $k$ is even, beginalign*
                                                    1 + frac13 left( -2 - 2^-k right) overset?> 0 text,
                                                    endalign*

                                                    $-2 -2^-k in (-3,-2)$, so $1 + frac13 left( -2 - 2^-k right) in (0,1/3)$, all elements of which are positive, so $s$ is positive when $k$ is even. If $k$ is odd, beginalign*
                                                    1 + frac13 left( 2 - 2^-k right) overset?> 0 text,
                                                    endalign*

                                                    $2 - 2^-k in (1,2)$, so $1 + frac13 left( 2 - 2^-k right) in (4/3, 5/3)$, all elements of which are positive, so $s$ is an integer when $k$ is odd. Therefore, $s$ is positive when $k$ is odd. Therefore, $s$ is always a positive integer.



                                                    Plugging in the above expressions into the given equation, we have
                                                    $$ 9 left( 2^k + frac13 left( (-2)^k+1 - 1 right) right) + 3 + 2^k = 2^(-1)^k+1 + k + 3 text. $$
                                                    After a little manipulation, this is
                                                    $$ 2^(-1)^k+1 + k + 2 = 5 cdot 2^k - 3(-2)^k text. tag1 $$



                                                    First suppose $k$ is even, so $k = 2m$. Substituting this into (1) and simplifying a little, we have
                                                    $$ 2^-1 + 2m + 2 = 2 cdot 2^2m text, $$
                                                    a tautology.



                                                    Then suppose $k$ is odd, so $k = 2m+1$. Sustituting this into (1) and simplifying a little, we have
                                                    $$ 2^2m + 4 = 8 cdot 2^2m+1 text, $$
                                                    a tautology.



                                                    Therefore, the given $s$ and $n$ are positive integers which satisfy the given equation.



                                                    Aside: The above choices for $s$ and $n$ do not exhaust the solution set. For instance $(k,s,n) = (2, 131,176,846,746,379,033,713, 70)$ is another solution. (This is implicit in the other answers that use the fact that the powers of $2$ are cyclic modulo $9$.)






                                                    share|cite|improve this answer









                                                    $endgroup$

















                                                      0












                                                      $begingroup$

                                                      Suppose $k in mathbbN = mathbbZ_>0$ is given.



                                                      Set beginalign*
                                                      s &= 2^k + frac13 left( (-2)^k+1 - 1 right) text, and \
                                                      n &= (-1)^k+1 + k + 3 text.
                                                      endalign*



                                                      Then $s$ and $n$ are positive integers and
                                                      $$ 9s + 3 + 2^k = 2^n text. $$



                                                      This looks like a job for induction, but we can show it directly.



                                                      The expression for $n$ is a sum of integers, so $n$ is an integer, and the value of the expression lies in $[k+3-1, k+3+1]$. Since $k > 0$, this entire interval contains only positive numbers, so $n$ is a positive integer.



                                                      For $s$, note that $(-2)^k+1 - 1 cong 1^k+1 - 1 cong 1 - 1 cong 0 pmod3$, so the division by $3$ yields an integer. We wish to ensure $s > 0$, so beginalign*
                                                      2^k + frac13 left( (-2)^k+1 - 1 right) overset?> 0 \
                                                      2^k + frac13 left( (-1)^k+12^k+1 - 1 right) overset?> 0 \
                                                      1 + frac13 left( (-1)^k+12^1 - 2^-k right) overset?> 0
                                                      endalign*

                                                      If $k$ is even, beginalign*
                                                      1 + frac13 left( -2 - 2^-k right) overset?> 0 text,
                                                      endalign*

                                                      $-2 -2^-k in (-3,-2)$, so $1 + frac13 left( -2 - 2^-k right) in (0,1/3)$, all elements of which are positive, so $s$ is positive when $k$ is even. If $k$ is odd, beginalign*
                                                      1 + frac13 left( 2 - 2^-k right) overset?> 0 text,
                                                      endalign*

                                                      $2 - 2^-k in (1,2)$, so $1 + frac13 left( 2 - 2^-k right) in (4/3, 5/3)$, all elements of which are positive, so $s$ is an integer when $k$ is odd. Therefore, $s$ is positive when $k$ is odd. Therefore, $s$ is always a positive integer.



                                                      Plugging in the above expressions into the given equation, we have
                                                      $$ 9 left( 2^k + frac13 left( (-2)^k+1 - 1 right) right) + 3 + 2^k = 2^(-1)^k+1 + k + 3 text. $$
                                                      After a little manipulation, this is
                                                      $$ 2^(-1)^k+1 + k + 2 = 5 cdot 2^k - 3(-2)^k text. tag1 $$



                                                      First suppose $k$ is even, so $k = 2m$. Substituting this into (1) and simplifying a little, we have
                                                      $$ 2^-1 + 2m + 2 = 2 cdot 2^2m text, $$
                                                      a tautology.



                                                      Then suppose $k$ is odd, so $k = 2m+1$. Sustituting this into (1) and simplifying a little, we have
                                                      $$ 2^2m + 4 = 8 cdot 2^2m+1 text, $$
                                                      a tautology.



                                                      Therefore, the given $s$ and $n$ are positive integers which satisfy the given equation.



                                                      Aside: The above choices for $s$ and $n$ do not exhaust the solution set. For instance $(k,s,n) = (2, 131,176,846,746,379,033,713, 70)$ is another solution. (This is implicit in the other answers that use the fact that the powers of $2$ are cyclic modulo $9$.)






                                                      share|cite|improve this answer









                                                      $endgroup$















                                                        0












                                                        0








                                                        0





                                                        $begingroup$

                                                        Suppose $k in mathbbN = mathbbZ_>0$ is given.



                                                        Set beginalign*
                                                        s &= 2^k + frac13 left( (-2)^k+1 - 1 right) text, and \
                                                        n &= (-1)^k+1 + k + 3 text.
                                                        endalign*



                                                        Then $s$ and $n$ are positive integers and
                                                        $$ 9s + 3 + 2^k = 2^n text. $$



                                                        This looks like a job for induction, but we can show it directly.



                                                        The expression for $n$ is a sum of integers, so $n$ is an integer, and the value of the expression lies in $[k+3-1, k+3+1]$. Since $k > 0$, this entire interval contains only positive numbers, so $n$ is a positive integer.



                                                        For $s$, note that $(-2)^k+1 - 1 cong 1^k+1 - 1 cong 1 - 1 cong 0 pmod3$, so the division by $3$ yields an integer. We wish to ensure $s > 0$, so beginalign*
                                                        2^k + frac13 left( (-2)^k+1 - 1 right) overset?> 0 \
                                                        2^k + frac13 left( (-1)^k+12^k+1 - 1 right) overset?> 0 \
                                                        1 + frac13 left( (-1)^k+12^1 - 2^-k right) overset?> 0
                                                        endalign*

                                                        If $k$ is even, beginalign*
                                                        1 + frac13 left( -2 - 2^-k right) overset?> 0 text,
                                                        endalign*

                                                        $-2 -2^-k in (-3,-2)$, so $1 + frac13 left( -2 - 2^-k right) in (0,1/3)$, all elements of which are positive, so $s$ is positive when $k$ is even. If $k$ is odd, beginalign*
                                                        1 + frac13 left( 2 - 2^-k right) overset?> 0 text,
                                                        endalign*

                                                        $2 - 2^-k in (1,2)$, so $1 + frac13 left( 2 - 2^-k right) in (4/3, 5/3)$, all elements of which are positive, so $s$ is an integer when $k$ is odd. Therefore, $s$ is positive when $k$ is odd. Therefore, $s$ is always a positive integer.



                                                        Plugging in the above expressions into the given equation, we have
                                                        $$ 9 left( 2^k + frac13 left( (-2)^k+1 - 1 right) right) + 3 + 2^k = 2^(-1)^k+1 + k + 3 text. $$
                                                        After a little manipulation, this is
                                                        $$ 2^(-1)^k+1 + k + 2 = 5 cdot 2^k - 3(-2)^k text. tag1 $$



                                                        First suppose $k$ is even, so $k = 2m$. Substituting this into (1) and simplifying a little, we have
                                                        $$ 2^-1 + 2m + 2 = 2 cdot 2^2m text, $$
                                                        a tautology.



                                                        Then suppose $k$ is odd, so $k = 2m+1$. Sustituting this into (1) and simplifying a little, we have
                                                        $$ 2^2m + 4 = 8 cdot 2^2m+1 text, $$
                                                        a tautology.



                                                        Therefore, the given $s$ and $n$ are positive integers which satisfy the given equation.



                                                        Aside: The above choices for $s$ and $n$ do not exhaust the solution set. For instance $(k,s,n) = (2, 131,176,846,746,379,033,713, 70)$ is another solution. (This is implicit in the other answers that use the fact that the powers of $2$ are cyclic modulo $9$.)






                                                        share|cite|improve this answer









                                                        $endgroup$



                                                        Suppose $k in mathbbN = mathbbZ_>0$ is given.



                                                        Set beginalign*
                                                        s &= 2^k + frac13 left( (-2)^k+1 - 1 right) text, and \
                                                        n &= (-1)^k+1 + k + 3 text.
                                                        endalign*



                                                        Then $s$ and $n$ are positive integers and
                                                        $$ 9s + 3 + 2^k = 2^n text. $$



                                                        This looks like a job for induction, but we can show it directly.



                                                        The expression for $n$ is a sum of integers, so $n$ is an integer, and the value of the expression lies in $[k+3-1, k+3+1]$. Since $k > 0$, this entire interval contains only positive numbers, so $n$ is a positive integer.



                                                        For $s$, note that $(-2)^k+1 - 1 cong 1^k+1 - 1 cong 1 - 1 cong 0 pmod3$, so the division by $3$ yields an integer. We wish to ensure $s > 0$, so beginalign*
                                                        2^k + frac13 left( (-2)^k+1 - 1 right) overset?> 0 \
                                                        2^k + frac13 left( (-1)^k+12^k+1 - 1 right) overset?> 0 \
                                                        1 + frac13 left( (-1)^k+12^1 - 2^-k right) overset?> 0
                                                        endalign*

                                                        If $k$ is even, beginalign*
                                                        1 + frac13 left( -2 - 2^-k right) overset?> 0 text,
                                                        endalign*

                                                        $-2 -2^-k in (-3,-2)$, so $1 + frac13 left( -2 - 2^-k right) in (0,1/3)$, all elements of which are positive, so $s$ is positive when $k$ is even. If $k$ is odd, beginalign*
                                                        1 + frac13 left( 2 - 2^-k right) overset?> 0 text,
                                                        endalign*

                                                        $2 - 2^-k in (1,2)$, so $1 + frac13 left( 2 - 2^-k right) in (4/3, 5/3)$, all elements of which are positive, so $s$ is an integer when $k$ is odd. Therefore, $s$ is positive when $k$ is odd. Therefore, $s$ is always a positive integer.



                                                        Plugging in the above expressions into the given equation, we have
                                                        $$ 9 left( 2^k + frac13 left( (-2)^k+1 - 1 right) right) + 3 + 2^k = 2^(-1)^k+1 + k + 3 text. $$
                                                        After a little manipulation, this is
                                                        $$ 2^(-1)^k+1 + k + 2 = 5 cdot 2^k - 3(-2)^k text. tag1 $$



                                                        First suppose $k$ is even, so $k = 2m$. Substituting this into (1) and simplifying a little, we have
                                                        $$ 2^-1 + 2m + 2 = 2 cdot 2^2m text, $$
                                                        a tautology.



                                                        Then suppose $k$ is odd, so $k = 2m+1$. Sustituting this into (1) and simplifying a little, we have
                                                        $$ 2^2m + 4 = 8 cdot 2^2m+1 text, $$
                                                        a tautology.



                                                        Therefore, the given $s$ and $n$ are positive integers which satisfy the given equation.



                                                        Aside: The above choices for $s$ and $n$ do not exhaust the solution set. For instance $(k,s,n) = (2, 131,176,846,746,379,033,713, 70)$ is another solution. (This is implicit in the other answers that use the fact that the powers of $2$ are cyclic modulo $9$.)







                                                        share|cite|improve this answer












                                                        share|cite|improve this answer



                                                        share|cite|improve this answer










                                                        answered 11 mins ago









                                                        Eric TowersEric Towers

                                                        33.3k22370




                                                        33.3k22370



























                                                            draft saved

                                                            draft discarded
















































                                                            Thanks for contributing an answer to Mathematics Stack Exchange!


                                                            • Please be sure to answer the question. Provide details and share your research!

                                                            But avoid …


                                                            • Asking for help, clarification, or responding to other answers.

                                                            • Making statements based on opinion; back them up with references or personal experience.

                                                            Use MathJax to format equations. MathJax reference.


                                                            To learn more, see our tips on writing great answers.




                                                            draft saved


                                                            draft discarded














                                                            StackExchange.ready(
                                                            function ()
                                                            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3168962%2fhow-to-prove-a-simple-equation%23new-answer', 'question_page');

                                                            );

                                                            Post as a guest















                                                            Required, but never shown





















































                                                            Required, but never shown














                                                            Required, but never shown












                                                            Required, but never shown







                                                            Required, but never shown

































                                                            Required, but never shown














                                                            Required, but never shown












                                                            Required, but never shown







                                                            Required, but never shown







                                                            Popular posts from this blog

                                                            What does “fit” mean in this sentence? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How does 'jealousy' mean 'suspicion'?What does “not so say” mean?Does “somebody of my caliber” mean the speaker themselves?“accounting for high fasting blood glucose”- help about the meaningWhat does “cloaked by NDA” mean in this context?What does it mean by 'community ownership' in this context?What does “human corroborators” mean in this context?What does “everything but a fire” mean in this context?What does “run” mean here?What does “rabbited” mean/imply in this sentence?

                                                            History of India Contents Prehistoric era (until c. 3300 BCE) Bronze Age – "First urbanisation" (c. 3300 – c. 1800 BCE) Climate change, de-urbanisation, and Indo-Aryan migrations (c.1800 – 1500 BCE) Iron Age - Vedic period (c. 1500 – c. 600 BCE) "Second urbanisation" (c. 600 – c. 200 BCE) Classical to early medieval periods (c. 200 BCE – c. 1200 CE) Late medieval period (c. 1200 – 1526 CE) Early modern period (c. 1526–1858 CE) Modern period and independence (after c. 1850 CE) Historiography See also References Further reading External links Navigation menureviewedee[update]The crisisThe Evolution and History of Human Populations in South Asia: Inter-disciplinary Studies in Archaeology, Biological Anthropology, Linguistics and GeneticsThe Ancient Indus: Urbanism, Economy, and Society"Indus River Valley Civilizations"The Ancient Indus: Urbanism, Economy, and Society"India before the British: The Mughal Empire and its Rivals, 1526–1857"Why Europe Grew Rich and Asia Did Not: Global Economic Divergence, 1600–1850Development Centre Studies The World Economy Historical Statistics: Historical StatisticsDeveloping cultures: case studiesEthnic Groups of South Asia and the Pacific: An Encyclopedia: An Encyclopedia"Indian Economy During British Rule""Economic Impact of the British Rule in India | Indian History"The Bone Readers: Science and Politics in Human Origins Research"Out of Africa: new hypotheses and evidence for the dispersal of Homo sapiens along the Indian Ocean rim"10.3109/0301446100363924920334598"Genetic and archaeological perspectives on the initial modern human colonization of southern Asia"2013PNAS..11010699M10.1073/pnas.1306043110369678523754394"Edakkal Caves|Places Around in Wayanad"Protecting megaliths to keep history alive The Hindu daily"Archaeologists rock solid behind Edakkal Cave"The Global Prehistory of Human Migration"Indus Valley 2,000 years older than thought"the original"Stepwells -Cosmology of Subterranean Architecture as seen in Adalaj"A History of Ancient and Early medieval India : from the Stone Age to the 12th century"Stone celts in Harappa"the original"Peoples and languages in pre-islamic Indus valley"the original"The Sindhi language"the originalThe Aryan chromosome"Fluvial landscapes of the Harappan Civilization"2012PNAS..109E1688G10.1073/pnas.1112743109338705422645375"Is River Ghaggar, Saraswati? Geochemical Constraints""An Ancient Civilization, Upended by Climate Change""Huge Ancient Civilization's Collapse Explained"2003GeoRL..30.1425S10.1029/2002GL0168222006QSRv...25.1283M10.1016/j.quascirev.2005.10.0122011QuInt.229..140M10.1016/j.quaint.2009.11.012Climate Change and the Course of Global History: A Rough JourneyA History of Ancient and Early Medieval India: From the Stone Age to the 12th CenturyA History of Ancient and Mediaeval India: From the Stone Age to the 12th CenturyAntennae SwordA History of IndiaA History of IndiaAn Introduction to Hinduism"India: The Late 2nd Millennium and the Reemergence of Urbanism"The Coinage of Ancient IndiaA Sanskrit reader: with vocabulary and notesPedigree: the origins of words from nature"Early Sanskritization. Origins and Development of the Kuru State"10.11588/ejvs.1995.4.823The Sanskrit epics, Part 2The City in South AsiaThe UpanishadsAn Introduction to HinduismReligions of the World, Second Edition: A Comprehensive Encyclopedia of Beliefs and PracticesA History of Ancient and Early Medieval India: From the Stone Age to the 12th CenturyEarly India: From the Origins to AD 1300Republics in ancient Indiapp. 83ff"Magadha Empire""Lumbini Development Trust: Restoring the Lumbini Garden"the originalThe great armies of antiquityarchived"The Achaemenid Persian Empire (550–330 B.C.)""East–West Orientation of Historical Empires"1076-156X"Dinner on the Grand Trunk Road"10.2307/32502263250226"Silappathikaram Tamil Literature"the originalManimekalai – English transliteration of Tamil originalIndian Temple Architecture: Form and Transformation : the Karṇāṭa Drāviḍa Tradition, 7th to 13th CenturiesBuddhist ArchitectureA History of India"The World Economy (GDP) : Historical Statistics by Professor Angus Maddison"The World Economy – Volume 1: A Millennial Perspective and Volume 2: Historical Statistics10.2307/32502140004-36483250214A Comprehensive History of India: Volume 2Between the Empires: Society in India, 300 to 400Emergence of Viṣṇu and Śiva Images in India: Numismatic and Sculptural Evidence"Parthian Pair of Earrings"the originalThe Medical Times and Gazette, Volume 1Greatest emporium in the worldThe Cambridge History of Ancient China: From the Origins of Civilization to 221 BCBuddhist Records of the Western WorldArchaeology in Soviet Central AsiaThe Grandeur of Gandhara: The Ancient Buddhist Civilization of the Swat, Peshawar, Kabul and Indus ValleysIndian Sculpture: Circa 500 B.C.-A.D. 700"The History of Pakistan: The Kushans"Gupta Dynasty – MSN Encartathe original"India – Historical Setting – The Classical Age – Gupta and Harsha""Gupta Dynasty, Golden Age Of India"the original"The Age of the Guptas and After"the originalNumber Theory and Its History"Gupta dynasty (Indian dynasty)""Gupta dynasty: empire in 4th century"the original"The Story of India – Photo Gallery"The ASI say499315420"Pallava script"p. 145"CNG: eAuction 329. INDIA, Post-Gupta (Ganges Valley). Vardhanas of Thanesar and Kanauj. Harshavardhana. Circa AD 606–647. AR Drachm (13mm, 2.28 g, 1h)""Harsha""Sthanvishvara (historical region, India)""Harsha (Indian emperor)"Shyama Kumar Chattopadhyaya (2000) The Philosophy of Sankar's Advaita VedantaShankara's IntroductionShankara's Introduction19373677Shankara's IntroductionIs The Buddhist 'No-Self' Doctrine Compatible With Pursuing Nirvana?The Seven Spiritual Laws Of YogaIndia: The Ancient Past. A History of the Indian-Subcontinent from 7000 BC to AD 1200The Kashmir Series: Glimpses of Kashmiri Culture – Vivekananda Kendra, Kanyakumari (p. 57).Al-Hind: Early Medieval India and the Expansion of Islam, 7th–11th CenturiesHistory of GopāchalaLand of Two Rivers: A History of Bengal from the Mahabharata to MujibEuropean Trade and Colonial ConquestA History of IndiaA Comprehensive History Of Ancient India (3 Vol. Set)"The Last Years of Cholas: The decline and fall of a dynasty"the originalFascinating Hindutva: Saffron Politics and Dalit MobilisationGazetteer of the province of OudhAl- Hind: The slave kings and the Islamic conquest. 2"Shahi Family"The Cambridge history of Islam"Ameer Nasir-ood-deen Subooktugeen"Gazetteer of the Attock District, 1930, Part 1Land of seven rivers: History of India's GeographyTemple Desecration and Indo-Muslim StatesIslam in South Asia: A Short HistoryBeyond Orientalism: The Work of Wilhelm Halbfass and Its Impact on Indian and Cross-cultural StudiesThe Making of Terrorism in Pakistan: Historical and Social Roots of ExtremismOrnament in Indian ArchitectureA historical review of Hindu India: 300 B.C. to 1200 A.D."Indian States and Union Territories"Islam in South Asia: A Short HistoryA Brief History of the Indian PeoplesThe Modern ReviewDelhi Sultanate"Battuta's Travels: Delhi, capital of Muslim India"the original"Timur – conquest of India"the originalIndia HandbookBhaktiThe Four Denomination of Hinduism10.1007/s11407-008-9049-925691067"Vijayanagara Research Project::Elephant Stables"10.2307/26465262646526Historical Dictionary of the TamilsBihar General Knowledge DigestMapping Bihar: From Medieval to Modern TimesPopular Literature and Pre-modern Societies in South AsiaA manual of the Kistna district in the presidency of MadrasAncient Indian History and CivilizationFragmented Memories: Struggling to be Tai-Ahom in India"The Islamic World to 1600: Rise of the Great Islamic Empires (The Mughal Empire)"the originalDynasties: A Global History of Power, 1300–1800, p. 105"Whose fort is it anyway"10.1111/0020-8833.000532600793Development Centre Studies The World Economy Historical Statistics: Historical Statistics"India's Deindustrialization in the 18th and 19th Centuries"The Mughal Empire, p. 190"The Long Globalization and Textile Producers in India"The Mughal World: Life in India's Last Golden AgeAurangzeb: The Life and Legacy of India's Most Controversial KingIn the Shadow of the Taj: A Portrait of Agra"Iran in the Age of the Raj"p. 8610.2307/20539802053980Delhi, the Capital of IndiaAn Advanced History of Modern India"Journal of the Tanjore Maharaja Serfoji's Sarasvati Mahal Library"The Rediscovery of India: A New SubcontinentIslamic Renaissance In South Asia (1707–1867) : The Role Of Shah Waliallah & His SuccessorsAn Advanced History of Modern IndiaThe Great Maratha Mahadaji Scindia"Full text of "Selections from the papers of Lord Metcalfe; late governor-general of India, governor of Jamaica, and governor-general of Canada""The Discovery Of IndiaThe Sacred City of the Hindus: An Account of Benares in Ancient and Modern TimesResurrecting Banaras: Urban Space, Architecture and Religious BoundariesFaith & Philosophy of Sikhism"Missiles mainstay of Pak's N-arsenal"History Modern India By S.N. Sen"Sirajuddaula"ArchivedLongman History & Civics (Dual Government in Bengal)Madhya Pradesh National Means-Cum-Merit Scholarship Exam (Warren Hasting's system of Dual Government)A Military History of Britain: from 1775 to the PresentIndian Cultural Heritage Perspective For TourismHindu Rulers, Muslim Subjects: Islam, Rights, and the History of KashmirIndian HistoryAn Atlas and Survey of South Asian HistoryAn Historical Account of the British Trade Over the Caspian SeaIndian Merchants and Eurasian Trade, 1600–1750The Indian diaspora in Central Asia and its trade, 1550–1900From Constantinople to the home of Omar Khayyam: travels in Transcaucasia and northern Persia for historic and literary researchA journey from Bengal to England: through the northern part of India, Kashmire, Afghanistan, and Persia, and into Russia, by the Caspian-SeaA Second Journey through Persia, Armenia, and Asia Minor, to Constantinople, between the Years 1810 and 1816Reports from the consuls of the United States, 1887Portugal and its Empire, 1250–1800 (Collected Essays in Memory of Glenn J. Ames).: Portuguese Studies Review, Vol. 17, No. 1The Dutch Power in Kerala, 1729–1758http://mod.nic.inArchivedDossier Goa – A Recusa do Sacrifício InútilAn Imperial Crisis in British India: The Manipur Uprising of 1891The Truth of Babri Mosque"Kolkata (Calcutta) : History"the original"Robert Clive, Baron Clive, 'Clive of India', 1725–1774""The Transformation from a Pre-Colonial to a Colonial Order: The Case of India"10.2307/25955872595587A versatile geniusArchived10.1109/MWSYM.1997.602854"Rabindranath Tagore on Education"the original"Essay on 'Derozio and the Young Bengal Movement'"Poverty and Famines: An Essay on Entitlement and Deprivation"Plague"the originalPopulation Growth and Land Use"Reintegrating India with the World Economy""Census Of India 1931"A history of modern India, 1480–1950"'India's well-timed diversification of army helped democracy' | Business Standard News"Bal Gangadhar Tilak: Struggle for Swaraj"Participants from the Indian subcontinent in the First World War""Commonwealth War Graves Commission Annual Report 2007–2008 Online"the original1462689197110.1017/s0010417500016534178920Eurocentrism: a marxian critical realist critique"Ranjit Guha, "On Some Aspects of Historiography of Colonial India""10.2307/2168385216838510.7202/016593ar"Harvard scholar says the idea of India dates to a much earlier time than the British or the Mughals""In The Footsteps of Pilgrims""India's spiritual landscape: The heavens and the earth""India: A Sacred Geography by Diana L Eck – review"Modern India: The Origins of an Asian Democracy10.2307/21694222169422964322464"The Indian Subcontinent and 'Out of Africa 1'"254043308Encyclopedia of World ReligionsThe Evolution and History of Human Populations in South Asia: Inter-disciplinary Studies in Archaeology, Biological Anthropology, Linguistics and Genetics"The Early Paleolithic of the Indian Subcontinent: Hominin Colonization, Dispersals and Occupation History"Ancient Indian History and CivilizationAncient Indian Social History: Some Interpretationsthe originalIndia Before EuropeA Concise History of Modern India"The beginning of the historical period, c. 500–150 BCE"full textA History of Indiathe originalexcerpt and text searchexcerptexcerptAn Economic History of India: From Pre-Colonial Times to 1991excerpt and text searchexcerpt and text searchIndia as known to the ancient world10.1111/j.1468-0289.1985.tb00391.x2597191onlineThe History of India, as told by its own historians. The Muhammadan Periodonline editionHans William Brown research collection on 19th-century missionary work in India, 1882–1932, Ms. Coll. 1033, Kislak Center for Special Collections, Rare Books and Manuscripts, University of Pennsylvaniaee

                                                            Isurus Índice Especies | Notas | Véxase tamén | Menú de navegación"A compendium of fossil marine animal genera (Chondrichthyes entry)"o orixinal"A review of the Tertiary fossil Cetacea (Mammalia) localities in wales port taf Museum Victoria"o orixinalThe Vertebrate Fauna of the Selma Formation of Alabama. Part VII. Part VIII. The Mosasaurs The Fishes50419737IDsh85068767Isurus2548834613242066569678159923NHMSYS00210535017845105743