The ACL2 Books Directory

The word ``book'' has two senses to the ACL2 user. One is the normal one: a sequence of printed paper pages bound together between covers. There are such books about ACL2. Click here for more information.

The other sense is a technical one: an ACL2 ``book'' is a file of definitions, theorems and other commands used to extend ACL2's reasoning abilities. Commands add ``rules'' to ACL2's data base. When a book is ``certified,'' ACL2 checks that all the commands in it can be successfully processed. A book can be ``included'' into an ACL2 session to extend the data base. This is the standard way users exchange useful sets of theorems. See the online documentation topic BOOKS for details.

The standard distribution of ACL2 comes with many books. They are stored on this directory. This is a guide to the available books. We include instructions on how to certify the books in this directory at the end of this note.

Some of the links below are to files. Others are to directories. When you visit a directory, look at its README file. Most of these books were written by ACL2 users other than the authors of ACL2. Authorship is acknowledged in the individual files.

If you seek a book you suspect someone might have created but which is not here, join the ACL2 mailing list and ask the community.

If you develop a book you think will be useful to the community, please submit it following the instructions for contributing books to ACL2.

Certification Instructions

The instructions below assume that you are standing in subdirectory books of the ACL2 distribution.

To certify the ACL2 community books, execute a command such as one of the following. In the first case, we assume that if environment variable named "ACL2" is defined then it specifies your ACL2 executable, and otherwise the command "acl2" invokes your ACL2 executable. In the second and third cases, we define such an environment variable on the command line, where in the second case we assume that my_acl2 is on your path.

make
make ACL2=my_acl2
make ACL2=/u/smith/bin/my_acl2
To certify more books, download workshops.tar.gz to your acl2-sources/books/ directory, and then gunzip and extract it there.