3

Is there a language actually in use that can't be recognized by a linear bounded automaton? I only know of ones that don't have a practical use, like "the set of pairs of equivalent regular expressions with exponentiation" (Wikipedia). Or would any such language be too slow to recognize to be useful?

Eric Yu
  • 284

2 Answers2

3

The set of true statements in Presburger Arithmetic is not context sensitive (as it has been shown that it is not $\text{NPSPACE}(n)$ decideable).

As for being in actual use, don't know.

Got from: https://cstheory.stackexchange.com/questions/5064/is-there-an-example-of-a-non-context-sensitive-language

Aryabhata
  • 82,206
0

I think any problem with non-elementary complexity should do, e.g. "correctly typed programs" for some complex type theories might be just an example you look for ;-)

dtldarek
  • 37,381