|
|
|
|
|
by tom_mellior
3318 days ago
|
|
> > the existence of programs that might be "productive" in your sense, but might also never stop, and it is not possible to know in advance > I struggle to imagine a practical case where we want to run a program that we didn't and couldn't know whether it worked though. First-order theorem proving is a very practical case. Proof in first-order logic is "recursively enumerable", which means that we can write provers that, given a formula F, produce a proof of F in finite time if such a proof exists. But in general we don't know if a proof exists or how long it will take to find it. So if we start a prover, it will just sit there and not look "productive" until it either returns a proof or we kill it because we're tired of waiting. |
|