Do large integers carry more information than small integers?Entropy of generatable(?) structuresWhy do lower...

Is divide-by-zero a security vulnerability?

Finitely many repeated replacements

Does a difference of tense count as a difference of meaning in a minimal pair?

Was it really inappropriate to write a pull request for the company I interviewed with?

When Schnorr signatures are part of Bitcoin will it be possible validate each block with only one signature validation?

Confusion about Complex Continued Fraction

How to resolve: Reviewer #1 says remove section X vs. Reviewer #2 says expand section X

What is Tony Stark injecting into himself in Iron Man 3?

Do I really need to have a scientific explanation for my premise?

Why aren't there more Gauls like Obelix?

How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?

Should I take out a loan for a friend to invest on my behalf?

Recommendation letter by significant other if you worked with them professionally?

Doubts in understanding some concepts of potential energy

What would be the most expensive material to an intergalactic society?

Trig Subsitution When There's No Square Root

What can I do if someone tampers with my SSH public key?

MySQL importing CSV files really slow

Can one live in the U.S. and not use a credit card?

Can the alpha, lambda values of a glmnet object output determine whether ridge or Lasso?

Is it possible to find 2014 distinct positive integers whose sum is divisible by each of them?

Why is there an extra space when I type "ls" in the Desktop directory?

Why couldn't the separatists legally leave the Republic?

Is it possible to avoid unpacking when merging Association?



Do large integers carry more information than small integers?


Entropy of generatable(?) structuresWhy do lower probability messages contain more information?Do ordered lists contain more information than unordered lists?Self-information, one event half as likely than another event conveys twice the amount of information?How come that HSL can contain more information than RGB?Why does the information content of a less probable event yield more bits than a more probable one?Is the channel capacity (defined as the maximum of mutual information) always less than 1?Please, clarify relationship between Hausdorff dimension and storage space of points in Cantor sets.In what sense does a hyperbolic space have more information capacity than an Euclidean one?How much information in a die toss or a coin toss result













1












$begingroup$


Naively, the answer seems to be yes. Our representation of numbers in a base-ten system requires that large integers take more digits. Large numbers also take up more space when we write them in binary, and can be used to encode more information on a computer.



But as all integers represent one instance out of the set of all possible integers, their informational entropy should be equivalent, as are sides of a die in a dice game.



So, do large integers carry more information than small integers, or does the interaction of integers with a base-ten system produce different amounts of information for different integers?










share|cite|improve this question







New contributor




J-- is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$








  • 8




    $begingroup$
    How do you define information?
    $endgroup$
    – John Douma
    2 days ago






  • 1




    $begingroup$
    The Kolmogorov-complexity is in fact a measure of how many "information" a number contains. Most large numbers cannot be compreessed (that is created by a much smaller program than the program "print<number>"), hence in this sense contain more information in general, when they are larger.
    $endgroup$
    – Peter
    2 days ago










  • $begingroup$
    Another definition of information is as an appropriate function of the probability a random integer would be the value of interest. All sufficiently large integers must be very improbable once a distribution is specified, so the information is greater.
    $endgroup$
    – J.G.
    2 days ago






  • 1




    $begingroup$
    Depends. In a language where there are only two words, but each word is 999 letters long, each one is still only one bit's worth of information. There needs to be more context.
    $endgroup$
    – Anadactothe
    2 days ago






  • 1




    $begingroup$
    It seems useless to talk about a game of dice if nobody can ever know how many sides each die has. But if you tell me you rolled $1$ on a $45249081$-sided die, then you have given me a lot more information than just the number $1.$
    $endgroup$
    – David K
    2 days ago
















1












$begingroup$


Naively, the answer seems to be yes. Our representation of numbers in a base-ten system requires that large integers take more digits. Large numbers also take up more space when we write them in binary, and can be used to encode more information on a computer.



But as all integers represent one instance out of the set of all possible integers, their informational entropy should be equivalent, as are sides of a die in a dice game.



So, do large integers carry more information than small integers, or does the interaction of integers with a base-ten system produce different amounts of information for different integers?










share|cite|improve this question







New contributor




J-- is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$








  • 8




    $begingroup$
    How do you define information?
    $endgroup$
    – John Douma
    2 days ago






  • 1




    $begingroup$
    The Kolmogorov-complexity is in fact a measure of how many "information" a number contains. Most large numbers cannot be compreessed (that is created by a much smaller program than the program "print<number>"), hence in this sense contain more information in general, when they are larger.
    $endgroup$
    – Peter
    2 days ago










  • $begingroup$
    Another definition of information is as an appropriate function of the probability a random integer would be the value of interest. All sufficiently large integers must be very improbable once a distribution is specified, so the information is greater.
    $endgroup$
    – J.G.
    2 days ago






  • 1




    $begingroup$
    Depends. In a language where there are only two words, but each word is 999 letters long, each one is still only one bit's worth of information. There needs to be more context.
    $endgroup$
    – Anadactothe
    2 days ago






  • 1




    $begingroup$
    It seems useless to talk about a game of dice if nobody can ever know how many sides each die has. But if you tell me you rolled $1$ on a $45249081$-sided die, then you have given me a lot more information than just the number $1.$
    $endgroup$
    – David K
    2 days ago














