Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] Proof without "auto with arith"

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] Proof without "auto with arith"


chronological Thread 
  • From: Adam Chlipala <adam AT chlipala.net>
  • To: "Lucian M. Patcas" <lucian.patcas AT gmail.com>
  • Cc: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] Proof without "auto with arith"
  • Date: Wed, 22 Jun 2011 10:52:51 -0400

Lucian M. Patcas wrote:
My question is what's the strategy to prove this lemma

forall t : nat, t >=2 -> t <= 1000 -> f t

in Coq, assuming f t holds over that interval.

I wouldn't say there is a well-defined strategy for all lemmas of that form. For instance, consider [f] that ignores its argument and always returns "P <> NP".



Archive powered by MhonArc 2.6.16.

Top of Page