Skip to Content.
Sympa Menu

coq-club - [Coq-Club] The Omega module

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] The Omega module


chronological Thread 
  • From: Brian Emre Aydemir <baydemir AT cis.upenn.edu>
  • To: Coq Club <coq-club AT pauillac.inria.fr>
  • Cc: Pierre.Cregut AT cnet.francetelecom.fr
  • Subject: [Coq-Club] The Omega module
  • Date: Sun, 17 Oct 2004 09:02:47 -0400
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Hi,

I have noticed the following behavior about the Omega module. Sometimes I have a subgoal where the equality is a conclusion on something other than terms of type nat or Z, and where the hypotheses include (n < k) and (n >= k) for n and k arbitrary natural numbers (a contradiction that makes the subgoal trivially true).

"auto with *" fails to do anything. So then I try including the Omega module. "omega" fails to solve the subgoal (it complains about the equality). However, now "auto with *" will solve it! It seems that the Omega module modifies the resources used by the auto tactic. I discovered this by accident. Is this behavior documented anywhere? I couldn't find anything after looking in the Coq reference manual, specifically Chapter 17, for information on Omega.

Cheers,
Brian

--
Brian Emre Aydemir
http://www.cis.upenn.edu/~baydemir/





Archive powered by MhonArc 2.6.16.

Top of Page