Search code examples
Ltac: optional variable name...

coqcoq-tacticltac

Read More
Can `match` be faster than `rewrite`...

coqcoq-tactic

Read More
Coq: controlling `subst` when we have many equalities...

coqcoq-tactic

Read More
Induction on record member in Coq?...

coqcoq-tactic

Read More
Can I define a tactic under "coqtop - nois"?...

coqcoq-tacticltac

Read More
Using `<tactic> in <Hypothesis>` pattern for user defined tactics...

coqcoq-tactic

Read More
deriving facts on pattern matching in coq...

coqcoq-tactic

Read More
`decide equality` for Mutually Recursive Types in Coq?...

functional-programmingcoqdependent-typetheorem-provingcoq-tactic

Read More
The exact definition of an in built Tactic (case, destruct, inversion etc.) in Coq...

coqcoq-tactic

Read More
What is the idiomatic way to get `auto` to perform case analysis?...

coqcoq-tactic

Read More
case analysis on evidence of equality type in Coq...

typesequalitycoqcoq-tactic

Read More
Coq: automate repeated rewriting...

coqcoq-tactic

Read More
How to prove theorems about recursive functions of ListMap in coq?...

coqcoq-tactic

Read More
How to convert "Zneq_bool a b = true" to a witness of "a <> b" in Coq?...

coqcoq-tactic

Read More
Coq XML Protocol: a likely PrintAST malfunction...

xmlcoqcoq-tacticcoqidecoq-extraction

Read More
what is the "editId" in Coq's XML Protocol document?...

xmlcoqcoq-tacticcoqide

Read More
When destructing fixpoint, add hypothesis without simplifying...

coqcoq-tactic

Read More
Rewrite hypothesis in Coq, keeping implication...

coqcoq-tactic

Read More
Using 'unfold' of a Fixpoint inside the recursive step of the induction...

coqcoq-tactic

Read More
Tactic automation: simple decision procedure...

coqcoq-tactic

Read More
Equivalent of `remember (f x) as y eqn:H; clear H; clear x`?...

coqcoq-tacticltac

Read More
"Ring" tactic in CoqIde not accepted...

coqcoq-tactic

Read More
Eta conversion tactics?...

coqcoq-tactic

Read More
How can I break `forall i: nat i < S k -> H` in Coq into `i < k and i=k`?...

coqcoq-tactic

Read More
How can I implement a coq tactic that iterates over the hypotheses?...

coqcoq-tacticltac

Read More
Is is possible to implement a Coq tactic that inspects a HintDb? If so, how?...

coqcoq-tacticltac

Read More
prove that a list returned from a recursively defined function is fixed length in Coq...

coqcoq-tactic

Read More
generalizing expressions under binders...

coqcoq-tacticltac

Read More
Coq: How to prove if statements involving strings?...

coqcoq-tactic

Read More
Coq: How to prove max a b <= a+b?...

coqcoq-tactic

Read More
BackNext