Article · Wikipedia archive · Last revised Jun 3, 2026

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.

Last revised
Jun 3, 2026
Read time
≈ 1 min
Length
299 w
Citations
1
Source

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} .1

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

See also

References

References

  1. Antunes, Luís; Bauwens, Bruno; Souto, André; Teixeira, Andreia (2017-02-01). "Sophistication vs Logical Depth". Theory of Computing Systems. 60 (2): 280–298. arXiv:1304.8046. doi:10.1007/s00224-016-9672-6. ISSN 1433-0490. S2CID 253745548.