Software Installation

Coq installation

We'll use Coq V8.4, for various platforms:

Which IDE to use?

The official IDE to edit Coq source code is "CoqIde", which is distributed along with the Coq. It's great and you may try it.

However, there is another popular IDE: Proof General, and it's more popular in the Coq community. We'll use proof general in this course.

The installation of proof general is simple:

There are only a few commands you need to know to use ProofGeneral effectively:

What to do next?

Run Proof General. Visit the file Basics.v. And happy hacking.