Skip to Content.
Sympa Menu

coq-club - [Coq-Club] database for gcd, etc.

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] database for gcd, etc.


Chronological Thread 
  • From: Dimitri Hendriks <diem AT xs4all.nl>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] database for gcd, etc.
  • Date: Wed, 2 Oct 2013 12:30:48 +0200

Hi,

I need a notion of relative primality on natural numbers, and thought the
library NPeano would be useful.
I do not want to look into the specific details on the implementation of gcd,
and would like basic lemmas
(like gcd a (a + b) = gcd a b) to be proved automatically. Is there a hints
database for doing that with auto,
are there other useful tactics, or how would you proceed? Am I better off
defining things from scratch?

Thanks,
Dimitri

  • [Coq-Club] database for gcd, etc., Dimitri Hendriks, 10/02/2013

Archive powered by MHonArc 2.6.18.

Top of Page