Preply — Study more efficiently by working with a personal tutor. Get 50% off.Affiliate

Wikipedia

Logical depth

Logical depth is a measure of complexity for individual strings devised by Charles H. Bennett based on the computational complexity of an algorithm that can recreate a given piece of information. It differs from Kolmogorov complexity in that it considers the computation time of the algorithm with nearly minimal length, rather than the length of the minimal algorithm. Informally, the logical depth of a string x {\displaystyle x} to a significance level s {\displaystyle s} is the time required to compute x {\displaystyle x} by a program no more than s {\displaystyle s} bits longer than the shortest program that computes x {\displaystyle x} . Formally, let p ∗ {\displaystyle p^{*}} be the shortest program that computes a string x {\displaystyle x} on some universal computer U {\displaystyle U} . Then the logical depth of x {\displaystyle x} to the significance level s {\displaystyle s} is given by min { T ( p ) : ( | p | − | p ∗ | < s ) ∧ ( U ( p ) = x ) } , {\displaystyle {\text{min}}\{T(p):(|p|-|p^{*}|<s)\wedge (U(p)=x)\},} where T ( p ) {\displaystyle T(p)} is the number of computation steps that p {\displaystyle p} made on U {\displaystyle U} to produce x {\displaystyle x} and halt.

See also Effective complexity Self-dissimilarity Forecasting complexity Sophistication (complexity theory)

References

Bennett, Charles H. (1988), "Logical Depth and Physical Complexity", in Herken, Rolf (ed.), The Universal Turing Machine: a Half-Century Survey, Oxford U. Press, pp. 227–257, CiteSeerX 10.1.1.70.4331 {{citation}}: Cite uses deprecated parameter |citeseerx= (help) Craig, Edward (1998), "Computability and Information, Section 6: Logical depth", Routledge Encyclopedia of Philosophy, Vol. 10: Index, Taylor & Francis, p. 481, ISBN 9780415073103

Tags

  • Computational complexity theory
  • Information theory
  • Measures of complexity
  • Theoretical computer science stubs