Search code examples
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
Show that a term is not equal to a strictly larger term...


coqcoq-tactic

Read More
How to use Coq arithmetic solver tactics with SSReflect arithmetic statements...


coqcoq-tacticssreflect

Read More
Prove equality on list constructed with a map...


coqcoq-tactic

Read More
How do I simplify a hypothesis of the form True -> P in Coq?...


coqcoq-tactic

Read More
Automatically specialize forall when the parameters are in scope...


coqcoq-tactic

Read More
(A -> B) /\ (B -> C) -> (A -> C) in Coq?...


coqcoq-tactic

Read More
BackNext