Search code examples
How to debug tactic failure in a match goal branch?...

coqcoq-tactic

Read More
How could we specify the times of running a tactic...

coqcoq-tactic

Read More
Induction with other base case in Coq...

coqproofcoq-tactic

Read More
`match goal` doesn't match let destructuring expression...

coqcoq-tactic

Read More
Coq - How can you apply an implication with a match clause?...

coqcoq-tactic

Read More
Coq unable to unify -- how to change hypothesis?...

coqcoq-tactic

Read More
How to apply a constructor in an hypothesis?...

coqproofcoq-tactic

Read More
Inductive proposition for sublists in Coq...

coqcoq-tacticinductive-logic-programming

Read More
How to prove that the subsequence of an empty list is empty?...

coqcoq-tactic

Read More
How can I build a list of bytes from its specification in Coq...

coqproofcoq-tacticformal-verification

Read More
Take a conjunction of two hypotheses and create a new hypothesis in Coq...

coqcoq-tactic

Read More
Can I use destruct here given the constraint I have for index range of a list?...

coqproofcoq-tacticformal-verification

Read More
If two constructor expressions of an inductive type are equal in Coq, can I do rewriting based on th...

coqproofcoq-tacticformal-verification

Read More
Coq error: Unable to unify "true" with "is_true (0 < a - b - 3)"...

coqproofcoq-tacticformal-verification

Read More
is there any tactic in Coq that can transform a bool expression to a Prop one?...

coqproofcoq-tacticformal-verification

Read More
Reorder display of hypothesis in Coq?...

coqcoq-tactic

Read More
Proof mode definitions in Coq?...

coqcoq-tactic

Read More
"at next level" in Coq?...

coqcoq-tactic

Read More
Does using the unfold tactic followed by fold in Coq do anything?...

coqcoq-tactic

Read More
Apply a lemma to a conjunction branch without splitting in coq...

logiccoqcoq-tacticformal-verification

Read More
How can I rename an existentially quantified variable in a hypothesis?...

coqcoq-tactic

Read More
How in Coq to use mod arithmetic (specifically Zplus_mod theorem) for natural numbers?...

logiccoqmodulocoq-tactic

Read More
How to setup Coq as theorem prover for First Order Logic...

logiccomputer-sciencecoqcoq-tacticcoq-plugin

Read More
Ltac unification variable containing locally-bound variables...

coqcoq-tactic

Read More
Understanding and working with nested inductive definitons in coq...

binary-treebinary-search-treecoqcoq-tactic

Read More
Coq auto tacitc fails...

coqcoq-tactic

Read More
Modifying, working with, and applying let expressions in Coq...

coqletcoq-tactic

Read More
Applying a dependent type to an arguement to assert a goal in Coq?...

coqcoq-tactic

Read More
How to explicitly use an induction principle in coq?...

coqequalityagdacoq-tactichomotopy-type-theory

Read More
Variant of the induction tactic that doesn't require using `remember` on subterms...

coqcoq-tactic

Read More
BackNext