Skip to Content.
Sympa Menu

coq-club - [Coq-Club]Counter example generation

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club]Counter example generation


chronological Thread 
  • From: Sean Wilson <sean.wilson AT ed.ac.uk>
  • To: coq-club AT pauillac.inria.fr
  • Subject: [Coq-Club]Counter example generation
  • Date: Thu, 22 Feb 2007 12:40:13 +0000
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>
  • Organization: School of Informatics, The University of Edinburgh

Hi,

Does Coq have any facilities available to generate counter examples to 
theorems? Specifically, I want to be able to generate counter examples to 
theorems which make use of arbitrarily defined inductive data types. For 
instance, if I have an inductive definition for sorted lists and a theorem 
about sorted lists, I want to be able to generate valid terms of type sorted 
list and check if they invalidate my theorem.

If Coq doesn't have any facilities like this, does anyone know of any good 
approaches for implementing this, such as any external systems that could be 
utilised or existing tactics that could be adapted for this purpose?

Regards,

Sean





Archive powered by MhonArc 2.6.16.

Top of Page