How to debug tactic failure in a match goal branch?...
Read MoreHow could we specify the times of running a tactic...
Read MoreInduction with other base case in Coq...
Read More`match goal` doesn't match let destructuring expression...
Read MoreCoq - How can you apply an implication with a match clause?...
Read MoreCoq unable to unify -- how to change hypothesis?...
Read MoreHow to apply a constructor in an hypothesis?...
Read MoreInductive proposition for sublists in Coq...
Read MoreHow to prove that the subsequence of an empty list is empty?...
Read MoreHow can I build a list of bytes from its specification in Coq...
Read MoreTake a conjunction of two hypotheses and create a new hypothesis in Coq...
Read MoreCan I use destruct here given the constraint I have for index range of a list?...
Read MoreIf two constructor expressions of an inductive type are equal in Coq, can I do rewriting based on th...
Read MoreCoq error: Unable to unify "true" with "is_true (0 < a - b - 3)"...
Read Moreis there any tactic in Coq that can transform a bool expression to a Prop one?...
Read MoreReorder display of hypothesis in Coq?...
Read More"at next level" in Coq?...
Read MoreDoes using the unfold tactic followed by fold in Coq do anything?...
Read MoreApply a lemma to a conjunction branch without splitting in coq...
Read MoreHow can I rename an existentially quantified variable in a hypothesis?...
Read MoreHow in Coq to use mod arithmetic (specifically Zplus_mod theorem) for natural numbers?...
Read MoreHow to setup Coq as theorem prover for First Order Logic...
Read MoreLtac unification variable containing locally-bound variables...
Read MoreUnderstanding and working with nested inductive definitons in coq...
Read MoreModifying, working with, and applying let expressions in Coq...
Read MoreApplying a dependent type to an arguement to assert a goal in Coq?...
Read MoreHow to explicitly use an induction principle in coq?...
Read MoreVariant of the induction tactic that doesn't require using `remember` on subterms...
Read More