1












1








1


1



$begingroup$


Naively, the answer seems to be yes. Our representation of numbers in a base-ten system requires that large integers take more digits. Large numbers also take up more space when we write them in binary, and can be used to encode more information on a computer.



But as all integers represent one instance out of the set of all possible integers, their informational entropy should be equivalent, as are sides of a die in a dice game.



So, do large integers carry more information than small integers, or does the interaction of integers with a base-ten system produce different amounts of information for different integers?










share|cite|improve this question







New contributor




J-- is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




Naively, the answer seems to be yes. Our representation of numbers in a base-ten system requires that large integers take more digits. Large numbers also take up more space when we write them in binary, and can be used to encode more information on a computer.



But as all integers represent one instance out of the set of all possible integers, their informational entropy should be equivalent, as are sides of a die in a dice game.



So, do large integers carry more information than small integers, or does the interaction of integers with a base-ten system produce different amounts of information for different integers?







information-theory






share|cite|improve this question







New contributor




J-- is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




J-- is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




J-- is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









J--J--

1061




1061




New contributor




J-- is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





J-- is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






J-- is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 8




    $begingroup$
    How do you define information?
    $endgroup$
    – John Douma
    2 days ago






  • 1




    $begingroup$
    The Kolmogorov-complexity is in fact a measure of how many "information" a number contains. Most large numbers cannot be compreessed (that is created by a much smaller program than the program "print<number>"), hence in this sense contain more information in general, when they are larger.
    $endgroup$
    – Peter
    2 days ago










  • $begingroup$
    Another definition of information is as an appropriate function of the probability a random integer would be the value of interest. All sufficiently large integers must be very improbable once a distribution is specified, so the information is greater.
    $endgroup$
    – J.G.
    2 days ago






  • 1




    $begingroup$
    Depends. In a language where there are only two words, but each word is 999 letters long, each one is still only one bit's worth of information. There needs to be more context.
    $endgroup$
    – Anadactothe
    2 days ago






  • 1




    $begingroup$
    It seems useless to talk about a game of dice if nobody can ever know how many sides each die has. But if you tell me you rolled $1$ on a $45249081$-sided die, then you have given me a lot more information than just the number $1.$
    $endgroup$
    – David K
    2 days ago














  • 8




    $begingroup$
    How do you define information?
    $endgroup$
    – John Douma
    2 days ago






  • 1




    $begingroup$
    The Kolmogorov-complexity is in fact a measure of how many "information" a number contains. Most large numbers cannot be compreessed (that is created by a much smaller program than the program "print<number>"), hence in this sense contain more information in general, when they are larger.
    $endgroup$
    – Peter
    2 days ago










  • $begingroup$
    Another definition of information is as an appropriate function of the probability a random integer would be the value of interest. All sufficiently large integers must be very improbable once a distribution is specified, so the information is greater.
    $endgroup$
    – J.G.
    2 days ago






  • 1




    $begingroup$
    Depends. In a language where there are only two words, but each word is 999 letters long, each one is still only one bit's worth of information. There needs to be more context.
    $endgroup$
    – Anadactothe
    2 days ago






  • 1




    $begingroup$
    It seems useless to talk about a game of dice if nobody can ever know how many sides each die has. But if you tell me you rolled $1$ on a $45249081$-sided die, then you have given me a lot more information than just the number $1.$
    $endgroup$
    – David K
    2 days ago








8




8




$begingroup$
How do you define information?
$endgroup$
– John Douma
2 days ago




$begingroup$
How do you define information?
$endgroup$
– John Douma
2 days ago




1




1




$begingroup$
The Kolmogorov-complexity is in fact a measure of how many "information" a number contains. Most large numbers cannot be compreessed (that is created by a much smaller program than the program "print<number>"), hence in this sense contain more information in general, when they are larger.
$endgroup$
– Peter
2 days ago




$begingroup$
The Kolmogorov-complexity is in fact a measure of how many "information" a number contains. Most large numbers cannot be compreessed (that is created by a much smaller program than the program "print<number>"), hence in this sense contain more information in general, when they are larger.
$endgroup$
– Peter
2 days ago












$begingroup$
Another definition of information is as an appropriate function of the probability a random integer would be the value of interest. All sufficiently large integers must be very improbable once a distribution is specified, so the information is greater.
$endgroup$
– J.G.
2 days ago




