Skip to Content.
Sympa Menu

coq-club - [Coq-Club] trouble setting up environment to analyse Feit-Thompson proof.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] trouble setting up environment to analyse Feit-Thompson proof.


Chronological Thread 
  • From: Kevin Buzzard <kevin.m.buzzard AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] trouble setting up environment to analyse Feit-Thompson proof.
  • Date: Wed, 14 Jun 2017 08:29:03 +0100
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=kevin.m.buzzard AT gmail.com; spf=Pass smtp.mailfrom=kevin.m.buzzard AT gmail.com; spf=None smtp.helo=postmaster AT mail-wr0-f179.google.com
  • Ironport-phdr: 9a23:Xmb8RxezknBwFPBYDslQiFf7lGMj4u6mDksu8pMizoh2WeGdxcu9ZR7h7PlgxGXEQZ/co6odzbGH7Oa4ASQp2tWoiDg6aptCVhsI2409vjcLJ4q7M3D9N+PgdCcgHc5PBxdP9nC/NlVJSo6lPwWB6nK94iQPFRrhKAF7Ovr6GpLIj8Swyuu+54Dfbx9GiTe5Y75+Ngm6oRnMvcQKnIVuLbo8xAHUqXVSYeRWwm1oJVOXnxni48q74YBu/SdNtf8/7sBMSar1cbg2QrxeFzQmLns65Nb3uhnZTAuA/WUTX2MLmRdVGQfF7RX6XpDssivms+d2xSeXMdHqQb0yRD+v6bpgRh31hycdLzM38G/ZhM9tgqxFvB2svAB/z5LObY2JKPZyYqHQcNUHTmRBRMZRUClBD5u5YYQREeoBPOBYpJTgqlsTrBq/BBOjBPnyxTRVgXL23rM10/ogEQHAxgAgGsgCv2/JrNT0NaYdS/q1w7TTwDXMavNZwzb96IzSfh89pvGMWKt9fMzMwkchEAPFi0+fqY3jPz6N0+QCqXSb7+pnVeKxlWEnsQ9xojyoxsYikIXJgJwaykzC+C5kw4g1PcW1RFBnbdOgCpddtCGXO5FrTs88QGxkojs2x78CtJO9YSME0o4oxwTFZPyCa4WI4gzsVOKWITpggXJqYrO/hxKr/Umu0O3wStC40FhXoidHltTArH8N1xvU6siITvty4F2t1iqI1wDW8u1EIEY0mrTHK5M53LI8ip4evV7AEyL2gkn6kbGae0Y+9uS16enqZq3qppqGOI91jgH+PL4umsu6AekgMQgBQXab+eW61LH5+E31Wq5FjuA3k6jYqp/aP9kUq7W2Aw9QyIkj6hK/Ay2639QfmHkLNEhFdw6fj4j1J1HOJ+j1Auu4g1S1iTtk2/TGPqD6DZjWNXjCkLLhfa5n5EJGyQozy8pf55NOBb0bLvLzQBy5iNuNBRggdgew3uzPCdNn14pYV3jcLLWeNfbxvEGJ4KoFPvuebZUZ8GL+JuYk4bjry3Uki00UZ6WB0p4eaXT+FfNjdRbKKUHwi8sMRD9Z9jE1S/bn3QWP

I am on Ubuntu 14.04. I wanted to take a look at the Coq Feit Thompson
proof. I started with the Ubuntu 14.04 repository of coq (8.4pl5 or
so) and did get as far as compiling the proof with make, but then I
ran into this:

https://mathoverflow.net/a/164998/43076

I felt like this issue shouldn't be ignored, so I decided to start
again and install everything from opam (now giving me Coq 8.6). But
when I do this, "make" in the feit thompson directory gives me

make[1]: Entering directory `/home/buzzard/Encfs/Coq/feit_thompson'
CAMLC -c src/ssrmatching.mli
File "src/ssrmatching.mli", line 76, characters 14-34:
Error: Unbound type constructor glob_constr_and_expr
make[1]: *** [src/ssrmatching.cmi] Error 2
make[1]: Leaving directory `/home/buzzard/Encfs/Coq/feit_thompson'
make: *** [all] Error 2

My understanding of this error is that it's a problem with an early
version of ssreflect not compiling with the later version of coq. I
have installed coq-mathcomp-ssreflect using pam, but now I have to
persuade the Feit-Thompson code to use this more modern version of
ssreflect and I can't see how to change the ssreflect option in the
makefile.

**

What I am trying to do is to get and IDE up and running where I can
analyse the feit thompson proof files and step through them etc. I'm
finding this tough. Can anyone give me any pointers?

Kevin Buzzard



Archive powered by MHonArc 2.6.18.

Top of Page