Hurkyl
Staff Emeritus
Science Advisor
Gold Member
- 14,922
- 28
There's a problem with this one, though.Given two infinite strings s and t, s <= t iff there exists some infinite sequence K = {n1, n2, ... } of natural numbers and a constant C, such if n in K then given the prefix of t of length n, it is possible to compute n - C elements of s along with their positions in s, though these elements need not be consecutive.
Let s = {0, 0, 0, 0, ...} and t = {0, r1, 0, r2, 0, r3, ... } where the ri are a "random" sequence.
s and t would compare equal according to this definition, since I can always compute n bit & position pairs of one string given the first n of the other.