Can `match` be faster than `rewrite`...
Read MoreCoq: controlling `subst` when we have many equalities...
Read MoreInduction on record member in Coq?...
Read MoreCan I define a tactic under "coqtop - nois"?...
Read MoreUsing `<tactic> in <Hypothesis>` pattern for user defined tactics...
Read Morederiving facts on pattern matching in coq...
Read More`decide equality` for Mutually Recursive Types in Coq?...
Read MoreThe exact definition of an in built Tactic (case, destruct, inversion etc.) in Coq...
Read MoreWhat is the idiomatic way to get `auto` to perform case analysis?...
Read Morecase analysis on evidence of equality type in Coq...
Read MoreHow to prove theorems about recursive functions of ListMap in coq?...
Read MoreHow to convert "Zneq_bool a b = true" to a witness of "a <> b" in Coq?...
Read MoreCoq XML Protocol: a likely PrintAST malfunction...
Read Morewhat is the "editId" in Coq's XML Protocol document?...
Read MoreWhen destructing fixpoint, add hypothesis without simplifying...
Read MoreRewrite hypothesis in Coq, keeping implication...
Read MoreUsing 'unfold' of a Fixpoint inside the recursive step of the induction...
Read MoreTactic automation: simple decision procedure...
Read MoreEquivalent of `remember (f x) as y eqn:H; clear H; clear x`?...
Read More"Ring" tactic in CoqIde not accepted...
Read MoreHow can I break `forall i: nat i < S k -> H` in Coq into `i < k and i=k`?...
Read MoreHow can I implement a coq tactic that iterates over the hypotheses?...
Read MoreIs is possible to implement a Coq tactic that inspects a HintDb? If so, how?...
Read Moreprove that a list returned from a recursively defined function is fixed length in Coq...
Read Moregeneralizing expressions under binders...
Read MoreCoq: How to prove if statements involving strings?...
Read MoreCoq: How to prove max a b <= a+b?...
Read More