$begingroup$
Another definition of information is as an appropriate function of the probability a random integer would be the value of interest. All sufficiently large integers must be very improbable once a distribution is specified, so the information is greater.
$endgroup$
– J.G.
2 days ago




1




1




$begingroup$
Depends. In a language where there are only two words, but each word is 999 letters long, each one is still only one bit's worth of information. There needs to be more context.
$endgroup$
– Anadactothe
2 days ago




$begingroup$
Depends. In a language where there are only two words, but each word is 999 letters long, each one is still only one bit's worth of information. There needs to be more context.
$endgroup$
– Anadactothe
2 days ago




1




1




$begingroup$
It seems useless to talk about a game of dice if nobody can ever know how many sides each die has. But if you tell me you rolled $1$ on a $45249081$-sided die, then you have given me a lot more information than just the number $1.$
$endgroup$
– David K
2 days ago




$begingroup$
It seems useless to talk about a game of dice if nobody can ever know how many sides each die has. But if you tell me you rolled $1$ on a $45249081$-sided die, then you have given me a lot more information than just the number $1.$
$endgroup$
– David K
2 days ago










2 Answers
2






active

oldest

votes


















0












$begingroup$

It will help to think of information as a measure of difficulty: roughly, "more information" means "harder to describe" (the connection being that in order to describe it you have to say more) or "harder to compress" (as a string).



In light of this it should be clear that size doesn't control information: the number $$X={10}^{{10}^{10^{10^{10^{10}}}}}$$is rather large, but quite simple to describe (I've just done it); by contrast, consider the number $$Y=4361748963429187634192343214123412345654678492734536.$$ This is - relatively speaking - tiny. But it's (at a glance, at least) much harder to describe.





Now, per your comment "Large numbers also take up more space when we write them in binary" - a key point here is that we get to choose how to describe the numbers in question. If I tried to write out $X$ in decimal notation, I'd be in trouble, but the point is that there is some way to write $X$ compactly. The issue with $Y$ is that there isn't any obvious way to "repackage" it in a simpler form. Maybe we're amazingly lucky and it's (say) the smallest counterexample to Goldbach's conjecture - which would give a relatively simple way to define it ("the smallest counterexample to Goldbach's conjecture") - but barring such surprises, $Y$ is in fact harder to describe (= contains more information) than $X$.






share|cite|improve this answer











