Skip to Content.
Sympa Menu

ssreflect - Re: [ssreflect] forall over fintype

Subject: Ssreflect Users Discussion List

List archive

Re: [ssreflect] forall over fintype


Chronological Thread 
  • From: Cyril Cohen <>
  • To: Arthur Azevedo de Amorim <>, "" <>
  • Subject: Re: [ssreflect] forall over fintype
  • Date: Mon, 01 Dec 2014 12:04:41 +0900

On 01/12/2014 01:34, Arthur Azevedo de Amorim wrote:
> Goal [forall b : bool, b == (0 < (b : nat))].

Hi, in this particular instance "by do ?[rewrite unlock|compute]." would
do the trick.

However, for general purpose (and in case of the need to change
algorithms and data representation) we (Maxime Dénès, Anders Mörtberg
and I) started a library named CoqEAL [1] which goal is to translate
automatically such statement in computable (and if possible efficiently)
counterparts.

Best,
--
Cyril Cohen
[1] https://github.com/CoqEAL/CoqEAL



Archive powered by MHonArc 2.6.18.

Top of Page