Skip to Content.
Sympa Menu

ssreflect - [ssreflect] Coq computing with sets...

Subject: Ssreflect Users Discussion List

List archive

[ssreflect] Coq computing with sets...


Chronological Thread 
  • From: Florent Hivert <>
  • To: "" <>
  • Subject: [ssreflect] Coq computing with sets...
  • Date: Thu, 11 Feb 2016 19:50:20 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None ; spf=None ; spf=None
  • Ironport-phdr: 9a23:iQ+MvRGK2VJB5XtfAfzpsJ1GYnF86YWxBRYc798ds5kLTJ75r8mwAkXT6L1XgUPTWs2DsrQf27WQ6PyrADVYqb+681k8M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aJBzzOEJPK/jvHcaK1oLsh7/0oMGYOlwQzBOGIppMbzyO5T3LsccXhYYwYo0Q8TDu5kVyRuJN2GlzLkiSlRuvru25/Zpk7jgC86l5r50IAu3GePFyVqdCAToiPmspzMjwr1zCSxGO7z0dVH8Xm1xGGUKNuArhRJr/tibxqsJ4wzPfPMvsTLlyWDK47q4tRgW+2wkdMDts3mXQkMF2kOp7oQysvQA3l6DQZ5uYMuY4XqLDcMkGbW5bX4BfTXoSUcuHc4ITAr9Zbq5jpI7nqg5WoA==

Hi There,

I hope I'm not asking a question as stupid as my last one...

One great benefit of boolean reflection when trying to prove combinatorics is
that, Coq is able to automatically decide the truth of many particular cases
which are omnipresent in there. My experience is that it is quite helpful
here. However when playing with finset, I can't manage to compute
anything... Here is an example. There is only one partition of the empty set,
the empty set itself.

Lemma blu : [set p | partition p [set: 'I_0]] == [set set0].
Proof.
compute.

Ten minutes later I stopped Coq which has exhausted the 32GB of memory of my
computer. Is this expected ? Is there a workaround ?

Best regards,

Florent



Archive powered by MHonArc 2.6.18.

Top of Page