$endgroup$





















    0












    $begingroup$

    Think about the reverse problem: If I want to encode the complete works of Shakespeare into an integer, I don't think I can do it with anything smaller than $100.$ I could take the very large base-16 number formed from the ASCII file of all of Shakespeare's works.



    So it's the case that I am able to encode more information in a large integer than in a small one.






    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
      });


      }
      });






      J-- is a new contributor. Be nice, and check out our Code of Conduct.










      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3140352%2fdo-large-integers-carry-more-information-than-small-integers%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      0












      $begingroup$

      It will help to think of information as a measure of difficulty: roughly, "more information" means "harder to describe" (the connection being that in order to describe it you have to say more) or "harder to compress" (as a string).



      In light of this it should be clear that size doesn't control information: the number $$X={10}^{{10}^{10^{10^{10^{10}}}}}$$is rather large, but quite simple to describe (I've just done it); by contrast, consider the number $$Y=4361748963429187634192343214123412345654678492734536.$$ This is - relatively speaking - tiny. But it's (at a glance, at least) much harder to describe.





      Now, per your comment "Large numbers also take up more space when we write them in binary" - a key point here is that we get to choose how to describe the numbers in question. If I tried to write out $X$ in decimal notation, I'd be in trouble, but the point is that there is some way to write $X$ compactly. The issue with $Y$ is that there isn't any obvious way to "repackage" it in a simpler form. Maybe we're amazingly lucky and it's (say) the smallest counterexample to Goldbach's conjecture - which would give a relatively simple way to define it ("the smallest counterexample to Goldbach's conjecture") - but barring such surprises, $Y$ is in fact harder to describe (= contains more information) than $X$.






      share|cite|improve this answer











      $endgroup$


















        0












        $begingroup$

        It will help to think of information as a measure of difficulty: roughly, "more information" means "harder to describe" (the connection being that in order to describe it you have to say more) or "harder to compress" (as a string).



        In light of this it should be clear that size doesn't control information: the number $$X={10}^{{10}^{10^{10^{10^{10}}}}}$$is rather large, but quite simple to describe (I've just done it); by contrast, consider the number $$Y=4361748963429187634192343214123412345654678492734536.$$ This is - relatively speaking - tiny. But it's (at a glance, at least) much harder to describe.





        Now, per your comment "Large numbers also take up more space when we write them in binary" - a key point here is that we get to choose how to describe the numbers in question. If I tried to write out $X$ in decimal notation, I'd be in trouble, but the point is that there is some way to write $X$ compactly. The issue with $Y$ is that there isn't any obvious way to "repackage" it in a simpler form. Maybe we're amazingly lucky and it's (say) the smallest counterexample to Goldbach's conjecture - which would give a relatively simple way to define it ("the smallest counterexample to Goldbach's conjecture") - but barring such surprises, $Y$ is in fact harder to describe (= contains more information) than $X$.






        share|cite|improve this answer











        $endgroup$
















          0












          0








          0





          $begingroup$

          It will help to think of information as a measure of difficulty: roughly, "more information" means "harder to describe" (the connection being that in order to describe it you have to say more) or "harder to compress" (as a string).



          In light of this it should be clear that size doesn't control information: the number $$X={10}^{{10}^{10^{10^{10^{10}}}}}$$is rather large, but quite simple to describe (I've just done it); by contrast, consider the number $$Y=4361748963429187634192343214123412345654678492734536.$$ This is - relatively speaking - tiny. But it's (at a glance, at least) much harder to describe.





          Now, per your comment "Large numbers also take up more space when we write them in binary" - a key point here is that we get to choose how to describe the numbers in question. If I tried to write out $X$ in decimal notation, I'd be in trouble, but the point is that there is some way to write $X$ compactly. The issue with $Y$ is that there isn't any obvious way to "repackage" it in a simpler form. Maybe we're amazingly lucky and it's (say) the smallest counterexample to Goldbach's conjecture - which would give a relatively simple way to define it ("the smallest counterexample to Goldbach's conjecture") - but barring such surprises, $Y$ is in fact harder to describe (= contains more information) than $X$.






          share|cite|improve this answer











          $endgroup$



          It will help to think of information as a measure of difficulty: roughly, "more information" means "harder to describe" (the connection being that in order to describe it you have to say more) or "harder to compress" (as a string).



          In light of this it should be clear that size doesn't control information: the number $$X={10}^{{10}^{10^{10^{10^{10}}}}}$$is rather large, but quite simple to describe (I've just done it); by contrast, consider the number $$Y=4361748963429187634192343214123412345654678492734536.$$ This is - relatively speaking - tiny. But it's (at a glance, at least) much harder to describe.





          Now, per your comment "Large numbers also take up more space when we write them in binary" - a key point here is that we get to choose how to describe the numbers in question. If I tried to write out $X$ in decimal notation, I'd be in trouble, but the point is that there is some way to write $X$ compactly. The issue with $Y$ is that there isn't any obvious way to "repackage" it in a simpler form. Maybe we're amazingly lucky and it's (say) the smallest counterexample to Goldbach's conjecture - which would give a relatively simple way to define it ("the smallest counterexample to Goldbach's conjecture") - but barring such surprises, $Y$ is in fact harder to describe (= contains more information) than $X$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited 2 days ago

























          answered 2 days ago









          Noah SchweberNoah Schweber

          126k10151290




          126k10151290























              0












              $begingroup$

              Think about the reverse problem: If I want to encode the complete works of Shakespeare into an integer, I don't think I can do it with anything smaller than $100.$ I could take the very large base-16 number formed from the ASCII file of all of Shakespeare's works.



              So it's the case that I am able to encode more information in a large integer than in a small one.






              share|cite|improve this answer









              $endgroup$


















                0












                $begingroup$

                Think about the reverse problem: If I want to encode the complete works of Shakespeare into an integer, I don't think I can do it with anything smaller than $100.$ I could take the very large base-16 number formed from the ASCII file of all of Shakespeare's works.



                So it's the case that I am able to encode more information in a large integer than in a small one.






                share|cite|improve this answer









                $endgroup$
















                  0












                  0








                  0





                  $begingroup$

                  Think about the reverse problem: If I want to encode the complete works of Shakespeare into an integer, I don't think I can do it with anything smaller than $100.$ I could take the very large base-16 number formed from the ASCII file of all of Shakespeare's works.



                  So it's the case that I am able to encode more information in a large integer than in a small one.






                  share|cite|improve this answer









                  $endgroup$



                  Think about the reverse problem: If I want to encode the complete works of Shakespeare into an integer, I don't think I can do it with anything smaller than $100.$ I could take the very large base-16 number formed from the ASCII file of all of Shakespeare's works.



                  So it's the case that I am able to encode more information in a large integer than in a small one.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered 2 days ago









                  B. GoddardB. Goddard

                  19.5k21442




                  19.5k21442






















                      J-- is a new contributor. Be nice, and check out our Code of Conduct.










                      draft saved

                      draft discarded


















                      J-- is a new contributor. Be nice, and check out our Code of Conduct.













                      J-- is a new contributor. Be nice, and check out our Code of Conduct.












                      J-- is a new contributor. Be nice, and check out our Code of Conduct.
















                      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%2f3140352%2fdo-large-integers-carry-more-information-than-small-integers%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

                      Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

                      Fil:Tokke komm.svg

                      Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?