Is there any web-based course or materials about logic / automatic theorem proving? (I checked MIT's OpenCourseWare and I only found a vaguely related AI course)
Remember to vote up questions/answers you find interesting or helpful (requires 15 reputation points)
|
11
11
|
|
|
|
|
1
|
I haven't read any of these but they might be useful: Some notes of Frank Pfenning. |
||
|
|
You can accept an answer to one of your own questions by clicking the check mark next to it. This awards 15 reputation points to the person who answered and 2 reputation points to you.
|
5
|
There are basically two historical veins of automated theorem proving, either you accept a weakened logic in exchange for more automation eg ACL2, or you accept some fairly weak automation in exchange for a strong logic . Fortunately, there are some relatively modern tools such as Coq (and I suppose Isabelle/HOL) which support both veins of theorem proving. If you want a short concrete taste of this, I'd suggest checking out this tutorial by adam chipala which exposits some techniques in Coq that are very clever which allow for easy reasoning in at least the context of programming language theory. That aside, all these websites have a number of good references for good tutorials both about proof assistants and how to use them. |
||
|
|
|
2
|
Materials for one course on Isabelle (previously mentioned) are available. |
||
|
|
|
1
|
Benjamin Pierce has a nice introduction to automatic theorem proving in his Software Foundations Courseware, using Coq. |
||
|
|
|
4
|
I'll repeat the suggestion and highly recommend Frank Pfenning's course notes, which you can also find at the original course website (google "15-815 cmu"). Another book you can try is Jean Gallier's Logic for Computer Science: Foundations of Automatic Theorem Proving, recently recommended on a LambdaTheUltimate thread. |
||
|
|
|
1
|
Have you heard of the Coq proof assistant? It is quite popular here in France. The official webpage contains good documetation. |
||
|
|
|
3
|
John Harrison "Handbook of Practical Logic and Automated Reasoning" - superbook |
||
|
|

