Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
/ goedel Public archive

Archived since the contents have been moved to the Hydras & Co. repository

License

Notifications You must be signed in to change notification settings

coq-community/goedel

Repository files navigation

Goedel

Docker CI Contributing Code of Conduct Zulip

A proof in Coq of the Gödel-Rosser 1st incompleteness theorem, which says that any first order theory extending NN (which is PA without induction) that is complete is inconsistent.

Meta

Building and installation instructions

The easiest way to install the latest released version of Goedel is via OPAM:

opam repo add coq-released https://coq.inria.fr/opam/released
opam install coq-goedel

To instead build and install manually, do:

git clone https://github.com/coq-community/goedel.git
cd goedel
make   # or make -j <number-of-cores-on-your-machine> 
make install

Documentation

More information about the project can be found at this website.