开发者

Fitch Format Proofs - Any automatic solvers around? [closed]

开发者 https://www.devze.com 2023-01-05 05:57 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

开发者_运维问答

Closed 8 years ago.

Improve this question

Is there any software around that using the Fitch format (used in Language, Proof and Logic), allows one to put a specific set of premises and goals and have it show us the full list of steps needed to solve the problem?


http://teachinglogic.liglab.fr/DN/index.php


Short answer: No.

Medium Answer: Can't really be done, though one could write a program to check the validity of a given proof fairly easily. In the case of propositional logic, the problem of automatically finding a proof is NP-complete (though it is decidable!), and in first order logic there are true theorems for which the prover would never stop. (undecidable) (via Gödel's incompleteness proof)

If you're interested in writing such a thing, you can take a stab at it, and maybe get it to work for some smaller cases, but it's not doable in general.

If you're looking for such a thing to get answers for your homework, quit trying. (a) you won't find it and (b) the problems from that book are pretty easy, and can be fun! Just give them a try, and seek out help if needed. and, of course, (c) you won't learn anything if you cheat.


Consider Apros by OLI Carnegie Mellon http://www.phil.cmu.edu/projects/apros/ .

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号