Skip to Content.
Sympa Menu

coq-club - [Coq-Club] finite sets in proofs

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] finite sets in proofs


chronological Thread 
  • From: Christian Doczkal <doczkal AT ps.uni-sb.de>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] finite sets in proofs
  • Date: Fri, 26 Mar 2010 12:56:28 +0100

Hi

I have a proof development where I want to reason about finite sets over
decidable types. Im not interested in extracting code but I would like
to make as much use of definitional equality as possible to simplify
reasoning.

The Coq Standard Library offers several developments on finte sets

Coq.Sets.Finite_sets 
Coq.FSets
Coq.ListSet 

The last seems looks most promising for what I would like to do, except
that one always needs to explicitly provide the decision procedure for
the equality and there are not a whole lot of lemmas proven in this
library.

Which route would you recommend? Is there a more complete (proof
oriented) development on finite decidable sets that I am missing

-- 
Regards
Christian




Archive powered by MhonArc 2.6.16.

Top of Page