Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] is there an example about data mining new geometry theorems with geo coq github and translate proof into a polynomials system

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] is there an example about data mining new geometry theorems with geo coq github and translate proof into a polynomials system


Chronological Thread 
  • From: Julien Narboux <jnarboux AT narboux.fr>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] is there an example about data mining new geometry theorems with geo coq github and translate proof into a polynomials system
  • Date: Sat, 12 Dec 2015 22:51:53 +0100
  • Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=jnarboux AT narboux.fr; spf=None smtp.mailfrom=jnarboux AT narboux.fr; spf=None smtp.helo=postmaster AT mail-vk0-f50.google.com
  • Ironport-phdr: 9a23:TvUPuBbrClRVo32nT8Y6fEP/LSx+4OfEezUN459isYplN5qZpcq+bnLW6fgltlLVR4KTs6sC0LqI9fi4EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35rxj7j60qaQSjsLrQL1Wal1IhSyoFeZnegtqqwmFJwMzADUqGBDYeVcyDAgD1uSmxHh+pX4p8Y7oGx48sgs/M9YUKj8Y79wDfkBVGxnYCgJ45jAsgCLZg+S7DNIWWIP1xFMHgLt7RfgX563vDGs5cRn3yzPH9DyTL0yERKr9a1sVQ+g3CUBPiQz93zHosp5lqhcvQLnqQYpkN2cW52cKPcrJvCVRtgdX2cUG58JDyE=

Hi,

Thanks you for your interest in GeoCoq.

2015-12-08 11:11 GMT+01:00 Mandy Martino <tesleft AT hotmail.com>:

Hi,

1.would like to data mining new geometry theorems with geo coq github's coq script
       is there an example  script  about  this?

Currently there is no such script in GeoCoq. I only have some maple scripts to find properties of triangle centers and generate Coq scripts (https://hal.inria.fr/hal-01174131 ).
 
2. is there an  example to  translate proof into a polynomials system ?


There is an early prototype tactic "convert_to_algebra", with an example using the Euler circle at the end of this file:

This tactic use the proofs of the algebraic characterizations of geometric predicates to convert a geometric statement into an algebraic one. For the moment the following predicates are supported: length equality, midpoint, collinearity, 
perpendicularity parallelism equality of points.

 
3. would like to translate tactics proof result into type programming language, is there example  about this?

I don't understand what you mean. Can you please tell me a bit more ? 


4.is there any existing language can call Coq or automate Coq ? can haskell or F# or java do these?

There is the tactic language of Coq called Ltac. 

5. how can display geometric graph with geogebra from Coq in linux and window  respectively?


There is no automated tool for that. In the past there were GeoView by Bertot, Guilhot and Pottier (https://www-sop.inria.fr/lemme/geoview/geoview.ps) but this tool is no longer maintained.

Regards,

Julien Narboux
 




Archive powered by MHonArc 2.6.18.

Top of Page