1

let L be a CSL. (my understanding/ memory/ expectation is) the problem

is L finite or infinite?

is undecidable.

  • where was this 1st proved/ published?

  • are there any cases in the literature of analyzing a CSL L in some "limited context" and determining whether it is finite or infinite? (also wondering about machine learning contexts.)

(brief background: the question can arise in analysis/ application of automated theorem proving. one might reduce a theorem "there exist an infinite x" to a CSL L which enumerates x and the question of whether L is finite or infinite.)

Raphael
  • 72,336
  • 29
  • 179
  • 389
vzn
  • 11,034
  • 1
  • 27
  • 50
  • How is $L$ given? 2) The proof is probably not too hard; something like this should work. 3) I don't understand the question in the second bullet. What is "limited context"?
  • – Raphael Apr 05 '16 at 16:45
  • (1) L can be specified in any CSL format eg CSG etc. (2) ML or heuristics are sometimes used to attack undecidable problems and get "limited solutions" ie sometimes solutions are found in limited contexts. one near-classic example is the busy beaver problem etc. can give more bkg in [chat] for anyone interested – vzn Apr 05 '16 at 16:53
  • One question per post, please. 2. When folks ask for clarification, please edit the post to incorporate all relevant information. People shouldn't have to read the comments to understand what you are asking. I still don't understand what you mean by "limited context". Are you asking for an algorithm that doesn't always terminate, but when it does terminate, its answer is always correct? (There is a trivial such algorithm: always enter an infinite loop.) Are you asking for a class of languages, contained in CSL but containing CFL, for finiteness is decidable?
  • – D.W. Apr 06 '16 at 05:36