Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Lists without repetition of occurrences

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Lists without repetition of occurrences


chronological Thread 
  • From: Martijn Vermaat <martijn AT vermaat.name>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] Lists without repetition of occurrences
  • Date: Wed, 24 Mar 2010 17:07:27 +0100

Op woensdag 24-03-2010 om 11:45 uur [tijdzone -0400], schreef Ruddy
Hahn:
> I am interested in representing lists of natural numbers without
> repetition of occurrences, using inductive types. 

This is used as a standard example for induction-recursion, which Coq
does not support directly.

See, for example, this paper by Venanzio Capretta on a representation of
induction-recursion in the Calculus of Inductive Constructions:
http://www.cs.ru.nl/~venanzio/publications/induction_recursion.pdf





Archive powered by MhonArc 2.6.16.

Top of Page