If $s$ is a substring so that $s \subset S$, can Kolmogorov complexity of the whole string $S$ be lower than that of the given substring, $K(S) < K(s)$?
2026-03-25 14:21:56.1774448516
Respective complexities of a string and its substring
77 Views Asked by user10575 https://math.techqa.club/user/user10575/detail At
1
Yes. The Kolmogorov complexity depends on the language used to describe the strings, but for instance if your string is the concatenation of all binary numbers with $l$ digits in increasing order, then the shortest program required to output a substring of that whose ends are in the middle of two of the numbers is likely to be longer than the shortest program required to output the whole thing, since you need to add some code to take care of the fragments at the ends.