Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] How to search library using Ltac

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] How to search library using Ltac


chronological Thread 
  • From: Adam Chlipala <adamc AT csail.mit.edu>
  • To: ���� <hskiowa AT kaist.ac.kr>
  • Cc: coq-club <coq-club AT inria.fr>
  • Subject: Re: [Coq-Club] How to search library using Ltac
  • Date: Thu, 12 Apr 2012 08:17:04 -0400

±èÇü¼± wrote:
>
> I an wondering how to automate searching process using Ltac.
>
> Can I code a tactic to do searching for past-established theorems,
> instead of manually doing SearchAbouts.
>
> I thought "Hint Resolve" and "auto with ..." did the similar job, but
> they don't seem powerful enough in that I cannot put in keywords to
> narrow down my choices.
>

You are describing a "proof implementation" technique, which might not
be the best match for your overall goal. Perhaps you could give an
example of a class of theorems you want to prove (and some concrete
examples within it), and explain why [auto] isn't working well?



Archive powered by MhonArc 2.6.16.

Top of Page