1

Take the natural numbers. Large natural numbers will each require a minimum amount of information in order to be uniquely defined. However, this amount of information is not the same as the size of that number. That is, some are "compressible" due to some kind of regularity. For instance, a number can be defined recursively, or by its prime factors, or by its distance (where distance can be extended to orders of magnitude and even greater types of recursion) from another easily identifiable integer.

Given a formal mathematical language, is it possible to determine the amount of information in a number? Let I(N) = The minimum number of bits needed to uniquely identify a natural number N. For small numbers, this seems trivial. However, is it possible to generalize this function for all integers?

  • 1
    This might have stuff related to your question : http://math.stackexchange.com/questions/3419/is-it-possible-to-represent-every-huge-number-in-abbreviated-form/3421#3421 –  Mar 16 '17 at 06:28

1 Answers1

0

This is, of course, the definition of Kolmogorov complexity, and will be different depending on exactly how you count expressions.

Charles
  • 32,122