Skip to Content.
Sympa Menu

coq-club - [Coq-Club] hello coq users

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] hello coq users


Chronological Thread 
  • From: Andrei Borac <zerosum42 AT gmail.com>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] hello coq users
  • Date: Sat, 17 Jan 2015 23:13:01 -0800

I am a recent convert to Coq from previously having attempted to get
the hang of theorem proving in the Isabelle/HOL system.

So far I am finding that Coq is generally pleasant to use, except for
one caveat where I can't find essential functionality. I'm sure it's
there and I just don't know how to invoke it in Coq ...

Say I am trying to prove a lemma that starts with forall n a b c

How can I induct on n and make the inductive hypothesis contain forall
a b c so that I can specialize it with any a b c?

In Isabelle/HOL this was done using arbitrary: a b c, and I can't seem
to find anything similar mentioned in the Coq tactics index.

Regards,
Andrei



Archive powered by MHonArc 2.6.18.

Top of Page