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

coq-community/goedel

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.