Coq

From Wikipedia, the free encyclopedia

An example of proof written as a functional program: the proof of commutativity of addition on natural numbers in the proof assistant Coq
An example of proof written as a functional program: the proof of commutativity of addition on natural numbers in the proof assistant Coq

In computer science, Coq is a proof assistant application. It allows the expression of mathematical assertions, mechanically checks proofs of these assertions, helps to find formal proofs, and extracts a certified program from the constructive proof of its formal specification. Coq works within the theory of the calculus of inductive constructions, a derivative of the calculus of constructions. Coq is not an automated theorem prover but includes automatic theorem proving tactics and various decision procedures.

It is developed in France, in the TypiCal (ex-LogiCal) project, jointly operated by INRIA, École Polytechnique, University Paris XI and CNRS. There was also formerly a group at École Normale Supérieure de Lyon. The team leader is Senior Scientist Benjamin Werner. Coq is implemented in Objective Caml.

The word coq means "cock" (rooster) in French, and stems from a tradition of naming French research development tools with animal names. It is also a reference to Thierry Coquand, who developed the aforementioned calculus of constructions along with Gérard Huet.

Contents

[edit] Four color theorem and ssreflect extension

Benjamin Werner (of INRIA) and Georges Gonthier (of Microsoft Research, in Cambridge, England) used Coq to create a surveyable proof of the four color theorem, which was completed in September 2004.[1]

Based on this work, a significant extension to Coq was developed called Ssreflect (which stands for "small scale reflection"). Despite the name, most of the new features added to Coq by Ssreflect are general purpose features, useful not merely for the computational reflection style of proof. These include:

  • Additional convenient notations for irrefutable and refutable pattern matching, on inductive types with one or two constructors
  • Implicit arguments for functions applied to zero arguments - which is useful when programming with higher-order functions
  • Concise anonymous arguments
  • An improved set tactic with more powerful matching
  • Support for reflection

Ssreflect 1.1 is freely available under the open source CeCill-B license, and is compatible with Coq 8.1 (patch levels 2 and 3).[2]

[edit] See also

[edit] References

[edit] External links

Languages